simpleType atomRefs4Type

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

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://www.xml-cml.org/schema/cml2/core}atomRefs4Type
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="atomRefs4Type" id="st.atomRefs4Type">
    <
xsd:annotation>
        <
xsd:documentation>
            <
div class="summary">A reference to four distinct existing atoms in order.</div>
            <
div class="example">
                <
pre>
<cml title="atomRefs4 example">
<molecule id="m1">
<atomArray>
<atom id="a1"/>
<atom id="a2"/>
<atom id="a3"/>
<atom id="a4"/>
</atomArray>
<torsion atomRefs4="a1 a2 a3 a4" units="degrees">123.4</torsion>
</molecule>
</cml>
                
</pre>
            </
div>
        </
xsd:documentation>
    </
xsd:annotation>
    <
xsd:restriction base="xsd:string">
        <
xsd:pattern value="\s*(\S+\s+){3}\S+\s*"/>
    </
xsd:restriction>
</
xsd:simpleType>


Documentation

A reference to four distinct existing atoms in order.
<cml title="atomRefs4 example">
  <molecule id="m1">
    <atomArray>
      <atom id="a1"/>
      <atom id="a2"/>
      <atom id="a3"/>
     <atom id="a4"/>
    </atomArray>
    <torsion atomRefs4="a1 a2 a3 a4" units="degrees">123.4</torsion>
  </molecule>
</cml>
       


simpleType atomRefs4Type


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.