2.2.3.2.21 PhoneSet Complex Type

The PhoneSet type contains information that describes a set of known entities that represent phone numbers.

 <xs:complexType name="PhoneSet"> 
     <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="Version" type="Version" />
         <xs:element minOccurs="0" maxOccurs="1" name="Phones" 
             type="ArrayOfPhone" />
     </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.

Phones: An element of the ArrayOfPhone complex type, as defined in section 2.2.3.2.8, that contains a list of known entities that represent phone numbers. For more details, see section 2.2.3.1.26.