complexType NameValuePair
diagram mmixm_diagrams/mmixm_p21.png
namespace https://mmixm.aero/base/3
used by
element AdditionalInformation/nameValue
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
Complex type allowing users to enter supplementary, un standardized information via name/value pairs.
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>

attribute NameValuePair/@name
type xs:string
properties
use optional
annotation
documentation
Name of the property or attribute
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>

attribute NameValuePair/@value
type xs:string
properties
use optional
annotation
documentation
Value of the property or attribute
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>


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