Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
New for Windows 7. Container element for relatedProperty elements. There should be only one relatedPropertyInfo element for each propertyDescription element.
Syntax
<!-- 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>
Element Information
Parent Element | Child Elements |
---|---|
propertyDescription | relatedProperty |
Attributes
This element has no attributes.