element BuildingName

element {}BuildingName

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by extension)
 {}BuildingName
Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema


Source

<xs:element name="BuildingName">
    <
xs:complexType>
        <
xs:simpleContent>
            <
xs:extension base="xs:string">
                <
xs:attribute name="NameType" type="xs:string"/>
                <
xs:attribute name="TypeOccurrence" default="Before">
                    <
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 BuildingName


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.