complexType "RangeValueType"
Namespace:
Content:
simple, 2 attributes
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
("default" | "preserve") : "default"
 = 
xs:boolean
   
>
   
Content: 
{ xs:string }
</...>
All Direct / Indirect Based Elements (2):
MaximumValue, MinimumValue
Known Usage Locations
Annotation
Describes a bounding value of a string.
Type Definition Detail
Type Derivation Tree
xs:string (extension)
  ValueType (extension)
      RangeValueType
Derivation:
extension of ValueType
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="RangeValueType">
<xs:simpleContent>
<xs:extension base="ValueType">
<xs:attribute name="included" type="xs:boolean" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/2)
included
Type:
xs:boolean, predefined
Use:
required
Set to "true" if the value is included in the range.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="included" type="xs:boolean" use="required"/>

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