2.2.4.4 t:ArrayOfContactsType Complex Type
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.