2.2.4.7 ArrayOfPropertyInfo

The ArrayOfPropertyInfo complex type contains a set of PropertyInfo (section 2.2.4.17) elements.

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

PropertyInfo: Used to represent schema information about a property.