<xs:complexType name="coordIntervalType" abstract="true">
<xs:annotation>
<xs:documentation>Abstact coordinate interval type</xs:documentation>
</xs:annotation>
<xs:attribute name="lo_include" type="xs:boolean" default="true">
<xs:annotation>
<xs:documentation>Limit to be included?</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="hi_include" type="xs:boolean" default="true">
<xs:annotation>
<xs:documentation>Limit to be included?</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="fill_factor" type="xs:float" use="optional" default="1.0">
<xs:annotation>
<xs:documentation>Fraction of interval that is occupied by data</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |