TranslationType (complexType)

DDI

Describes the translation process of data and metadata.

Source

  <xs:complexType name="TranslationType">  <xs:sequence>  <xs:element name="Language" type="xs:string" maxOccurs="unbounded">  </xs:element>  <xs:element name="I18n-text" type="xs:string">  </xs:element>  <xs:element name="I18n-catalog" type="xs:string" minOccurs="0">  </xs:element>  <xs:element ref="r:Description" minOccurs="0">  </xs:element>  </xs:sequence>  <xs:attribute ref="xml:lang">  </xs:attribute>  </xs:complexType>