2.2.3.2.2 AddressSet Complex Type

The AddressSet type contains information that describes a set of known entities that represent postal or street addresses.

 <xs:complexType name="AddressSet">
     <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="Version" type="Version" />
         <xs:element minOccurs="0" maxOccurs="1" name="Addresses"
             type="ArrayOfAddress" />
     </xs:sequence>
 </xs:complexType>

Version: An element of the Version simple type, as defined in section 2.2.3.3.4, that indicates the version of the XML schema that applies to the parent XML document. For more details, see section 2.2.3.1.38.

Addresses: An element of the ArrayOfAddress complex type, as defined in section 2.2.3.2.3, that contains a list of known entities that represent postal or street addresses. For more details, see section 2.2.3.1.2.