Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type MeasurandBaseType
Annotations
The MeasurandBaseType is the abstract base type that defines an object, quantity, property, or condition to be measured and for a specific purpose. (Example measurands: Measure a shape feature to evaluate a specified characteristic(tolerance). Measure a shape feature to establish a datum within the context of a datum reference frame. Measure a grain feature to determine a grain size.) MeasurandTypes can be expanded in future QIF Plans versions.
Diagram
Diagram QIFPlan_xsd_Complex_Type_MeasurandBaseType.tmp#MeasurandBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes
Properties
abstract true
Used by
Children Attributes
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the measurand, used for referencing.
Source
<xs:complexType name="MeasurandBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The MeasurandBaseType is the abstract base type that defines an object, quantity, property, or condition to be measured and for a specific purpose. (Example measurands: Measure a shape feature to evaluate a specified characteristic(tolerance). Measure a shape feature to establish a datum within the context of a datum reference frame. Measure a grain feature to determine a grain size.) MeasurandTypes can be expanded in future QIF Plans versions.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Attributes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="QIFIdType" use="required">
    <xs:annotation>
      <xs:documentation>The id attribute is the QIF id of the measurand, used for referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd
Attribute MeasurandBaseType / @id
Annotations
The id attribute is the QIF id of the measurand, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type MeasurandBaseType
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The id attribute is the QIF id of the measurand, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFPlan.xsd