Definition Type: ComplexType
Name: PostalAddressBase
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Description in schema components_xsd Drilldown into PostalCode in schema components_xsd Drilldown into Region in schema components_xsd Drilldown into Country in schema components_xsd Drilldown into StateOrProvince in schema components_xsd Drilldown into County in schema components_xsd Drilldown into City in schema components_xsd Drilldown into AddressLine in schema components_xsd Drilldown into AddressId in schema components_xsdXSD Diagram of PostalAddressBase in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AddressId oa:AddressId 0 unbounded
AddressLine oa:AddressLine 0 unbounded
City oa:City 0 (1)
County oa:County 0 (1)
StateOrProvince oa:StateOrProvince 0 (1)
Country oa:Country 0 (1)
Region oa:Region 0 (1)
PostalCode oa:PostalCode 0 (1)
Description oa:Description 0 unbounded
Collapse Derivation Tree:
Collapse References:
oa:Address, oa:PostalAddress