Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element MarkingFeatureMeasurementType / Text
Annotations
The Text element is the actual text of the marking.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Text" type="xs:string">
  <xs:annotation>
    <xs:documentation>The Text element is the actual text of the marking.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element MarkingFeatureMeasurementType / Location
Annotations
The Location element defines a rectangle within which the marking was made.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_RectangleType.tmp#RectangleType_Length PrimitivesPMI_xsd_Complex_Type_RectangleType.tmp#RectangleType_CornerPoint PrimitivesPMI_xsd_Complex_Type_RectangleType.tmp#RectangleType_Width PrimitivesPMI_xsd_Complex_Type_RectangleType.tmp#RectangleType_WidthDirection PrimitivesPMI_xsd_Complex_Type_RectangleType.tmp#RectangleType_LengthDirection PrimitivesPMI_xsd_Complex_Type_RectangleType.tmp#RectangleType
Type RectangleType
Properties
content complex
Children CornerPoint, Length, LengthDirection, Width, WidthDirection
Instance
<Location xmlns="http://qifstandards.org/xsd/qif3">
  <Length decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Length>
  <CornerPoint decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</CornerPoint>
  <Width decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Width>
  <WidthDirection decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</WidthDirection>
  <LengthDirection decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</LengthDirection>
</Location>
Source
<xs:element name="Location" type="RectangleType">
  <xs:annotation>
    <xs:documentation>The Location element defines a rectangle within which the marking was made.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type MarkingFeatureMeasurementType
Annotations
The MarkingFeatureMeasurementType defines the measured values of a marking feature.
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_FeatureMeasurementBaseType.tmp#FeatureMeasurementBaseType_FeatureItemId Features_xsd_Complex_Type_FeatureMeasurementBaseType.tmp#FeatureMeasurementBaseType_FeatureName Features_xsd_Complex_Type_FeatureMeasurementBaseType.tmp#FeatureMeasurementBaseType_TimeStamp Features_xsd_Complex_Type_FeatureMeasurementBaseType.tmp#FeatureMeasurementBaseType_ActualComponentId Features_xsd_Complex_Type_FeatureMeasurementBaseType.tmp#FeatureMeasurementBaseType_ManufacturingProcessId Features_xsd_Complex_Type_FeatureMeasurementBaseType.tmp#FeatureMeasurementBaseType_MeasurementDeviceIds Features_xsd_Complex_Type_FeatureMeasurementBaseType.tmp#FeatureMeasurementBaseType_ActualTransformId Features_xsd_Complex_Type_FeatureMeasurementBaseType.tmp#FeatureMeasurementBaseType_NotedEventIds Features_xsd_Complex_Type_FeatureMeasurementBaseType.tmp#FeatureMeasurementBaseType Features_xsd_Complex_Type_NonShapeFeatureMeasurementBaseType.tmp#NonShapeFeatureMeasurementBaseType Features_xsd_Complex_Type_MarkingFeatureMeasurementType.tmp#MarkingFeatureMeasurementType_Text Features_xsd_Complex_Type_MarkingFeatureMeasurementType.tmp#MarkingFeatureMeasurementType_Location
Type extension of NonShapeFeatureMeasurementBaseType
Type hierarchy
Used by
Children ActualComponentId, ActualTransformId, Attributes, FeatureItemId, FeatureName, Location, ManufacturingProcessId, MeasurementDeviceIds, NotedEventIds, Text, TimeStamp
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="MarkingFeatureMeasurementType">
  <xs:annotation>
    <xs:documentation>The MarkingFeatureMeasurementType defines the measured values of a marking feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="NonShapeFeatureMeasurementBaseType">
      <xs:sequence>
        <xs:element name="Text" type="xs:string">
          <xs:annotation>
            <xs:documentation>The Text element is the actual text of the marking.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Location" type="RectangleType">
          <xs:annotation>
            <xs:documentation>The Location element defines a rectangle within which the marking was made.</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