Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element ProductType / Header
Annotations
The Header element gives information about the provenance of the Product data set.
Diagram
Diagram QIFProduct_xsd_Complex_Type_PartAssemblyHeaderType.tmp#PartAssemblyHeaderType_Name QIFProduct_xsd_Complex_Type_PartAssemblyHeaderType.tmp#PartAssemblyHeaderType_File QIFProduct_xsd_Complex_Type_PartAssemblyHeaderType.tmp#PartAssemblyHeaderType_Application QIFProduct_xsd_Complex_Type_PartAssemblyHeaderType.tmp#PartAssemblyHeaderType_Author QIFProduct_xsd_Complex_Type_PartAssemblyHeaderType.tmp#PartAssemblyHeaderType_ApplicationSource QIFProduct_xsd_Complex_Type_PartAssemblyHeaderType.tmp#PartAssemblyHeaderType_Description QIFProduct_xsd_Complex_Type_PartAssemblyHeaderType.tmp#PartAssemblyHeaderType QIFProduct_xsd_Complex_Type_ProductHeaderType.tmp#ProductHeaderType_ScaleCoefficient QIFProduct_xsd_Complex_Type_ProductHeaderType.tmp#ProductHeaderType_ModelTolerance QIFProduct_xsd_Complex_Type_ProductHeaderType.tmp#ProductHeaderType_MassPropertyTolerance QIFProduct_xsd_Complex_Type_ProductHeaderType.tmp#ProductHeaderType
Type ProductHeaderType
Type hierarchy
Properties
content complex
minOccurs 0
Children Application, ApplicationSource, Author, Description, File, MassPropertyTolerance, ModelTolerance, Name, ScaleCoefficient
Instance
<Header xmlns="http://qifstandards.org/xsd/qif3">
  <Name>{0,1}</Name>
  <File>{0,1}</File>
  <Application>{0,1}</Application>
  <Author>{0,1}</Author>
  <ApplicationSource>{0,1}</ApplicationSource>
  <Description>{0,1}</Description>
  <ScaleCoefficient>{0,1}</ScaleCoefficient>
  <ModelTolerance>{0,1}</ModelTolerance>
  <MassPropertyTolerance>{0,1}</MassPropertyTolerance>
</Header>
Source
<xs:element name="Header" type="ProductHeaderType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Header element gives information about the provenance of the Product data set.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element ProductType / RootPart
Annotations
The RootPart element is a root of CAD scene.
Diagram
Diagram Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType_Id Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType
Type ElementReferenceType
Properties
content complex
Children Id
Instance
<RootPart xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,1}</Id>
</RootPart>
Source
<xs:element name="RootPart" type="ElementReferenceType">
  <xs:annotation>
    <xs:documentation>The RootPart element is a root of CAD scene.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element ProductType / RootAssembly
Annotations
The RootAssembly element is a root of CAD scene.
Diagram
Diagram Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType_Id Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType
Type ElementReferenceType
Properties
content complex
Children Id
Instance
<RootAssembly xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,1}</Id>
</RootAssembly>
Source
<xs:element name="RootAssembly" type="ElementReferenceType">
  <xs:annotation>
    <xs:documentation>The RootAssembly element is a root of CAD scene.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element ProductType / RootComponent
Annotations
The RootComponent element is a root of CAD scene.
Diagram
Diagram Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType_Id Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType
Type ElementReferenceType
Properties
content complex
Children Id
Instance
<RootComponent xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,1}</Id>
</RootComponent>
Source
<xs:element name="RootComponent" type="ElementReferenceType">
  <xs:annotation>
    <xs:documentation>The RootComponent element is a root of CAD scene.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Complex Type ProductType
Annotations
The ProductType defines parts and assemblies.
Diagram
Diagram QIFProduct_xsd_Complex_Type_ProductType.tmp#ProductType_Header Geometry_xsd_Element_GeometrySet.tmp#GeometrySet Topology_xsd_Element_TopologySet.tmp#TopologySet QIFProduct_xsd_Element_NoteSet.tmp#NoteSet QIFProduct_xsd_Element_NoteFlagSet.tmp#NoteFlagSet QIFProduct_xsd_Element_PartNoteSet.tmp#PartNoteSet Visualization_xsd_Element_ViewSet.tmp#ViewSet QIFProduct_xsd_Element_LayerSet.tmp#LayerSet Auxiliary_xsd_Element_CoordinateSystemSet.tmp#CoordinateSystemSet Visualization_xsd_Element_VisualizationSet.tmp#VisualizationSet Auxiliary_xsd_Element_AuxiliarySet.tmp#AuxiliarySet QIFProduct_xsd_Element_PartSet.tmp#PartSet QIFProduct_xsd_Element_AssemblySet.tmp#AssemblySet QIFProduct_xsd_Element_ComponentSet.tmp#ComponentSet QIFProduct_xsd_Complex_Type_ProductType.tmp#ProductType_RootPart QIFProduct_xsd_Complex_Type_ProductType.tmp#ProductType_RootAssembly QIFProduct_xsd_Complex_Type_ProductType.tmp#ProductType_RootComponent QIFProduct_xsd_Element_AsmPaths.tmp#AsmPaths IntermediatesPMI_xsd_Element_MaterialLibrary.tmp#MaterialLibrary
Used by
Element Product
Children AsmPaths, AssemblySet, AuxiliarySet, ComponentSet, CoordinateSystemSet, GeometrySet, Header, LayerSet, MaterialLibrary, NoteFlagSet, NoteSet, PartNoteSet, PartSet, RootAssembly, RootComponent, RootPart, TopologySet, ViewSet, VisualizationSet
Source
<xs:complexType name="ProductType">
  <xs:annotation>
    <xs:documentation>The ProductType defines parts and assemblies.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Header" type="ProductHeaderType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Header element gives information about the provenance of the Product data set.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="GeometrySet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional GeometrySet element is a collection of all geometric entities present in the CAD scene, divided by type in a number of sub-sets.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="TopologySet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional TopologySet element is a collection of all topological entities present in the CAD scene, divided by type in a number of sub-sets.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="NoteSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional NoteSet element is a collection of all notes present in the QIF document.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="NoteFlagSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional NoteFlagSet element is a collection of all flag notes present in the QIF document.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="PartNoteSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional PartNoteSet element is a collection of all part notes and standard notes present in the QIF document.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ViewSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ViewSet element is a collection of all views present in the CAD scene.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="LayerSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional LayerSet element is a collection of all model layers.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="CoordinateSystemSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional CoordinateSystemSet element is a collection of all coordinate systems present in the CAD scene.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="VisualizationSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional VisualizationSet element is a collection of display info objects associated with PMI entities.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="AuxiliarySet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional AuxiliarySet element is a collection of all auxiliary objects present in the CAD scene.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="PartSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional PartSet element is a collection of all parts present in the CAD scene.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="AssemblySet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional AssemblySet element is a collection of all assemblies present in the CAD scene.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="ComponentSet" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional ComponentSet element is a collection of all components present in the CAD scene.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:choice minOccurs="0">
      <xs:annotation>
        <xs:documentation>This optional compositor provides a choice of the root of the CAD scene.</xs:documentation>
      </xs:annotation>
      <xs:element name="RootPart" type="ElementReferenceType">
        <xs:annotation>
          <xs:documentation>The RootPart element is a root of CAD scene.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RootAssembly" type="ElementReferenceType">
        <xs:annotation>
          <xs:documentation>The RootAssembly element is a root of CAD scene.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RootComponent" type="ElementReferenceType">
        <xs:annotation>
          <xs:documentation>The RootComponent element is a root of CAD scene.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
    <xs:element ref="AsmPaths" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional AsmPaths element is a collection of all parts present in the CAD scene.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="MaterialLibrary" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional MaterialLibrary element is a list of the materials from which the actual product is fabricated.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd