element object

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

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="object" id="el.object">
    <
xsd:annotation>
        <
xsd:documentation>
            <
div class="summary">An object which might occur in scientific data or narrative</div>
            <
div class="description">
                <
p>
Deliberately vague. Thus an instrument might be built from sub component
objects, or a program could be composed of smaller modules (objects).
Unrestricted content model
                
</p>
            </
div>
            <
div class="example">
                <
pre>
<object title="frog" type="amphibian" count="5">
<scalar dataType="xsd:float" title="length" units="unit:cm">5</scalar>
<obj1/>
</object>
                
</pre>
            </
div>
        </
xsd:documentation>
    </
xsd:annotation>
    <
xsd:complexType mixed="true">
        <
xsd:sequence minOccurs="0" maxOccurs="unbounded">
            <
xsd:any processContents="lax"/>
        </
xsd:sequence>
        <
xsd:attributeGroup ref="tit_id_conv_dictGroup"/>
        <
xsd:attribute name="type" type="xsd:string" id="att.object.type">
            <
xsd:annotation>
                <
xsd:documentation>
                    <
div class="summary">Type of the object. Uncontrolled semantics</div>
                </
xsd:documentation>
            </
xsd:annotation>
        </
xsd:attribute>
        <
xsd:attribute name="count" type="countType" id="att.object.count"/>
    </
xsd:complexType>
</
xsd:element>


Documentation

An object which might occur in scientific data or narrative

Deliberately vague. Thus an instrument might be built from sub component objects, or a program could be composed of smaller modules (objects). Unrestricted content model

<object title="frog" type="amphibian" count="5">
  <scalar dataType="xsd:float" title="length" units="unit:cm">5</scalar>
  <obj1/>
</object>


element object


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.