The union of two or more regions is a region |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
fill_factor | restriction of xs:double | 1.0 | optional |
|
|||
note | xs:string | optional |
Element | reg:Union |
<xs:complexType name="unionType"> <xs:annotation> <xs:documentation>The union of two or more regions is a region</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="reg:regionType"> <xs:sequence> <xs:element name="Region" type="reg:regionType" minOccurs="2" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |