2.2.4.10 t:ArrayOfPhoneEntitiesType Complex Type

The ArrayOfPhoneEntitiesType complex type specifies an array of phone entities.<39>

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

Phone: An element of type PhoneEntityType, as defined in section 2.2.4.38, that specifies a phone entity.