complexType "LiteralTextType"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definition of 1 element
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
Text, r:Description
All Direct / Indirect Based Elements (1):
LiteralText
Known Usage Locations
Annotation
Literal (static) text to be used in the instrument using the StructuredString structure plus an attribute allowing for the specification of white space to be preserved.
Type Definition Detail
Type Derivation Tree
TextContentType (extension)
  LiteralTextType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="LiteralTextType">
<xs:complexContent>
<xs:extension base="TextContentType">
<xs:sequence>
<xs:element ref="Text"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 1/2)
Text
Type:
TextType, complex content
The value of the static text string. Supports the optional use of XHTML formatting tags within the string structure. If the content of a literal text contains more than one language, i.e. "What is your understanding of the German word 'Gesundheit'?", the foreign language element should be placed in a separate LiteralText component with the appropriate xml:lang value and, in this case, isTranslatable set to "false". If the existence of white space is critical to the understanding of the content (such as inclusion of a leading or trailing white space), set the attribute of Text xml:space to "preserve".
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Text"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set