2.2.3.2.13 ContactSet Complex Type

The ContactSet type contains information that describes a set of known entities that represent contacts.

 <xs:complexType name="ContactSet">
     <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="Version" type="Version" />
         <xs:element minOccurs="0" maxOccurs="1" name="Contacts" 
             type="ArrayOfContact" />
     </xs:sequence>
 </xs:complexType>

Version: An element of the Version simple type, as defined in section 2.2.3.3.4, that indicates the version of the XML schema that applies to the parent XML document. For more details, see section 2.2.3.1.38.

Contacts: An element of the ArrayOfContact complex type, as defined in section 2.2.3.2.4, that contains a list of known entities that represent contacts. For more details, see section 2.2.3.1.9.