complexType "TranslationRequirementsType"
Namespace:
Content:
complex, 2 attributes, 1 element
Defined:
Includes:
definitions of 2 attributes, 1 element
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.
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="TranslationRequirementsType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:Description"/>
</xs:sequence>
<xs:attribute name="isOral" type="xs:boolean"/>
<xs:attribute name="isWritten" type="xs:boolean"/>
</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"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
r:Description
Type:
r:StructuredStringType, complex content
A description of the Translation Requirements. 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"/>

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