| diagram |
 |
| namespace |
http://www.omg.org/space/xtce |
| properties |
|
| used by |
|
| attributes |
|
| annotation |
| documentation | | Used to hold the unit(s) plus possibly the exponent and factor for the units |
|
| source |
<complexType name="UnitType" mixed="true">
<annotation>
<documentation xml:lang="en">Used to hold the unit(s) plus possibly the exponent and factor for the units</documentation>
</annotation>
<attribute name="power" type="decimal" use="optional" default="1"/>
<attribute name="factor" type="string" default="1"/>
<attribute name="description" type="string"/>
</complexType> |