complexType "DynamicTextType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
Includes:
definitions of 1 attribute, 1 element
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "false"
    >
   
Content: 
TextContent+
</...>
Content Model Elements (1):
TextContent
All Direct / Indirect Based Elements (4):
DisplayText, InstructionText, QuestionText, ResponseText
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 (3); 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:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
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.8.7 using DocFlex/XML XSDDoc 2.7.0 template set