Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Included schema StringConfiguration.xsd
Namespace http://string.drv.de/xmlschema/string
Properties
attribute form default unqualified
element form default qualified
Element VersionRequestType / Version
Namespace http://string.drv.de/xmlschema/string
Annotations
version of client system
Diagram
Diagram
Type xs:decimal
Properties
content simple
Source
<xs:element name="Version" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>version of client system</xs:documentation>
  </xs:annotation>
</xs:element>
Element ConfigurationResponseType / Setting
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringCommonTypes_xsd.tmp#KeyValueType_Key StringCommonTypes_xsd.tmp#KeyValueType_Value StringCommonTypes_xsd.tmp#KeyValueType
Type KeyValueType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children Key, Value
Instance
<Setting xmlns="http://string.drv.de/xmlschema/string">
  <Key>{1,1}</Key>
  <Value>{1,1}</Value>
</Setting>
Source
<xs:element name="Setting" type="KeyValueType" minOccurs="0" maxOccurs="unbounded"/>
Element VersionResponseType / Version
Namespace http://string.drv.de/xmlschema/string
Annotations
version of operator system
Diagram
Diagram
Type xs:decimal
Properties
content simple
Source
<xs:element name="Version" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>version of operator system</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type ConfigurationRequestType
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram
Used by
Model
Source
<xs:complexType name="ConfigurationRequestType">
  <xs:sequence>
  </xs:sequence>
</xs:complexType>
Complex Type VersionRequestType
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringConfiguration_xsd.tmp#VersionRequestType_Version
Used by
Model
Children Version
Source
<xs:complexType name="VersionRequestType">
  <xs:sequence>
    <xs:element name="Version" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>version of client system</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type ConfigurationResponseType
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringConfiguration_xsd.tmp#ConfigurationResponseType_Setting
Used by
Model
Children Setting
Source
<xs:complexType name="ConfigurationResponseType">
  <xs:sequence>
    <xs:element name="Setting" type="KeyValueType" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Complex Type VersionResponseType
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringConfiguration_xsd.tmp#VersionResponseType_Version
Used by
Model
Children Version
Source
<xs:complexType name="VersionResponseType">
  <xs:sequence>
    <xs:element name="Version" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>version of operator system</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>