complexType "TranslationActivityType"
Namespace:
Content:
complex, 9 attributes, 24 elements
Defined:
Includes:
definitions of 2 attributes, 4 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
xs:boolean : "false"
 = 
"true"
 = 
list of xs:language
 = 
list of xs:language
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A substitution for DevelopmentActivity which describes the specifics of translation, looking at source and target languages, aids available for translation, and translator requirements regarding language ability and method of translation.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          DevelopmentActivityType (extension)
              TranslationActivityType
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="TranslationActivityType">
<xs:complexContent>
<xs:extension base="DevelopmentActivityType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TranslationMethod"/>
<xs:element minOccurs="0" ref="TranslationRequirements"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TranslationAid"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TranslatorRequirements"/>
</xs:sequence>
<xs:attribute name="translationSourceLanguage" type="r:LanguageList"/>
<xs:attribute name="translationTargetLanguage" type="r:LanguageList"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/9)
translationSourceLanguage
Type:
Use:
optional
List the language or language codes in a space delimited array. The language original may or may not be provided in this bundle of language specific strings.
Attribute Value
list of xs:language
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="translationSourceLanguage" type="r:LanguageList"/>

translationTargetLanguage
Type:
Use:
optional
List the language or language codes in a space delimited array.
Attribute Value
list of xs:language
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="translationTargetLanguage" type="r:LanguageList"/>
Content Element Detail (all declarations; defined within this component only; 4/24)
TranslationAid
Type:
TranslationAidType, complex content
Describes available aids for translation typed by a controlled vocabulary and supporting a description and resource identification where appropriate. This may include items such as the availability of an interpreter, key word material, etc.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TranslationAid"/>

TranslationMethod
Type:
TranslationMethodType, complex content
Describes the method of translation required through use of a controlled vocabulary and description. Repeat for multiple methods.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TranslationMethod"/>

TranslationRequirements
Type:
Provides a detailed description of the requirements for an acceptable translation and indicate if the translation should be oral and/or written.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="TranslationRequirements"/>

TranslatorRequirements
Type:
Describes both minimum and preferred language abilities sought for the translation work as a set of source and target language requirements. Details requirements for the translator in terms of language ability for reading, speaking, and writing the source and target languages. Repeat for each language pair sought.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="TranslatorRequirements"/>

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