complexType "ValueType"
Namespace:
Content:
simple, 1 attribute
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
("default" | "preserve") : "default"
   
>
   
Content: 
{ xs:string }
</...>
Known Direct Subtypes (2):
RangeValueType, RelatedValueType
All Direct / Indirect Based Elements (5):
DefaultValue, MaximumValue, MinimumValue, RelatedValue, Value
Known Usage Locations
Annotation
The Value expressed as an xs:string with the ability to preserve whitespace if critical to the understanding of the content.
Type Definition Detail
Type Derivation Tree
xs:string (extension)
  ValueType
Derivation:
extension of xs:string
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="ValueType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute default="default" ref="xml:space"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
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 existence 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