Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type AuxiliarySetType
Annotations
The AuxiliarySetType represents a container for storing all auxiliary objects present in the CAD scene.
Diagram
Diagram Auxiliary_xsd_Complex_Type_AuxiliarySetType.tmp#AuxiliarySetType_n Auxiliary_xsd_Element_Auxiliary.tmp#Auxiliary
Used by
Element AuxiliarySet
Children Auxiliary
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of auxiliary objects in this set.
Source
<xs:complexType name="AuxiliarySetType">
  <xs:annotation>
    <xs:documentation>The AuxiliarySetType represents a container for storing all auxiliary objects present in the CAD scene.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Auxiliary" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Auxiliary element is an auxiliary object.</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 auxiliary objects in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Auxiliary.xsd
Attribute AuxiliarySetType / @n
Annotations
The required n attribute is the number of auxiliary objects in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type AuxiliarySetType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of auxiliary objects in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Auxiliary.xsd