DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "TranslationType"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
globally in instance.xsd, see XML source
Includes:
definitions of 1 attribute and 4 elements
Used:
XML Representation Summary
<...
    xml:lang
 = 
xs:language
    >
   
Content: 
Language+, I18n-text, I18n-catalog?, r:Description?
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes the translation process of data and metadata.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="TranslationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" name="Language" type="xs:string"/>
<xs:element name="I18n-text" type="xs:string"/>
<xs:element minOccurs="0" name="I18n-catalog" type="xs:string"/>
<xs:element minOccurs="0" ref="r:Description"/>
</xs:sequence>
<xs:attribute ref="xml:lang"/>
</xs:complexType>
Attribute Detail (defined in this component only; 1/1)
xml:lang
Type:
xs:language, predefined
Use:
optional
Indicates language of tag content
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="xml:lang"/>
Content Element Detail (defined in this component only; 4/4)
I18n-catalog
Type:
xs:string, predefined, simple content
Identifies the I18n catalog of language being used.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="I18n-catalog" type="xs:string"/>

I18n-text
Type:
xs:string, predefined, simple content
Value of language identifier being used.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="I18n-text" type="xs:string"/>

Language
Type:
xs:string, predefined, simple content
Name of the language of translation.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" name="Language" type="xs:string"/>

r:Description
Type:
r:StructuredStringType, mixed content
Describes the translation process of data and metadata.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

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