Definition Type: ComplexType
Name: PostalAddressBase
Namespace: http://www.openapplications.org/oagis
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Description in schema invoice_xsd Drilldown into PostalCode in schema invoice_xsd Drilldown into Region in schema invoice_xsd Drilldown into Country in schema invoice_xsd Drilldown into StateOrProvince in schema invoice_xsd Drilldown into County in schema invoice_xsd Drilldown into City in schema invoice_xsd Drilldown into AddressLine in schema invoice_xsd Drilldown into AddressId in schema invoice_xsdXSD Diagram of PostalAddressBase in schema invoice_xsd (HR-XML - Human Resources XML)
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 nsC:AddressId 0 unbounded
AddressLine nsC:AddressLine 0 unbounded
City nsC:City 0 (1)
County nsC:County 0 (1)
StateOrProvince nsC:StateOrProvince 0 (1)
Country nsC:Country 0 (1)
Region nsC:Region 0 (1)
PostalCode nsC:PostalCode 0 (1)
Description nsC:Description 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsC:Address, nsC:PostalAddress