unit

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
exp xs:int optional
multiplier xs:int optional
name required
offset xs:int optional
scale xs:int optional

Source

<xs:element maxOccurs="unbounded" name="unit">
  <xs:complexType>
    <xs:attribute name="name" use="required"/>
    <xs:attribute name="multiplier" type="xs:int"/>
    <xs:attribute name="offset" type="xs:int"/>
    <xs:attribute name="scale" type="xs:int"/>
    <xs:attribute name="exp" type="xs:int"/>
  </xs:complexType>
</xs:element>

Sample