element list

element {http://www.xml-cml.org/schema/stmml}list

Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Target Namespacehttp://www.xml-cml.org/schema/stmml
Declared Namespacesxmlns:sch=http://www.ascc.net/xml/schematron
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns=http://www.xml-cml.org/schema/stmml


Source

<xsd:element name="list" id="el.list">
    <
xsd:annotation>
        <
xsd:documentation>
            <
div class="summary">A generic container with no implied semantics</div>
            <
div class="description">
                <
p>
A generic container with no implied semantics. It just contains
things and can have attributes which bind conventions to it. It could often
act as the root element in an STM document.
                
</p>
            </
div>
            <
div class="example">
                <
pre>
<list>
<array title="animals" dataType="xsd:string">frog bear toad</array>
<scalar title="weight" dataType="xsd:float">3.456</scalar>
</list>
                
</pre>
            </
div>
        </
xsd:documentation>
    </
xsd:annotation>
    <
xsd:complexType>
        <
xsd:sequence>
            <
xsd:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
        </
xsd:sequence>
        <
xsd:attributeGroup ref="tit_id_conv_dictGroup"/>
        <
xsd:attribute name="type" type="xsd:string" id="att.list.type">
            <
xsd:annotation>
                <
xsd:documentation>
                    <
div class="summary">Type of the list</div>
                    <
div class="description">Semeantics undefined.</div>
                    <
div class="example">
                        <
pre>
<list>
<array title="animals" dataType="xsd:string">frog bear toad</array>
<scalar title="weight" dataType="xsd:float">3.456</scalar>
</list>
                        
</pre>
                    </
div>
                </
xsd:documentation>
            </
xsd:annotation>
        </
xsd:attribute>
    </
xsd:complexType>
</
xsd:element>


Documentation

A generic container with no implied semantics

A generic container with no implied semantics. It just contains things and can have attributes which bind conventions to it. It could often act as the root element in an STM document.

<list>
  <array title="animals" dataType="xsd:string">frog bear toad</array>
  <scalar title="weight" dataType="xsd:float">3.456</scalar>
</list>


element list


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.