element Address

element {}Address

Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Declared Namespacesxmlns:rixmldt=http://www.rixml.org/2005/3/RIXML-datatypes
xmlns:xs=http://www.w3.org/2001/XMLSchema


Source

<xs:element name="Address">
    <
xs:annotation>
        <
xs:documentation>Strongly Recommended. Describes the street address.</xs:documentation>
    </
xs:annotation>
    <
xs:complexType>
        <
xs:sequence>
            <
xs:element name="AddressLine1" type="xs:string">
                <
xs:annotation>
                    <
xs:documentation>Indicates the first line of the street address.</xs:documentation>
                </
xs:annotation>
            </
xs:element>
            <
xs:element name="AddressLine2" type="xs:string" minOccurs="0">
                <
xs:annotation>
                    <
xs:documentation>Indicates the second line of the street address.</xs:documentation>
                </
xs:annotation>
            </
xs:element>
            <
xs:element name="AddressLine3" type="xs:string" minOccurs="0">
                <
xs:annotation>
                    <
xs:documentation>Indicates the third line of the street address.</xs:documentation>
                </
xs:annotation>
            </
xs:element>
            <
xs:element name="AddressLine4" type="xs:string" minOccurs="0"/>
            <
xs:element name="AddressLine5" type="xs:string" minOccurs="0"/>
            <
xs:element name="City" type="xs:string" minOccurs="0">
                <
xs:annotation>
                    <
xs:documentation>Indicates the city where the street address is located.</xs:documentation>
                </
xs:annotation>
            </
xs:element>
            <
xs:element name="StateProvince" type="xs:string" minOccurs="0">
                <
xs:annotation>
                    <
xs:documentation>Indicates the State/Province/Canton/County information of the address.</xs:documentation>
                </
xs:annotation>
            </
xs:element>
            <
xs:element name="PostalCode" type="xs:string" minOccurs="0">
                <
xs:annotation>
                    <
xs:documentation>Indicates the Postal code, quadrant, zone or Zip code.</xs:documentation>
                </
xs:annotation>
            </
xs:element>
            <
xs:element name="Country" type="xs:string">
                <
xs:annotation>
                    <
xs:documentation>This field indicates the country, as it should be displayed.</xs:documentation>
                </
xs:annotation>
            </
xs:element>
        </
xs:sequence>
    </
xs:complexType>
</
xs:element>


Documentation

Strongly Recommended.  Describes the street address.


element Address


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.