complexType "TranslationRequirementsType"
Namespace:
Content:
complex, 2 attributes, 1 element
Defined:
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:boolean
 = 
xs:boolean
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Provides a detailed description of the requirements for an acceptable translation and indicate if the translation should be oral and/or written. Supports multiple language versions of the same content as well as optional formatting of the content.
Type Definition Detail
Type Derivation Tree
  TranslationRequirementsType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="TranslationRequirementsType">
<xs:complexContent>
<xs:extension base="r:StructuredStringType">
<xs:attribute name="isOral" type="xs:boolean"/>
<xs:attribute name="isWritten" type="xs:boolean"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
isOral
Type:
xs:boolean, predefined
Use:
optional
Indicates if the translation is an oral translation.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isOral" type="xs:boolean"/>

isWritten
Type:
xs:boolean, predefined
Use:
optional
Indicates if the translation is a written translation.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isWritten" type="xs:boolean"/>

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