<xs:complexType name="PostalAddressBase">
<xs:sequence>
<xs:element name="AddressId" type="AddressId" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is a code for the given address.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddressLine" type="xs:string" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Indicates the multiple lines of an address. The first line is typically the street name and number.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="City" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the City of the Address.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="County" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the County of the Address.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="StateOrProvince" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the State or Province of a given Address.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Country" type="Country" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Conuntry in which the Address is in.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Region" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the Region in which the Address is in.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PostalCode" type="PostalCode" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Postal Code of the Address.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Description of the Address.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|