reg:skyIndexType

This is a hook for regions defined in sky indexing schemes

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
fill_factor restriction of xs:double 1.0 optional
The fill_factor (value between 0 and 1) indicates the fraction of the region that is actually included; possible application: large scale resource coverage areas
note xs:string optional
unit crd:posUnitType deg optional

Used By

Element reg:SkyIndex

Source

<xs:complexType name="skyIndexType" abstract="true">
  <xs:annotation>
    <xs:documentation>This is a hook for regions defined in sky indexing schemes</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="reg:shapeType"/>
  </xs:complexContent>
</xs:complexType>