| diagram | ![]() |
||||||||||||||||||||||
| namespace | https://mmixm.aero/base/4 | ||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| source | <xs:complexType name="NameValuePair"> <xs:annotation> <xs:documentation>Complex type allowing users to enter supplementary, un standardized information via name/value pairs.</xs:documentation> </xs:annotation> <xs:sequence/> <xs:attribute name="name" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Name of the property or attribute</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="value" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Value of the property or attribute</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:attribute name="name" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Name of the property or attribute</xs:documentation> </xs:annotation> </xs:attribute> |
| type | xs:string | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:attribute name="value" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Value of the property or attribute</xs:documentation> </xs:annotation> </xs:attribute> |