complexType ParameterState
diagram mmixm_diagrams/mmixm_p203.png
namespace https://mmixm.aero/features/3
children mx:additionalInformation mx:currentValue mx:lowerThreshold mx:previousValue mx:upperThreshold
used by
element Parameter/parameterState
annotation
documentation
Complex type describing state of a parameter.
source <xs:complexType name="ParameterState">
 
<xs:annotation>
   
<xs:documentation>Complex type describing state of a parameter.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="additionalInformation" type="mb:AdditionalInformation" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Additional information about a parameter state associated with an asset.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="currentValue" type="mb:Measure" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The current value of the parameter being reported upon.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="lowerThreshold" type="mb:Measure" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The minimum value of the threshold.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="previousValue" type="mb:Measure" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The previous value of the parameter being reported upon.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="upperThreshold" type="mb:Measure" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The maximum value of the threshold.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ParameterState/additionalInformation
diagram mmixm_diagrams/mmixm_p204.png
namespace https://mmixm.aero/features/3
type mb:AdditionalInformation
properties
minOcc 0
maxOcc 1
content complex
children mb:nameValue
annotation
documentation
Additional information about a parameter state associated with an asset.
source <xs:element name="additionalInformation" type="mb:AdditionalInformation" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Additional information about a parameter state associated with an asset.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ParameterState/currentValue
diagram mmixm_diagrams/mmixm_p205.png
namespace https://mmixm.aero/features/3
type mb:Measure
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xs:double  optional      
documentation
The actual measurement.
annotation
documentation
The current value of the parameter being reported upon.
source <xs:element name="currentValue" type="mb:Measure" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The current value of the parameter being reported upon.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ParameterState/lowerThreshold
diagram mmixm_diagrams/mmixm_p206.png
namespace https://mmixm.aero/features/3
type mb:Measure
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xs:double  optional      
documentation
The actual measurement.
annotation
documentation
The minimum value of the threshold.
source <xs:element name="lowerThreshold" type="mb:Measure" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The minimum value of the threshold.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ParameterState/previousValue
diagram mmixm_diagrams/mmixm_p207.png
namespace https://mmixm.aero/features/3
type mb:Measure
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xs:double  optional      
documentation
The actual measurement.
annotation
documentation
The previous value of the parameter being reported upon.
source <xs:element name="previousValue" type="mb:Measure" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The previous value of the parameter being reported upon.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ParameterState/upperThreshold
diagram mmixm_diagrams/mmixm_p208.png
namespace https://mmixm.aero/features/3
type mb:Measure
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xs:double  optional      
documentation
The actual measurement.
annotation
documentation
The maximum value of the threshold.
source <xs:element name="upperThreshold" type="mb:Measure" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The maximum value of the threshold.</xs:documentation>
 
</xs:annotation>
</xs:element>


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