2.2.4.11 t:ArrayOfPhonesType Complex Type

The ArrayOfPhonesType complex type specifies an array of phone numbers.<40>

 <xs:complexType name="ArrayOfPhonesType">
     <xs:sequence>
       <xs:element name="Phone" type="t:PhoneType" minOccurs="0" maxOccurs="unbounded" />
     </xs:sequence>
   </xs:complexType>

Phone: An element of type PhoneType, as defined in section 2.2.4.37, that represents a single phone number.