complexType "NumberRangeValueType"
Namespace:
Content:
simple, 1 attribute
Defined:
globally in reusable.xsd; see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<...
   
 = 
xs:boolean : "true"
   
>
   
Content: 
{ xs:decimal }
</...>
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Describes a bounding value for a number range expressed as an xs:demical.
Type Definition Detail
Type Derivation Tree
xs:decimal (extension)
  NumberRangeValueType
Derivation:
extension of xs:decimal
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="NumberRangeValueType">
<xs:simpleContent>
<xs:extension base="xs:decimal">
<xs:attribute default="true" name="isInclusive" type="xs:boolean"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
isInclusive
Type:
xs:boolean, predefined
Use:
optional
Indicates that the value is included in the range. Set to false if the range includes numbers up to but no including the designated value.
Attribute Value
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="true" name="isInclusive" type="xs:boolean"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set