Value

The Value expressed as an xs:string with the ability to preserve whitespace if critical to the understanding of the content.

Properties

Name Type Cardinality
content xs:string 1..1
whiteSpace WhiteSpace 0..1

content

The actual content of this value as a string

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 existence 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_Value [ label = "{<id>Value | + content : xs:string \l + whiteSpace : WhiteSpace \l \l \l| \l \l}" tooltip = "ComplexDataTypes:Value" ] subgraph { label = "" node [ color = "#" ] } }