complexType AdditionalInformation
diagram mmixm_diagrams/mmixm_p16.png
namespace https://mmixm.aero/base/3
children mb:nameValue
used by
elements Organization/additionalInformation Person/additionalInformation Asset/additionalInformation Availability/additionalInformation Configuration/additionalInformation ConfigurationState/additionalInformation MonitoringEvent/additionalInformation Parameter/additionalInformation ParameterState/additionalInformation SecurityViolation/additionalInformation Credential/additionalInformation Qualification/additionalInformation
annotation
documentation
Additional information to be contained in the message that is not standardized within the XSD.  This information is encoded via name/value pairs.
source <xs:complexType name="AdditionalInformation">
 
<xs:annotation>
   
<xs:documentation>Additional information to be contained in the message that is not standardized within the XSD.  This information is encoded via name/value pairs.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="nameValue" type="mb:NameValuePair" minOccurs="0" maxOccurs="99">
     
<xs:annotation>
       
<xs:documentation>Name value pair allowing for additional information to be associated with an element.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AdditionalInformation/nameValue
diagram mmixm_diagrams/mmixm_p17.png
namespace https://mmixm.aero/base/3
type mb:NameValuePair
properties
minOcc 0
maxOcc 99
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  optional      
documentation
Name of the property or attribute
value  xs:string  optional      
documentation
Value of the property or attribute
annotation
documentation
Name value pair allowing for additional information to be associated with an element.
source <xs:element name="nameValue" type="mb:NameValuePair" minOccurs="0" maxOccurs="99">
 
<xs:annotation>
   
<xs:documentation>Name value pair allowing for additional information to be associated with an element.</xs:documentation>
 
</xs:annotation>
</xs:element>


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