complexType UnitType
diagram SpaceSystemV1.2-27Feb2014-mods_p451.png
namespace http://www.omg.org/space/xtce
properties
mixed true
used by
element BaseDataType/UnitSet/Unit
attributes
Name  Type  Use  Default  Fixed  Annotation
power  decimal  optional  1    
factor  string    1    
description  string        
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>

attribute UnitType/@power
type decimal
properties
use optional
default 1
source <attribute name="power" type="decimal" use="optional" default="1"/>

attribute UnitType/@factor
type string
properties
default 1
source <attribute name="factor" type="string" default="1"/>

attribute UnitType/@description
type string
source <attribute name="description" type="string"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy