A collection of points. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
name | xs:string | optional |
Complex Types | FreePoints, Manifold, Path, Polygon |
<xs:complexType name="Points"> <xs:annotation> <xs:documentation>A collection of points.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="point" type="Point" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="name" type="xs:string" use="optional"/> </xs:complexType> |