Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ExternalReferenceMeasureFeatureMethodType / ExternalFileReferences
Annotations
The optional ExternalFileReferences element is a list of references to additional files that specify the measurement method, e.g. ASTM standard.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ExternalFileReferencesType.tmp#ExternalFileReferencesType_n IntermediatesPMI_xsd_Complex_Type_ExternalFileReferencesType.tmp#ExternalFileReferencesType_ExternalFileReference IntermediatesPMI_xsd_Complex_Type_ExternalFileReferencesType.tmp#ExternalFileReferencesType
Type ExternalFileReferencesType
Properties
content complex
minOccurs 0
Children ExternalFileReference
Instance
<ExternalFileReferences n="" xmlns="http://qifstandards.org/xsd/qif3">
  <ExternalFileReference>{1,unbounded}</ExternalFileReference>
</ExternalFileReferences>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of external file references in this list.
Source
<xs:element name="ExternalFileReferences" type="ExternalFileReferencesType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ExternalFileReferences element is a list of references to additional files that specify the measurement method, e.g. ASTM standard.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Complex Type ExternalReferenceMeasureFeatureMethodType
Annotations
The ExternalReferenceMeasureFeatureMethodType references an external metrology method for measuring the feature.
Diagram
Diagram QIFPlan_xsd_Complex_Type_ActionMethodBaseType.tmp#ActionMethodBaseType_id QIFPlan_xsd_Complex_Type_ActionMethodBaseType.tmp#ActionMethodBaseType_ChosenResourceIds QIFPlan_xsd_Complex_Type_ActionMethodBaseType.tmp#ActionMethodBaseType_WorkInstructionIds Primitives_xsd_Element_Attributes.tmp#Attributes QIFPlan_xsd_Complex_Type_ActionMethodBaseType.tmp#ActionMethodBaseType QIFPlan_xsd_Complex_Type_MeasureFeatureMethodBaseType.tmp#MeasureFeatureMethodBaseType QIFPlan_xsd_Complex_Type_ExternalReferenceMeasureFeatureMethodType.tmp#ExternalReferenceMeasureFeatureMethodType_ExternalFileReferences
Type extension of MeasureFeatureMethodBaseType
Type hierarchy
Used by
Children Attributes, ChosenResourceIds, ExternalFileReferences, WorkInstructionIds
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the action method, used for referencing.
Source
<xs:complexType name="ExternalReferenceMeasureFeatureMethodType">
  <xs:annotation>
    <xs:documentation>The ExternalReferenceMeasureFeatureMethodType references an external metrology method for measuring the feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="MeasureFeatureMethodBaseType">
      <xs:sequence>
        <xs:element name="ExternalFileReferences" type="ExternalFileReferencesType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional ExternalFileReferences element is a list of references to additional files that specify the measurement method, e.g. ASTM standard.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd