complexType Measure
diagram mmixm_diagrams/mmixm_p62.png
namespace https://mmixm.aero/base/2.1.0
used by
elements ParameterState/currentValue ParameterState/lowerThreshold ParameterState/previousValue ParameterState/upperThreshold
complexTypes Angle AngularRate ComputerInformation ComputerInformationRate Distance ElectricCurrent ElectricPotential Energy FlightLevel FlowRate Frequency LightIntensity Percentage Power Pressure Speed Temperature Time Volume Weight
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xs:double  optional      
documentation
The actual measurement.
annotation
documentation
Top-level class of all measures.
source <xs:complexType name="Measure">
 
<xs:annotation>
   
<xs:documentation>Top-level class of all measures.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence/>
 
<xs:attribute name="value" type="xs:double" use="optional">
   
<xs:annotation>
     
<xs:documentation>The actual measurement.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute Measure/@value
type xs:double
properties
use optional
annotation
documentation
The actual measurement.
source <xs:attribute name="value" type="xs:double" use="optional">
 
<xs:annotation>
   
<xs:documentation>The actual measurement.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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