stc:coordScalarIntervalType

Scalar coordinate interval type

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
fill_factor xs:float 1.0 optional
Fraction of interval that is occupied by data
hi_include xs:boolean true optional
Limit to be included?
lo_include xs:boolean true optional
Limit to be included?

Used By

Source

<xs:complexType name="coordScalarIntervalType">
  <xs:annotation>
    <xs:documentation>Scalar coordinate interval type</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="stc:coordIntervalType">
      <xs:sequence>
        <xs:element name="LoLimit" type="xs:double" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Lower bound of interval</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="HiLimit" type="xs:double" minOccurs="0">
          <xs:annotation>
            <xs:documentation>Upper bound of interval</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>