Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element BaseFeaturePointSetType / FeatureId
Annotations
The FeatureId element is the QIF id of a feature nominal in the case where a construction is defined at the feature nominal level, or the QIF id of a feature item in the case where a construction is defined at the feature item level. The allowed values of FeatureId are restricted by key/keyref pairs.
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="FeatureId" type="QIFReferenceType">
  <xs:annotation>
    <xs:documentation>The FeatureId element is the QIF id of a feature nominal in the case where a construction is defined at the feature nominal level, or the QIF id of a feature item in the case where a construction is defined at the feature item level. The allowed values of FeatureId are restricted by key/keyref pairs.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element BaseFeaturePointSetType / PointIndex
Annotations
The PointIndex element is a reference to a measurement point by a single index, or to several measurement points by a range, or by specifying all measurement points.
Diagram
Diagram Features_xsd_Complex_Type_PointIndexType.tmp#PointIndexType_Single Features_xsd_Complex_Type_PointIndexType.tmp#PointIndexType_Range Features_xsd_Complex_Type_PointIndexType.tmp#PointIndexType_All Features_xsd_Complex_Type_PointIndexType.tmp#PointIndexType
Type PointIndexType
Properties
content complex
Children All, Range, Single
Instance
<PointIndex xmlns="http://qifstandards.org/xsd/qif3">
  <Single>{1,1}</Single>
  <Range>{1,1}</Range>
  <All>{1,1}</All>
</PointIndex>
Source
<xs:element name="PointIndex" type="PointIndexType">
  <xs:annotation>
    <xs:documentation>The PointIndex element is a reference to a measurement point by a single index, or to several measurement points by a range, or by specifying all measurement points.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element BaseFeaturePointSetType / ReferencedComponent
Annotations
The ReferencedComponent element identifies whether the measured or nominal component of a measurement point or points on this feature is used in the construction.
Diagram
Diagram IntermediatesPMI_xsd_Simple_Type_ReferencedComponentEnumType.tmp#ReferencedComponentEnumType
Type ReferencedComponentEnumType
Properties
content simple
Facets
enumeration NOMINAL
enumeration ACTUAL
Source
<xs:element name="ReferencedComponent" type="ReferencedComponentEnumType">
  <xs:annotation>
    <xs:documentation>The ReferencedComponent element identifies whether the measured or nominal component of a measurement point or points on this feature is used in the construction.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element BaseFeaturePointSetType / SequenceNumber
Annotations
The SequenceNumber element is an ordinal number defining the order of the base feature in the construction.
Diagram
Diagram Primitives_xsd_Simple_Type_NaturalType.tmp#NaturalType
Type NaturalType
Properties
content simple
Facets
minInclusive 1
Source
<xs:element name="SequenceNumber" type="NaturalType">
  <xs:annotation>
    <xs:documentation>The SequenceNumber element is an ordinal number defining the order of the base feature in the construction.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type BaseFeaturePointSetType
Annotations
The BaseFeaturePointSetType defines a measurement point or points from a feature to be used in a re-compensated-for-probe-size best-fit.
Diagram
Diagram Features_xsd_Complex_Type_BaseFeaturePointSetType.tmp#BaseFeaturePointSetType_FeatureId Features_xsd_Complex_Type_BaseFeaturePointSetType.tmp#BaseFeaturePointSetType_PointIndex Features_xsd_Complex_Type_BaseFeaturePointSetType.tmp#BaseFeaturePointSetType_ReferencedComponent Features_xsd_Complex_Type_BaseFeaturePointSetType.tmp#BaseFeaturePointSetType_SequenceNumber
Used by
Children FeatureId, PointIndex, ReferencedComponent, SequenceNumber
Source
<xs:complexType name="BaseFeaturePointSetType">
  <xs:annotation>
    <xs:documentation>The BaseFeaturePointSetType defines a measurement point or points from a feature to be used in a re-compensated-for-probe-size best-fit.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="FeatureId" type="QIFReferenceType">
      <xs:annotation>
        <xs:documentation>The FeatureId element is the QIF id of a feature nominal in the case where a construction is defined at the feature nominal level, or the QIF id of a feature item in the case where a construction is defined at the feature item level. The allowed values of FeatureId are restricted by key/keyref pairs.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PointIndex" type="PointIndexType">
      <xs:annotation>
        <xs:documentation>The PointIndex element is a reference to a measurement point by a single index, or to several measurement points by a range, or by specifying all measurement points.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReferencedComponent" type="ReferencedComponentEnumType">
      <xs:annotation>
        <xs:documentation>The ReferencedComponent element identifies whether the measured or nominal component of a measurement point or points on this feature is used in the construction.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SequenceNumber" type="NaturalType">
      <xs:annotation>
        <xs:documentation>The SequenceNumber element is an ordinal number defining the order of the base feature in the construction.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd