complexType "DoubleNumberRangeValueType"
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:double }
</...>
All Direct / Indirect Based Elements (2):
HighDouble, LowDouble
Known Usage Locations
Annotation
Describes a bounding value for a number range expressed as an xs:double.
Type Definition Detail
Type Derivation Tree
xs:double (extension)
  DoubleNumberRangeValueType
Derivation:
extension of xs:double
XML Source (w/o annotations (2); see within schema source)
<xs:complexType name="DoubleNumberRangeValueType">
<xs:simpleContent>
<xs:extension base="xs:double">
<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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set