Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type SurfaceSetType
Annotations
The SurfaceSetType represents a container for storing all surfaces present in the CAD scene.
Diagram
Diagram Geometry_xsd_Complex_Type_SurfaceSetType.tmp#SurfaceSetType_n Geometry_xsd_Element_Surface.tmp#Surface
Used by
Element SurfaceSet
Children Surface
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of surfaces in this set.
Source
<xs:complexType name="SurfaceSetType">
  <xs:annotation>
    <xs:documentation>The SurfaceSetType represents a container for storing all surfaces present in the CAD scene.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Surface" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Surface element is a surface (surface(u, v):R2->R3).</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 surfaces in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Attribute SurfaceSetType / @n
Annotations
The required n attribute is the number of surfaces in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type SurfaceSetType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of surfaces in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd