<xsd:element name="angle" id="el.angle">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An angle between three atoms.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
<h:p>It can be used for:</h:p>
<h:ul>
<h:li>Recording experimentally determined bond angles (e.g. in
a crystallographic paper).</h:li>
<h:li>Providing the angle component for internal coordinates (e.g.
z-matrix).</h:li>
</h:ul>
</h:div>
<h:div class="example" href="angle1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="nonNegativeAngleType">
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="dictRef" />
<xsd:attributeGroup ref="atomRefs3" />
<xsd:attributeGroup ref="angleUnits" />
<xsd:attributeGroup ref="errorValue" />
<xsd:attributeGroup ref="errorBasis" />
<xsd:attributeGroup ref="min" />
<xsd:attributeGroup ref="max" />
<xsd:attributeGroup ref="ref" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
|