complexType "TextType"
Namespace:
Content:
complex, 7 attributes, 16 elements
Defined:
Includes:
definition of 1 attribute
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: 
(h1 | h2 | h3 | h4 | h5 | h6 | ul | ol | dl | p | div | pre | blockquote | address | hr | table)*
</...>
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):
Text
Known Usage Locations
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 Definition Detail
Type Derivation Tree
r:ContentType (extension)
  TextType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="TextType">
<xs:complexContent>
<xs:extension base="r:ContentType">
<xs:attribute default="default" ref="xml:space"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/7)
xml:space
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 of xs:NCName
Enumeration:
"default", "preserve"
Default:
"default"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="default" ref="xml:space"/>

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