complexType Parameter
diagram mmixm_diagrams/mmixm_p351.png
namespace https://mmixm.aero/features/4
children mx:additionalInformation mx:availability mx:monitored mx:name mx:parameterState
used by
element MonitoringEvent/parameter
annotation
documentation
Complex type for a parameter, a numerical or other measurable value describing the conditions of an asset.
source <xs:complexType name="Parameter">
 
<xs:annotation>
   
<xs:documentation>Complex type for a parameter, a numerical or other measurable value describing the conditions of an asset.</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.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="availability" type="mx:Availability" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Indicator representing the availability of a monitored parameter value.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="monitored" type="mb:MonitoringType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Indicator representing whether the parameter value is monitored.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="name" type="mb:String150Type" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The name of the parameter.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="parameterState" type="mx:ParameterState" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Parameter state information associated with a monitoring event.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Parameter/additionalInformation
diagram mmixm_diagrams/mmixm_p352.png
namespace https://mmixm.aero/features/4
type mb:AdditionalInformation
properties
minOcc 0
maxOcc 1
content complex
children mb:nameValue
annotation
documentation
Additional information about a parameter.
source <xs:element name="additionalInformation" type="mb:AdditionalInformation" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Additional information about a parameter.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Parameter/availability
diagram mmixm_diagrams/mmixm_p353.png
namespace https://mmixm.aero/features/4
type mx:Availability
properties
minOcc 0
maxOcc 1
content complex
children mx:additionalInformation mx:currentAvailability mx:previousAvailability
annotation
documentation
Indicator representing the availability of a monitored parameter value.
source <xs:element name="availability" type="mx:Availability" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicator representing the availability of a monitored parameter value.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Parameter/monitored
diagram mmixm_diagrams/mmixm_p354.png
namespace https://mmixm.aero/features/4
type mb:MonitoringType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Monitored
documentation
Indicates a value is monitored.
enumeration Unmonitored
documentation
Indicates a value is not monitored.
annotation
documentation
Indicator representing whether the parameter value is monitored.
source <xs:element name="monitored" type="mb:MonitoringType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicator representing whether the parameter value is monitored.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Parameter/name
diagram mmixm_diagrams/mmixm_p355.png
namespace https://mmixm.aero/features/4
type mb:String150Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 150
annotation
documentation
The name of the parameter.
source <xs:element name="name" type="mb:String150Type" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The name of the parameter.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Parameter/parameterState
diagram mmixm_diagrams/mmixm_p356.png
namespace https://mmixm.aero/features/4
type mx:ParameterState
properties
minOcc 0
maxOcc 1
content complex
children mx:additionalInformation mx:currentValue mx:lowerThreshold mx:previousValue mx:upperThreshold
annotation
documentation
Parameter state information associated with a monitoring event.
source <xs:element name="parameterState" type="mx:ParameterState" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Parameter state information associated with a monitoring event.</xs:documentation>
 
</xs:annotation>
</xs:element>


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