complexType ParameterState
diagram mmixm_diagrams/mmixm_p195.png
namespace https://mmixm.aero/features/2.1.0
children mx:additionalInformation mx:currentValue mx:lowerThreshold mx:parameterName mx:previousValue mx:upperThreshold
used by
element MonitoringEvent/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="parameterName" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The name of the parameter being reported upon.</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_p196.png
namespace https://mmixm.aero/features/2.1.0
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_p197.png
namespace https://mmixm.aero/features/2.1.0
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_p198.png
namespace https://mmixm.aero/features/2.1.0
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/parameterName
diagram mmixm_diagrams/mmixm_p199.png
namespace https://mmixm.aero/features/2.1.0
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The name of the parameter being reported upon.
source <xs:element name="parameterName" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The name of the parameter being reported upon.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ParameterState/previousValue
diagram mmixm_diagrams/mmixm_p200.png
namespace https://mmixm.aero/features/2.1.0
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_p201.png
namespace https://mmixm.aero/features/2.1.0
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