simpleType nonNegativeAngleType

simpleType {http://www.xml-cml.org/schema/cml2/core}nonNegativeAngleType

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}float (by restriction)
 {http://www.xml-cml.org/schema/cml2/core}nonNegativeAngleType
Derived Types
{http://www.xml-cml.org/schema/cml2/core}nonNegativeAngleType
 {http://www.xml-cml.org/schema/cml2/core}angle (by extension)
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:simpleType name="nonNegativeAngleType" id="st.nonNegativeAngleType">
    <
xsd:annotation>
        <
xsd:documentation>
            <
div class="summary">
A non-signed angle, such as a bond angle.
Note that we also provide positiveAngleType (e.g. for cell angles) and
torsionAngleType for - guess what -
                
<a href="el.torsion">torsion</a>
.
</div>
            <
div class="description">
                <
p>Re-used by
                    
<a href="el.angle">angle</a>
                </
p>
            </
div>
            <
div class="example">
                <
pre>
<stmml title="nonNegativeAngle type">

<scalar dataType="nonNegativeAngleType">123</scalar>
</stmml>
                
</pre>
            </
div>
        </
xsd:documentation>
    </
xsd:annotation>
    <
xsd:restriction base="xsd:float">
        <
xsd:minInclusive value="0.0"/>
        <
xsd:maxInclusive value="180.0"/>
    </
xsd:restriction>
</
xsd:simpleType>


Documentation

A non-signed angle, such as a bond angle. Note that we also provide positiveAngleType (e.g. for cell angles) and torsionAngleType for - guess what - torsion.

Re-used by angle

<stmml title="nonNegativeAngle type">
<scalar dataType="nonNegativeAngleType">123</scalar>
</stmml>


simpleType nonNegativeAngleType


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.