Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.