Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Element MeasuredDatumFeatureType / MaterialModifier
Annotations
The MaterialModifier element is the material condition or material boundary modifier for the datum feature.
Diagram
Diagram IntermediatesPMI_xsd_Simple_Type_MaterialModifierEnumType.tmp#MaterialModifierEnumType
Type MaterialModifierEnumType
Properties
content simple
Facets
enumeration REGARDLESS
enumeration LEAST
enumeration MAXIMUM
enumeration LEAST_RPR
enumeration MAXIMUM_RPR
enumeration NONE
Source
<xs:element name="MaterialModifier" type="MaterialModifierEnumType">
  <xs:annotation>
    <xs:documentation>The MaterialModifier element is the material condition or material boundary modifier for the datum feature.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element MeasuredDatumFeatureType / SubstituteFeatureAlgorithm
Annotations
The optional SubstituteFeatureAlgorithm element is the substitute feature data fitting algorithm for the datum feature. This setting overrides any substitute feature algorithm defined on the datum feature nominal or datum feature item for the purpose of establishing a datum reference frame.
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 datum feature. This setting overrides any substitute feature algorithm defined on the datum feature nominal or datum feature item for the purpose of establishing a datum reference frame.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type MeasuredDatumFeatureType
Annotations
The MeasuredDatumFeatureType defines a DatumFeatureBaseType in which the datum feature is to be established from the measured feature.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_DatumFeatureBaseType.tmp#DatumFeatureBaseType_FeatureNominalId IntermediatesPMI_xsd_Complex_Type_DatumFeatureBaseType.tmp#DatumFeatureBaseType IntermediatesPMI_xsd_Complex_Type_MeasuredDatumFeatureType.tmp#MeasuredDatumFeatureType_MaterialModifier IntermediatesPMI_xsd_Complex_Type_MeasuredDatumFeatureType.tmp#MeasuredDatumFeatureType_SubstituteFeatureAlgorithm
Type extension of DatumFeatureBaseType
Type hierarchy
Used by
Children FeatureNominalId, MaterialModifier, SubstituteFeatureAlgorithm
Source
<xs:complexType name="MeasuredDatumFeatureType">
  <xs:annotation>
    <xs:documentation>The MeasuredDatumFeatureType defines a DatumFeatureBaseType in which the datum feature is to be established from the measured feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="DatumFeatureBaseType">
      <xs:sequence>
        <xs:element name="MaterialModifier" type="MaterialModifierEnumType">
          <xs:annotation>
            <xs:documentation>The MaterialModifier element is the material condition or material boundary modifier for the datum feature.</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 datum feature. This setting overrides any substitute feature algorithm defined on the datum feature nominal or datum feature item for the purpose of establishing a datum reference frame.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd