Definition Type: Element
Name: isotope
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
A specific isotope. Defines an isotope in terms of exact mass and spin. Differentiate from isotopeList which defines a mixture of isotope.
Collapse XSD Schema Diagram:
Drilldown into abundance in schema schema_xsd Drilldown into ref in schema schema_xsd Drilldown into ref in schema schema_xsd Drilldown into elementType in schema schema_xsd Drilldown into elementType in schema schema_xsd Drilldown into spin in schema schema_xsd Drilldown into spin in schema schema_xsd Drilldown into number in schema schema_xsd Drilldown into number in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into title in schema schema_xsd Drilldown into title in schema schema_xsdXSD Diagram of isotope in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="isotope" id="el.isotope">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A specific isotope.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Defines an isotope in terms of exact mass and spin. Differentiate from isotopeList which defines a mixture of isotope.</h:div>
            <h:div class="example" href="isotope1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="abundance" minOccurs="0" maxOccurs="1" />
        </xsd:sequence>
        <xsd:attributeGroup ref="title" />
        <xsd:attributeGroup ref="id" />
        <xsd:attributeGroup ref="convention" />
        <xsd:attributeGroup ref="dictRef" />
        <xsd:attributeGroup ref="number" />
        <xsd:attributeGroup ref="spin" />
        <xsd:attributeGroup ref="elementType" />
        <xsd:attributeGroup ref="ref" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
abundance nsA:abundance 0 1
Collapse Child Attributes:
Name Type Default Value Use
title nsA:title (Optional)
id nsA:id (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)
number nsA:number (Optional)
spin nsA:spin (Optional)
elementType nsA:elementType (Optional)
ref nsA:ref (Optional)