Abstract Shape type |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| fill_factor | restriction of xs:double | 1.0 | optional |
|
|||
| note | xs:string | optional | |||||
| unit | crd:posUnitType | deg | optional |
| Complex Types | reg:boxType, reg:circleType, reg:convexHullType, reg:convexType, reg:polygonType, reg:sectorType, reg:skyIndexType |
<xs:complexType name="shapeType" abstract="true"> <xs:annotation> <xs:documentation>Abstract Shape type</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="reg:regionType"> <xs:attribute name="unit" type="crd:posUnitType" use="optional" default="deg"/> </xs:extension> </xs:complexContent> </xs:complexType> |