complexType PostalAddressBase

complexType {http://www.openapplications.org/oagis}PostalAddressBase

Derived Types
{http://www.openapplications.org/oagis}PostalAddressBase
 {http://www.openapplications.org/oagis}Address (by extension)
  {http://www.openapplications.org/oagis}Address (by type)
  {http://www.openapplications.org/oagis}ShippingAddress (by type)
  {http://www.openapplications.org/oagis}SecondaryAddress (by type)
  {http://www.openapplications.org/oagis}PrimaryAddress (by type)
  {http://www.openapplications.org/oagis}DropShipAddress (by type)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://www.openapplications.org/oagis
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema
xmlns:hr=http://ns.hr-xml.org/2006-02-28
xmlns=http://www.openapplications.org/oagis


Source

<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>


complexType PostalAddressBase


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.