DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "DynamicTextType"
Namespace:
Content:
complex, 4 attributes, 1 element
Defined:
Includes:
definitions of 4 attributes and 1 element
Used:
XML Representation Summary
<...
    isStructureRequired
 = 
xs:boolean : "false"
    translatable
 = 
xs:boolean : "true"
    translated
 = 
xs:boolean : "false"
    xml:lang
 = 
xs:language
    >
   
Content: 
Text+
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (4):
Known Usage Locations
Annotation
Structures the behavior of dynamic or static text within the instrument.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="DynamicTextType">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="Text"/>
</xs:sequence>
<xs:attribute ref="xml:lang"/>
<xs:attribute default="false" name="translated" type="xs:boolean"/>
<xs:attribute default="true" name="translatable" type="xs:boolean"/>
<xs:attribute default="false" name="isStructureRequired" type="xs:boolean"/>
</xs:complexType>
Attribute Detail (defined in this component only; 4/4)
isStructureRequired
Type:
xs:boolean, predefined
Use:
optional
If textual structure (e.g. size, color, font, etc) is required to understand the question change value to "true".
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="isStructureRequired" type="xs:boolean"/>

translatable
Type:
xs:boolean, predefined
Use:
optional
Attribute Value
Default:
"true"
XML Source (see within schema source)
<xs:attribute default="true" name="translatable" type="xs:boolean"/>

translated
Type:
xs:boolean, predefined
Use:
optional
Attribute Value
Default:
"false"
XML Source (see within schema source)
<xs:attribute default="false" name="translated" type="xs:boolean"/>

xml:lang
Type:
xs:language, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute ref="xml:lang"/>
Content Element Detail (defined in this component only; 1/1)
Text
Type:
TextType, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 2 elements
The element containing the text. It is never used directly, but is always replaced by one of the derived elements in the substitution group for which the Text elements acts as the head.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="Text"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set