A collection of Properties |
<xs:complexType name="Properties"> <xs:annotation> <xs:documentation>A collection of Properties</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="property" type="Property" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |