element dwml

element {}dwml

Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema


Source

<xsd:element name="dwml">
    <
xsd:complexType>
        <
xsd:sequence>
            <
xsd:element name="head" type="headType" minOccurs="1" maxOccurs="1"/>
            <
xsd:element name="data" type="dataType" minOccurs="1" maxOccurs="1">
                <
xsd:keyref name="applicable-locationKey" refer="locationKey">
                    <
xsd:selector xpath="data/parameters"/>
                    <
xsd:field xpath="@applicable-location"/>
                </
xsd:keyref>
                <
xsd:key name="locationKey">
                    <
xsd:selector xpath=".//location"/>
                    <
xsd:field xpath="location-key"/>
                </
xsd:key>
                <
xsd:keyref name="applicable-timeKey" refer="timeKey">
                    <
xsd:selector xpath="data/parameters/*"/>
                    <
xsd:field xpath="@time-layout"/>
                </
xsd:keyref>
                <
xsd:key name="timeKey">
                    <
xsd:selector xpath=".//time-layout"/>
                    <
xsd:field xpath="layout-key"/>
                </
xsd:key>
            </
xsd:element>
        </
xsd:sequence>
        <
xsd:attribute name="version" type="xsd:string" default="1.0"/>
    </
xsd:complexType>
</
xsd:element>


element dwml


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.