complexType "TranslationType"
Namespace:
Content:
complex, 1 attribute, 4 elements
Defined:
globally in instance.xsd; see XML source
Includes:
definitions of 1 attribute, 4 elements
Used:
XML Representation Summary
<...
   
 = 
xs:language
   
>
   
Content: 
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Provides the language of translation as well as a description of translation for the contents of the DDI Instance.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="TranslationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Language"/>
<xs:element minOccurs="0" 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 (all declarations; defined within this component only; 1/1)
xml:lang
Type:
xs:language, predefined
Use:
optional
Language of the tag content.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="xml:lang"/>
Content Element Detail (all declarations; defined within this component only; 4/4)
I18n-catalog
Type:
xs:string, predefined, simple content
Identifies the l18n catalog 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 the language identifier used.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="I18n-text" type="xs:string"/>

r:Description
Type:
r:StructuredStringType, complex content
Description of the translation process of the data and metadata. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

r:Language
Type:
r:CodeValueType, simple content
Uses the more generic Language element found in a Citation. Allows for use of an external controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Language"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set