Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ShapeFeatureItemBaseType / PointList
Annotations
The optional PointList element is a list of references to nominal target measurement points for the feature. This list overrides the list on the shape feature nominal.
Diagram
Diagram Features_xsd_Complex_Type_PointListType.tmp#PointListType_n Features_xsd_Element_PointSetId.tmp#PointSetId Features_xsd_Complex_Type_PointListType.tmp#PointListType
Type PointListType
Properties
content complex
minOccurs 0
Children PointSetId
Instance
<PointList n="" xmlns="http://qifstandards.org/xsd/qif3">
  <PointSetId xId="">{1,unbounded}</PointSetId>
</PointList>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of point set references in the list.
Source
<xs:element name="PointList" type="PointListType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional PointList element is a list of references to nominal target measurement points for the feature. This list overrides the list on the shape feature nominal.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element ShapeFeatureItemBaseType / SubstituteFeatureAlgorithm
Annotations
The optional SubstituteFeatureAlgorithm element is the substitute feature data fitting algorithm for the shape feature. This setting overrides any substitute feature algorithm defined on the feature nominal.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_SubstituteFeatureAlgorithmType.tmp#SubstituteFeatureAlgorithmType_SubstituteFeatureAlgorithmEnum IntermediatesPMI_xsd_Complex_Type_SubstituteFeatureAlgorithmType.tmp#SubstituteFeatureAlgorithmType_SubstituteFeatureAlgorithmId IntermediatesPMI_xsd_Complex_Type_SubstituteFeatureAlgorithmType.tmp#SubstituteFeatureAlgorithmType_OtherSubstituteFeatureAlgorithm IntermediatesPMI_xsd_Complex_Type_SubstituteFeatureAlgorithmType.tmp#SubstituteFeatureAlgorithmType
Type SubstituteFeatureAlgorithmType
Properties
content complex
minOccurs 0
Children Attributes, OtherSubstituteFeatureAlgorithm, SubstituteFeatureAlgorithmEnum, SubstituteFeatureAlgorithmId
Instance
<SubstituteFeatureAlgorithm xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <SubstituteFeatureAlgorithmEnum>{1,1}</SubstituteFeatureAlgorithmEnum>
  <SubstituteFeatureAlgorithmId xId="">{1,1}</SubstituteFeatureAlgorithmId>
  <OtherSubstituteFeatureAlgorithm>{1,1}</OtherSubstituteFeatureAlgorithm>
</SubstituteFeatureAlgorithm>
Source
<xs:element name="SubstituteFeatureAlgorithm" type="SubstituteFeatureAlgorithmType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional SubstituteFeatureAlgorithm element is the substitute feature data fitting algorithm for the shape feature. This setting overrides any substitute feature algorithm defined on the feature nominal.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element ShapeFeatureItemBaseType / VirtualMeasurement
Annotations
The optional VirtualMeasurement element represents a virtual measurement of the feature item. Knowing the id of the VirtualMeasurement enables finding the feature item with which the VirtualMeasurement is associated.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_VirtualMeasurementType.tmp#VirtualMeasurementType_id IntermediatesPMI_xsd_Complex_Type_VirtualMeasurementType.tmp#VirtualMeasurementType
Type VirtualMeasurementType
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the virtual characteristic measurement, used for referencing.
Source
<xs:element name="VirtualMeasurement" type="VirtualMeasurementType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional VirtualMeasurement element represents a virtual measurement of the feature item. Knowing the id of the VirtualMeasurement enables finding the feature item with which the VirtualMeasurement is associated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type ShapeFeatureItemBaseType
Annotations
The ShapeFeatureItemBaseType is the abstract base type for shape feature items. A shape feature item represents a single shape feature with optional nominal data.
Diagram
Diagram Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType_FeatureNominalId Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType_ParentFeatureItemId Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType_FeatureName Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType_UUID Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType_NotableEventIds Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType_CoordinateSystemId Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType Features_xsd_Complex_Type_ShapeFeatureItemBaseType.tmp#ShapeFeatureItemBaseType_PointList Features_xsd_Complex_Type_ShapeFeatureItemBaseType.tmp#ShapeFeatureItemBaseType_SubstituteFeatureAlgorithm Features_xsd_Complex_Type_ShapeFeatureItemBaseType.tmp#ShapeFeatureItemBaseType_VirtualMeasurement
Type extension of FeatureItemBaseType
Type hierarchy
Properties
abstract true
Used by
Children Attributes, CoordinateSystemId, FeatureName, FeatureNominalId, NotableEventIds, ParentFeatureItemId, PointList, SubstituteFeatureAlgorithm, UUID, VirtualMeasurement
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="ShapeFeatureItemBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The ShapeFeatureItemBaseType is the abstract base type for shape feature items. A shape feature item represents a single shape feature with optional nominal data.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FeatureItemBaseType">
      <xs:sequence>
        <xs:element name="PointList" type="PointListType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional PointList element is a list of references to nominal target measurement points for the feature. This list overrides the list on the shape feature nominal.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SubstituteFeatureAlgorithm" type="SubstituteFeatureAlgorithmType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional SubstituteFeatureAlgorithm element is the substitute feature data fitting algorithm for the shape feature. This setting overrides any substitute feature algorithm defined on the feature nominal.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="VirtualMeasurement" type="VirtualMeasurementType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional VirtualMeasurement element represents a virtual measurement of the feature item. Knowing the id of the VirtualMeasurement enables finding the feature item with which the VirtualMeasurement is associated.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd