Definition Type: ComplexType
Name: PostalAddress
Namespace: http://www.openapplications.org/oagis
Type: nsC:PostalAddressBase
Containing Schema: Invoice.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema invoice_xsd 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_xsd Drilldown into PostalAddressBase in schema invoice_xsdXSD Diagram of PostalAddress in schema invoice_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xs:complexType name="PostalAddress">
    <xs:complexContent>
        <xs:extension base="PostalAddressBase">
            <xs:sequence>
                <xs:element ref="UserArea" minOccurs="0" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</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
UserArea nsC:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:PostalAddress