String Schema
KeyValueType Complex Type
Description
List of key-value elements
Namespace http://string.drv.de/xmlschema/string
Diagram
Value Element Key Element Sequence KeyValueType Complex Type
Overview
KeyValueType
List of key-value elements
Sequence
Key xs:token
Value xs:string
Used By
Setting Element
Source
<xs:complexType name="KeyValueType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>List of key-value elements</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Key" type="xs:token" />
    <xs:element name="Value" type="xs:string" />
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.