element ThoroughfareNumber

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

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by extension)
 {urn:oasis:names:tc:somethinghere:schema:xnal}ThoroughfareNumber
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="ThoroughfareNumber">
    <
xs:complexType>
        <
xs:simpleContent>
            <
xs:extension base="xs:string">
                <
xs:attribute name="NumberType" default="Single">
                    <
xs:simpleType>
                        <
xs:restriction base="xs:NMTOKEN">
                            <
xs:enumeration value="Single"/>
                            <
xs:enumeration value="Range"/>
                        </
xs:restriction>
                    </
xs:simpleType>
                </
xs:attribute>
                <
xs:attribute name="Indicator" type="xs:string"/>
                <
xs:attribute name="IndicatorOccurrence" default="After">
                    <
xs:simpleType>
                        <
xs:restriction base="xs:NMTOKEN">
                            <
xs:enumeration value="Before"/>
                            <
xs:enumeration value="After"/>
                        </
xs:restriction>
                    </
xs:simpleType>
                </
xs:attribute>
            </
xs:extension>
        </
xs:simpleContent>
    </
xs:complexType>
</
xs:element>


element ThoroughfareNumber


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.