element Locality

element {urn:oasis:names:tc:somethinghere:schema:xnal}Locality

Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Target Namespaceurn:oasis:names:tc:somethinghere:schema:xnal
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema


Source

<xs:element name="Locality">
    <
xs:complexType>
        <
xs:choice>
            <
xs:element ref="AddressLines"/>
            <
xs:sequence>
                <
xs:element ref="LocalityName" minOccurs="0" maxOccurs="unbounded"/>
                <
xs:choice minOccurs="0">
                    <
xs:element ref="PostBox"/>
                    <
xs:element ref="LargeMailUser"/>
                    <
xs:element ref="PostOffice"/>
                </
xs:choice>
                <
xs:element ref="Thoroughfare" minOccurs="0"/>
                <
xs:element ref="Premise" minOccurs="0"/>
                <
xs:element ref="DependentLocality" minOccurs="0"/>
                <
xs:element ref="PostalCode" minOccurs="0"/>
            </
xs:sequence>
        </
xs:choice>
        <
xs:attribute name="Type" type="xs:string"/>
        <
xs:attribute name="UsageType" type="xs:string"/>
        <
xs:attribute name="Indicator" type="xs:string"/>
        <
xs:attribute name="SupplementaryInfo" type="xs:string"/>
    </
xs:complexType>
</
xs:element>


element Locality


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.