2.2.4.1 GenericPropertiesType

The GenericPropertiesType complex type contains information about the generic properties for the synchronization request.

 <xs:complexType name="GenericPropertiesType">
   <xs:sequence minOccurs="0" maxOccurs="unbounded">
     <xs:element name="Property" type="tns:PropertyType"/>
   </xs:sequence> 
 </xs:complexType>

Property: A PropertyType that specifies the property information. PropertyType is defined in section 2.2.4.2.