<complexType name="AddressType">
<annotation>
<documentation>Location of the responsible individual or organization. </documentation>
</annotation>
<sequence>
<element name="DeliveryPoint" type="string" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>Address line for the location. </documentation>
</annotation>
</element>
<element name="City" type="string" minOccurs="0">
<annotation>
<documentation>City of the location. </documentation>
</annotation>
</element>
<element name="AdministrativeArea" type="string" minOccurs="0">
<annotation>
<documentation>State or province of the location. </documentation>
</annotation>
</element>
<element name="PostalCode" type="string" minOccurs="0">
<annotation>
<documentation>ZIP or other postal code. </documentation>
</annotation>
</element>
<element name="Country" type="string" minOccurs="0">
<annotation>
<documentation>Country of the physical address. </documentation>
</annotation>
</element>
<element name="ElectronicMailAddress" type="string" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>Address of the electronic mailbox of the responsible organization or individual. </documentation>
</annotation>
</element>
</sequence>
</complexType>
|