String Schema
AttributeType Complex Type
Description
Certain attribute of the containing element
Namespace http://string.drv.de/xmlschema/string
Diagram
AttributeSource Element LanguageCode Element Text Element Sequence Description Element Code Element Sequence AttributeType Complex Type
Overview
AttributeType
Certain attribute of the containing element
Sequence
Code xs:token
Code for the attribute
Description 0..∞ TextLanguageType Complex Type
Description for the attribute
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Used By
Attribute Element
Source
<xs:complexType name="AttributeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Certain attribute of the containing element</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Code" type="xs:token">
      <xs:annotation>
        <xs:documentation>Code for the attribute</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Description" type="TextLanguageType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Description for the attribute</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AttributeSource" type="AttributeSourceType" nillable="false">
      <xs:annotation>
        <xs:documentation>Source of the attribute</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.