2.2.4.6 ArrayOfPropertyData

The ArrayOfPropertyData complex type contains a set of PropertyData (section 2.2.4.16) elements.

 <s:complexType name="ArrayOfPropertyData">
   <s:sequence>
     <s:element minOccurs="0" maxOccurs="unbounded" name="PropertyData" nillable="true" type="tns:PropertyData" />
   </s:sequence>
 </s:complexType>

PropertyData: A single property.