Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type ParameterRangeType
Annotations
The ParameterRangeBoundsType is an array of two double values used to represent parameter bounds. The first entry in the list is the first bound of the parameter, and the second entry is the second bound. The second entry must be larger or smaller than the first.
Diagram
Diagram Primitives_xsd_Simple_Type_ListDoubleType.tmp#ListDoubleType
Type restriction of ListDoubleType
Type hierarchy
Facets
length 2
Used by
Source
<xs:simpleType name="ParameterRangeType">
  <xs:annotation>
    <xs:documentation>The ParameterRangeBoundsType is an array of two double values used to represent parameter bounds. The first entry in the list is the first bound of the parameter, and the second entry is the second bound. The second entry must be larger or smaller than the first.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="ListDoubleType">
    <xs:length value="2"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd