complexType ConfigurationState
diagram mmixm_diagrams/mmixm_p181.png
namespace https://mmixm.aero/features/3
children mx:additionalInformation mx:currentValue mx:previousValue
used by
element Configuration/configurationState
annotation
documentation
Complex type describing state of a configuration.
source <xs:complexType name="ConfigurationState">
 
<xs:annotation>
   
<xs:documentation>Complex type describing state of a configuration.</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 configuration state associated with an asset.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="currentValue" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The current value of the configuration being reported upon.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="previousValue" type="xs:string" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The previous value of the configuration being reported upon.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ConfigurationState/additionalInformation
diagram mmixm_diagrams/mmixm_p182.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 configuration 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 configuration state associated with an asset.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ConfigurationState/currentValue
diagram mmixm_diagrams/mmixm_p183.png
namespace https://mmixm.aero/features/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The current value of the configuration being reported upon.
source <xs:element name="currentValue" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The current value of the configuration being reported upon.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ConfigurationState/previousValue
diagram mmixm_diagrams/mmixm_p184.png
namespace https://mmixm.aero/features/3
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The previous value of the configuration being reported upon.
source <xs:element name="previousValue" type="xs:string" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The previous value of the configuration being reported upon.</xs:documentation>
 
</xs:annotation>
</xs:element>


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