simpleType atomRefType

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

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://www.xml-cml.org/schema/cml2/core}atomRefType
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="atomRefType" id="st.atomRefType">
    <
xsd:annotation>
        <
xsd:documentation>
            <
div class="summary">A reference to an existing atom.</div>
            <
div class="example">
                <
pre>
<cml title="atomRef example">
<molecule id="m1">
<atomArray>
<atom id="a1"/>
</atomArray>
<electron id="e1" atomRef="a1"/>
</molecule>
</cml>
                
</pre>
            </
div>
        </
xsd:documentation>
    </
xsd:annotation>
    <
xsd:restriction base="xsd:string">
        <
xsd:pattern value="\s*[A-Za-z_][A-Za-z0-9\-:_]*\s*"/>
    </
xsd:restriction>
</
xsd:simpleType>


Documentation

A reference to an existing atom.
<cml title="atomRef example">
  <molecule id="m1">
    <atomArray>
      <atom id="a1"/>
    </atomArray>
    <electron id="e1" atomRef="a1"/>
  </molecule>
</cml>


simpleType atomRefType


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.