Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type Curve12SetType
Annotations
The Curve12SetType represents a container for storing all 2D curves present in the CAD scene.
Diagram
Diagram Geometry_xsd_Complex_Type_Curve12SetType.tmp#Curve12SetType_n Geometry_xsd_Element_Curve12.tmp#Curve12
Used by
Element Curve12Set
Children Curve12
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of 2D curves in this set.
Source
<xs:complexType name="Curve12SetType">
  <xs:annotation>
    <xs:documentation>The Curve12SetType represents a container for storing all 2D curves present in the CAD scene.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Curve12" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Curve12 element is a 2D curves (curve(t):R1->R2) defined in the parametric space of a surface.</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 2D curves in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Attribute Curve12SetType / @n
Annotations
The required n attribute is the number of 2D curves in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type Curve12SetType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of 2D curves in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd