Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type PointSetType
Annotations
The PointSetType represents a container for storing all instances of PointEntityType present in the CAD scene.
Diagram
Diagram Geometry_xsd_Complex_Type_PointSetType.tmp#PointSetType_n Geometry_xsd_Element_Point.tmp#Point
Used by
Element PointSet
Children Point
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of points in this set.
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Attribute PointSetType / @n
Annotations
The required n attribute is the number of points in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type PointSetType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd