ArrayOfContact Complex Type
In This Topic
Overview
Used By
Source
<xs:complexType name="ArrayOfContact" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="Contact" nillable="true" type="tns:Contact" />
</xs:sequence>
</xs:complexType>
|
See Also