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 ArrayOfContactsType complex type specifies an array of contacts.<33>
-
<xs:complexType name="ArrayOfContactsType"> <xs:sequence> <xs:element name="Contact" type="t:ContactType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType>
Contact: An element of type ContactType, as defined in section 2.2.4.18, that represents a single contact.