units

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
units unitsType optional
<h:div class="summary">Scientific units on an element.</h:div>
<h:div class="description">These must be taken from a dictionary of units. There should be some mechanism for validating the type of the units against the possible values of the element.</h:div>

Used By

Source

<xsd:attributeGroup id="attGp.units" name="units">
  <xsd:attribute id="att.units" name="units" type="unitsType">
    <xsd:annotation>
      <xsd:documentation>
        <h:div class="summary">Scientific units on an element.</h:div>
        <h:div class="description">These must be taken from a dictionary of units. There should be some mechanism for validating the type of the units against the possible values of the element.</h:div>
      </xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>