complexType keyValuePairType
diagram index_p114.png
namespace http://www.ech.ch/xmlns/eCH-0206/2
children eCH-0206:key eCH-0206:value
used by
element maddRequestType/options/parameterList/parameterItem
source <xs:complexType name="keyValuePairType">
 
<xs:sequence>
   
<xs:element name="key">
     
<xs:simpleType>
       
<xs:restriction base="xs:token">
         
<xs:minLength value="1"/>
         
<xs:maxLength value="100"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="value">
     
<xs:simpleType>
       
<xs:restriction base="xs:token">
         
<xs:minLength value="1"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element keyValuePairType/key
diagram index_p115.png
namespace http://www.ech.ch/xmlns/eCH-0206/2
type restriction of xs:token
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 100
source <xs:element name="key">
 
<xs:simpleType>
   
<xs:restriction base="xs:token">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="100"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element keyValuePairType/value
diagram index_p116.png
namespace http://www.ech.ch/xmlns/eCH-0206/2
type restriction of xs:token
properties
content simple
facets
Kind Value Annotation
minLength 1
source <xs:element name="value">
 
<xs:simpleType>
   
<xs:restriction base="xs:token">
     
<xs:minLength value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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