simpleType positiveAngleType

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

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}float (by restriction)
 {http://www.xml-cml.org/schema/cml2/core}positiveAngleType
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="positiveAngleType" id="st.positiveAngleType">
    <
xsd:annotation>
        <
xsd:documentation>
            <
div class="summary">
A non-signed angle, such as a cell angle.
Note that we also provide nonNegativeAngleType (e.g. for bond angles).
            
</div>
            <
div class="description">
                <
p>Re-used by
                    
<a href="el.crystal">crystal</a>
                </
p>
            </
div>
            <
div class="example">
                <
pre>
<cml title="positiveAngleType example">
<list>
<scalar title="alpha" units="units:degree">70.123</scalar>
<scalar title="beta" units="units:degree">80.456</scalar>
<scalar title="gamma" units="units:degree">90.789</scalar>
</list>
</cml>
                
</pre>
            </
div>
        </
xsd:documentation>
    </
xsd:annotation>
    <
xsd:restriction base="xsd:float">
        <
xsd:minExclusive value="0.0"/>
        <
xsd:maxInclusive value="180.0"/>
    </
xsd:restriction>
</
xsd:simpleType>


Documentation

A non-signed angle, such as a cell angle. Note that we also provide nonNegativeAngleType (e.g. for bond angles).

Re-used by crystal

<cml title="positiveAngleType example">
  <list>
    <scalar title="alpha" units="units:degree">70.123</scalar>
    <scalar title="beta" units="units:degree">80.456</scalar>
    <scalar title="gamma" units="units:degree">90.789</scalar>
  </list>
</cml>


simpleType positiveAngleType


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.