relatedPropertyInfo

Новые возможности для Windows 7. Элемент Container для связанных элементовProperty . Для каждого элемента propertyDescription должен быть только один связанный элементPropertyInfo.

Синтаксис

<!-- relatedPropertyInfo -->
<xs:element name="relatedPropertyInfo">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="relatedProperty" minOccurs="0" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:attribute name="relationshipName" type="canonical-name" use="required"/>
                    <xs:attribute name="propertyName" type="canonical-name" use="required"/>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>

    <xs:unique name="No_two_relatedProperties_can_have_the_same_relationship_name">
        <xs:selector xpath="s:relatedProperty"/>
        <xs:field    xpath="@relationshipName"/>
    </xs:unique>
</xs:element>

Сведения об элементе

Родительский элемент Дочерние элементы
PropertyDescription relatedProperty

 

Атрибуты

Этот элемент не содержит атрибуты.