element observation

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

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="observation" id="el.observation">
    <
xsd:annotation>
        <
xsd:documentation>
            <
div class="summary">An observation or occurrence.</div>
            <
div class="description">
                <
p>
A container for any events that
need to be recorded, whether planned or not. They can include notes,
measurements, conditions that may be referenced elsewhere, etc. There are
no controlled semantics
                
</p>
                <
div class="example">
                    <
pre>
<stmml title="observation example">
<observation type="ornithology">
<object title="sparrow" count="3"/>
<observ/>
</observation>
</stmml>
                    
</pre>
                </
div>
            </
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.observation.type">
            <
xsd:annotation>
                <
xsd:documentation>
                    <
div class="summary">Type of observation (uncontrolled vocabulary).</div>
                </
xsd:documentation>
            </
xsd:annotation>
        </
xsd:attribute>
        <
xsd:attribute name="count" type="countType" id="att.observation.count"/>
    </
xsd:complexType>
</
xsd:element>


Documentation

An observation or occurrence.

A container for any events that need to be recorded, whether planned or not. They can include notes, measurements, conditions that may be referenced elsewhere, etc. There are no controlled semantics

<stmml title="observation example">
<observation type="ornithology">
  <object title="sparrow" count="3"/>
  <observ/>
</observation>
</stmml>


element observation


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.