Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element LocationCharacteristicMeasurementBaseType / ZoneDataSet
Annotations
The optional ZoneDataSet element gives information about the tolerance zones for the characteristic.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ZoneDataSetType.tmp#ZoneDataSetType_n IntermediatesPMI_xsd_Complex_Type_ZoneDataSetType.tmp#ZoneDataSetType_ZoneData IntermediatesPMI_xsd_Complex_Type_ZoneDataSetType.tmp#ZoneDataSetType
Type ZoneDataSetType
Properties
content complex
minOccurs 0
Children ZoneData
Instance
<ZoneDataSet n="" xmlns="http://qifstandards.org/xsd/qif3">
  <ZoneData>{1,unbounded}</ZoneData>
</ZoneDataSet>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of tolerance zones in this set.
Source
<xs:element name="ZoneDataSet" type="ZoneDataSetType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ZoneDataSet element gives information about the tolerance zones for the characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element LocationCharacteristicMeasurementBaseType / DatumsOk
Annotations
The optional DatumsOk element specifies whether the datum features passed all their associated characteristic evaluations. The element is set to "true" for passed all, is set to "false" for did not pass all, and is not present if the status of the datum features is unknown.
Diagram
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
Source
<xs:element name="DatumsOk" type="xs:boolean" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional DatumsOk element specifies whether the datum features passed all their associated characteristic evaluations. The element is set to "true" for passed all, is set to "false" for did not pass all, and is not present if the status of the datum features is unknown.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type LocationCharacteristicMeasurementBaseType
Annotations
The LocationCharacteristicMeasurementBaseType is the abstract base type that defines the results of a measured location characteristic evaluation.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType_Description Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_Status Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_CharacteristicItemId Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_TimeStamp Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_FeatureMeasurementIds Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_SubstituteFeatureAlgorithm Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_ActualComponentId Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_MeasurementDeviceIds Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_ManufacturingProcessId Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_NotedEventIds Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_NonConformanceDesignator Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType Characteristics_xsd_Complex_Type_GeometricCharacteristicMeasurementBaseType.tmp#GeometricCharacteristicMeasurementBaseType_Value Characteristics_xsd_Complex_Type_GeometricCharacteristicMeasurementBaseType.tmp#GeometricCharacteristicMeasurementBaseType_MaxValue Characteristics_xsd_Complex_Type_GeometricCharacteristicMeasurementBaseType.tmp#GeometricCharacteristicMeasurementBaseType_MinValue Characteristics_xsd_Complex_Type_GeometricCharacteristicMeasurementBaseType.tmp#GeometricCharacteristicMeasurementBaseType Characteristics_xsd_Complex_Type_LocationCharacteristicMeasurementBaseType.tmp#LocationCharacteristicMeasurementBaseType_ZoneDataSet Characteristics_xsd_Complex_Type_LocationCharacteristicMeasurementBaseType.tmp#LocationCharacteristicMeasurementBaseType_DatumsOk
Type extension of GeometricCharacteristicMeasurementBaseType
Type hierarchy
Properties
abstract true
Used by
Children ActualComponentId, Attributes, CharacteristicItemId, DatumsOk, Description, FeatureMeasurementIds, ManufacturingProcessId, MaxValue, MeasurementDeviceIds, MinValue, NonConformanceDesignator, NotedEventIds, Status, SubstituteFeatureAlgorithm, TimeStamp, Value, ZoneDataSet
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="LocationCharacteristicMeasurementBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The LocationCharacteristicMeasurementBaseType is the abstract base type that defines the results of a measured location characteristic evaluation.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="GeometricCharacteristicMeasurementBaseType">
      <xs:sequence>
        <xs:element name="ZoneDataSet" type="ZoneDataSetType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional ZoneDataSet element gives information about the tolerance zones for the characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="DatumsOk" type="xs:boolean" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional DatumsOk element specifies whether the datum features passed all their associated characteristic evaluations. The element is set to "true" for passed all, is set to "false" for did not pass all, and is not present if the status of the datum features is unknown.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd