<xs:complexType name="Feature">
<xs:annotation>
<xs:documentation>The group of things allowed in features.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="meta:metadata"/>
<xs:element name="path" type="Path" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="freePoints" type="FreePoints" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="manifold" type="meta:Manifold" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="polygon" type="meta:Polygon" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="polyhedron" type="meta:Polyhedron" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="sphere" type="meta:Sphere" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="optional"/>
</xs:complexType> |