DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "InternationalStringType"
Namespace:
Content:
simple, 3 attributes
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 3 attributes
Used:
at 35 locations
XML Representation Summary
<...
    translatable
 = 
xs:boolean : "true"
    translated
 = 
xs:boolean : "false"
    xml:lang
 = 
xs:language
    >
   
Content: 
{ xs:string }
</...>
Known Direct Subtypes (5):
All Direct / Indirect Based Elements (81):
Known Usage Locations
Annotation
Allows for marking-up strings that may be translations from other languages, or that may be translatable into other languages.
Type Definition Detail
Type Derivation Tree
xs:string
  InternationalStringType (extension)
Derivation:
extension of xs:string
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="InternationalStringType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute ref="xml:lang"/>
<xs:attribute default="false" name="translated" type="xs:boolean"/>
<xs:attribute default="true" name="translatable" type="xs:boolean"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (defined in this component only; 3/3)
translatable
Type:
xs:boolean, predefined
Use:
optional
Indicates whether content is translatable (value of true) or not (value of false).
Attribute Value
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="true" name="translatable" type="xs:boolean"/>

translated
Type:
xs:boolean, predefined
Use:
optional
Indicates whether content is a translation (value of true) or not (value of false).
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="translated" type="xs:boolean"/>

xml:lang
Type:
xs:language, predefined
Use:
optional
Indicates the language of content.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="xml:lang"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set