diagram | ![]() |
||
namespace | https://mmixm.aero/features/3 | ||
children | mx:additionalInformation mx:currentValue mx:previousValue | ||
used by |
|
||
annotation |
|
||
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> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/features/3 | ||||||
type | mb:AdditionalInformation | ||||||
properties |
|
||||||
children | mb:nameValue | ||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/features/3 | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |
diagram | ![]() |
||||||
namespace | https://mmixm.aero/features/3 | ||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |