<xsd:element name="abundance" id="el.abundance">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The abundance of an isotope.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">The abundance of an isotope in an isotopeList.
Values are expressed in percentages.</h:div>
<h:div class="example" href="isotope1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:double">
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="dictRef" />
<xsd:attributeGroup ref="min" />
<xsd:attributeGroup ref="max" />
<xsd:attributeGroup ref="units" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
|