Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ComponentSetType
Annotations
The ComponentSetType represents a container for storing all components present in the CAD scene.
Diagram
Diagram QIFProduct_xsd_Complex_Type_ComponentSetType.tmp#ComponentSetType_n QIFProduct_xsd_Element_Component.tmp#Component
Used by
Element ComponentSet
Children Component
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of components in this set.
Source
<xs:complexType name="ComponentSetType">
  <xs:annotation>
    <xs:documentation>The ComponentSetType represents a container for storing all components present in the CAD scene.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Component" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Component element is an instance of a part template.</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 components in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Attribute ComponentSetType / @n
Annotations
The required n attribute is the number of components in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ComponentSetType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of components in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd