<xs:complexType name="PointSetType">
<xs:annotation>
<xs:documentation>The PointSetType represents a container for storing all instances of PointEntityType present in the CAD scene.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="Point" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each Point element is an instance of PointEntityType. Point elements are normally used as the underlying geometry for vertices.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="n" type="NaturalType" use="required">
<xs:annotation>
<xs:documentation>The required n attribute is the number of points in this set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |