complexType "DynamicTextType"
Namespace:
Content:
complex, 2 attributes, 1 element
Defined:
Includes:
definitions of 2 attributes, 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "false"
 = 
xs:language
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (4):
Known Usage Locations
Annotation
Structure supporting the use of dynamic text, where portions of the textual contend change depending on external information (pre-loaded data, response to an earlier query, environmental situations, etc.).
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="DynamicTextType">
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="TextContent"/>
</xs:sequence>
<xs:attribute default="false" name="isStructureRequired" type="xs:boolean"/>
<xs:attribute name="audienceLanguage" type="xs:language" use="optional"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 2/2)
audienceLanguage
Type:
xs:language, predefined
Use:
optional
Specifies the language of the intended audience. This is particularly important for clarifying the primary language of a mixed language textual string, for example when language testing and using a foreign word withing the question text.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="audienceLanguage" type="xs:language" use="optional"/>

isStructureRequired
Type:
xs:boolean, predefined
Use:
optional
If textual structure (e.g. size, color, font, etc.) is required to understand the meaning of the content 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"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
TextContent
Type:
TextContentType, complex content
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 2 elements
This is the head of a substitution group and is never used directly as an element name. Instead it is replaced with either LiteralText or ConditionalText.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="TextContent"/>

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