complexType "LiteralTextType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<...> |
|
|
</...> |
Content Model Elements (2):
-
All Direct / Indirect Based Elements (1):
-
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 Derivation Tree LiteralTextType |
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="LiteralTextType"> <xs:complexContent> <xs:sequence> <xs:element name="Text"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
Content Element Detail (all declarations; defined within this component only; 1/2) -
Type: |
xs:anyType, any 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 existance 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 name="Text"/> |