stc:CoordInterval

The spatial coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor

Element 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:element name="CoordInterval" type="stc:coordIntervalType" abstract="true">
  <xs:annotation>
    <xs:documentation>The spatial coordinate interval substitution group head element; such an element needs to contain a minimum or maximum scalar or vector value, or both; it needs to refer to a coordinate system; boundaries may or may not be inclusive; and it can have a fill factor</xs:documentation>
  </xs:annotation>
</xs:element>

Sample