element list

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

Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Target Namespacehttp://www.xml-cml.org/schema/cml2/core
Declared Namespacesxmlns:val=http://www.w3.org/1999/XSL/TransformX
xmlns:stm=http://www.xml-cml.org/schema/stmml
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:xlink=http://www.w3.org/1999/xlink
xmlns:cml=http://www.xml-cml.org/schema/cml2/core
xmlns=http://www.xml-cml.org/schema/cml2/core


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>
<stmml title="list example">

<list>
<array title="animals" dataType="xsd:string">frog bear toad</array>
<scalar title="weight" dataType="xsd:float">3.456</scalar>
</list>
</stmml>
                
</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>
<stmml title="list example">

<list>
<array title="animals" dataType="xsd:string">frog bear toad</array>
<scalar title="weight" dataType="xsd:float">3.456</scalar>
</list>
</stmml>
                        
</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.

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


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.