Showing:

Annotations
Diagrams
Properties
Source
Used by
Element ProductHeaderType / ScaleCoefficient
Annotations
The optional ScaleCoefficient element is an amount by which all elements representing distances in the QIFDocument/QIFProduct and QIFDocument/Features portions of an instance file are scaled. The default value is 1.The type of all values to be scaled is either LinearValueType or xs:double. To convert such values in an instance file to actual values, divide by the ScaleCoefficient. To record actual values in an instance file, multiply the actual value by the ScaleCoefficient.
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
default 1.0
Source
<xs:element name="ScaleCoefficient" type="xs:double" default="1.0" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ScaleCoefficient element is an amount by which all elements representing distances in the QIFDocument/QIFProduct and QIFDocument/Features portions of an instance file are scaled. The default value is 1.The type of all values to be scaled is either LinearValueType or xs:double. To convert such values in an instance file to actual values, divide by the ScaleCoefficient. To record actual values in an instance file, multiply the actual value by the ScaleCoefficient.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element ProductHeaderType / ModelTolerance
Annotations
The optional ModelTolerance element is the model tolerance. This value specifies the smallest distance between coordinates, in the global units defined above, that shall be considered as distinct.
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element name="ModelTolerance" type="xs:double" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ModelTolerance element is the model tolerance. This value specifies the smallest distance between coordinates, in the global units defined above, that shall be considered as distinct.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element ProductHeaderType / MassPropertyTolerance
Annotations
The optional EpsMassProperty element specifies a tolerance used for calculation of the mass properties of model entities.
Diagram
Diagram
Type xs:double
Properties
content simple
minOccurs 0
Source
<xs:element name="MassPropertyTolerance" type="xs:double" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional EpsMassProperty element specifies a tolerance used for calculation of the mass properties of model entities.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Complex Type ProductHeaderType
Annotations
The InternalHeaderType defines information about the creation of the file containing the CAD model and global parameters of the model.
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
Type extension of PartAssemblyHeaderType
Type hierarchy
Used by
Children Application, ApplicationSource, Author, Description, File, MassPropertyTolerance, ModelTolerance, Name, ScaleCoefficient
Source
<xs:complexType name="ProductHeaderType">
  <xs:annotation>
    <xs:documentation>The InternalHeaderType defines information about the creation of the file containing the CAD model and global parameters of the model.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="PartAssemblyHeaderType">
      <xs:sequence>
        <xs:element name="ScaleCoefficient" type="xs:double" default="1.0" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional ScaleCoefficient element is an amount by which all elements representing distances in the QIFDocument/QIFProduct and QIFDocument/Features portions of an instance file are scaled. The default value is 1.The type of all values to be scaled is either LinearValueType or xs:double. To convert such values in an instance file to actual values, divide by the ScaleCoefficient. To record actual values in an instance file, multiply the actual value by the ScaleCoefficient.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ModelTolerance" type="xs:double" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional ModelTolerance element is the model tolerance. This value specifies the smallest distance between coordinates, in the global units defined above, that shall be considered as distinct.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="MassPropertyTolerance" type="xs:double" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional EpsMassProperty element specifies a tolerance used for calculation of the mass properties of model entities.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd