complexType "TextType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:language |
|
= |
xs:boolean : "false" |
|
= |
xs:boolean : "true" |
|
= |
list of xs:language |
|
= |
xs:date |
|
= |
xs:boolean : "true" |
|
= |
("default" | "preserve") : "default" |
|
|
> |
|
|
</...> |
Content Model Elements (16):
-
address,
blockquote,
div,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
table,
ul
All Direct / Indirect Based Elements (1):
-
Annotation
The static portion of the text expressed as a StructuredString with the ability to preserve whitespace if critical to the understanding of the content.
Type Derivation Tree TextType |
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="TextType"> <xs:complexContent> <xs:attribute default="default" ref="xml:space"/> </xs:extension> </xs:complexContent> </xs:complexType> |
Attribute Detail (all declarations; defined within this component only; 1/7) -
Type: |
anonymous simpleType (restriction of xs:NCName) |
Use: |
optional |
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".
Attribute Value
Enumeration: |
"default", "preserve" |
Default: |
"default" |
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="default" ref="xml:space"/> |