propertyDetails

Collection of all PropertyDetails for this instance.

Element Information

Model

Children: propertyDetail

Source

<xs:element name="propertyDetails" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Collection of all PropertyDetails for this instance.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="propertyDetail" type="meta:PropertyDetail" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
  <xs:key name="keyProperty">
    <xs:selector xpath=".//propertyDetail"/>
    <xs:field xpath="@property"/>
  </xs:key>
</xs:element>

Sample