A convex polygon defined by one or more Constraints |
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 |
Element | reg:Convex |
<xs:complexType name="convexType"> <xs:annotation> <xs:documentation>A convex polygon defined by one or more Constraints</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="reg:shapeType"> <xs:sequence> <xs:element name="Constraint" type="reg:constraintType" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |