Text

The static portion of the text expressed as a StructuredString with the ability to preserve whitespace if critical to the understanding of the content.

Extends

Content

Properties

Name Type Cardinality
whiteSpace WhiteSpace 0..1

whiteSpace

The default setting states that leading and trailing white space will be removed and multiple adjacent white spaces will be treated as a single white space. If the existance of any of these white spaces is critical to the understanding of the content, change the value of this attribute to “preserve”.

Graph

digraph G { fontname = "Bitstream Vera Sans" fontsize = 8 overlap=false; compound=true; node [ fontname = "Bitstream Vera Sans" fontsize = 8 shape = "record" ] edge [ fontname = "Bitstream Vera Sans" fontsize = 8 mode="ipsep" ] DDI4_Text [ label = "{<id>Text | + whiteSpace : WhiteSpace \l \l \l| \l \l}" tooltip = "ComplexDataTypes:Text" ] subgraph ComplexDataTypes { label = "ComplexDataTypes" node [ color = "#000000" ] DDI4_Content [ label = "{<id>Content | + content : xhtml:BlkNoForm.mix \l + xmlLang : xs:language \l + isTranslated : xs:boolean \l + isTranslatable : xs:boolean \l + translationSourceLanguage : xs:language \l + translationDate : xs:date \l + isPlainText : xs:boolean \l \l \l| \l \l}" tooltip = "ComplexDataTypes:Content" ]; } DDI4_Text -> DDI4_Content [arrowhead=empty color="#000000" ]; }