Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ValidationPartAssemblyInstanceType / AsmPathId
Annotations
The AsmPathId element is the identifier of the assembly path of this part/assembly.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="AsmPathId" type="QIFReferenceType">
  <xs:annotation>
    <xs:documentation>The AsmPathId element is the identifier of the assembly path of this part/assembly.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element ValidationPartAssemblyInstanceType / Centroid
Annotations
The optional Centroid element is the instance center of mass.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType
Type PointSimpleType
Type hierarchy
Properties
content simple
minOccurs 0
Facets
length 3
Source
<xs:element name="Centroid" type="PointSimpleType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Centroid element is the instance center of mass.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Element ValidationPartAssemblyInstanceType / Box
Annotations
The optional Box element is the instance bounding box.
Diagram
Diagram Primitives_xsd_Complex_Type_BoundingBoxAxisAlignedType.tmp#BoundingBoxAxisAlignedType_PointMin Primitives_xsd_Complex_Type_BoundingBoxAxisAlignedType.tmp#BoundingBoxAxisAlignedType_PointMax Primitives_xsd_Complex_Type_BoundingBoxAxisAlignedType.tmp#BoundingBoxAxisAlignedType
Type BoundingBoxAxisAlignedType
Properties
content complex
minOccurs 0
Children PointMax, PointMin
Instance
<Box xmlns="http://qifstandards.org/xsd/qif3">
  <PointMin>{1,1}</PointMin>
  <PointMax>{1,1}</PointMax>
</Box>
Source
<xs:element name="Box" type="BoundingBoxAxisAlignedType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Box element is the instance bounding box.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Complex Type ValidationPartAssemblyInstanceType
Annotations
The ValidationPartAssemblyInstanceType defines a set of part/assembly instance validation properties.
Diagram
Diagram QIFProduct_xsd_Complex_Type_ValidationPartAssemblyInstanceType.tmp#ValidationPartAssemblyInstanceType_AsmPathId QIFProduct_xsd_Complex_Type_ValidationPartAssemblyInstanceType.tmp#ValidationPartAssemblyInstanceType_Centroid QIFProduct_xsd_Complex_Type_ValidationPartAssemblyInstanceType.tmp#ValidationPartAssemblyInstanceType_Box
Used by
Children AsmPathId, Box, Centroid
Source
<xs:complexType name="ValidationPartAssemblyInstanceType">
  <xs:annotation>
    <xs:documentation>The ValidationPartAssemblyInstanceType defines a set of part/assembly instance validation properties.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="AsmPathId" type="QIFReferenceType">
      <xs:annotation>
        <xs:documentation>The AsmPathId element is the identifier of the assembly path of this part/assembly.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Centroid" type="PointSimpleType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Centroid element is the instance center of mass.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Box" type="BoundingBoxAxisAlignedType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Box element is the instance bounding box.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd