Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element UserDefinedAttributeCharacteristicMeasurementType / Value
Annotations
The optional Value element is the measured value for the user-defined attribute characteristic.
Diagram
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="Value" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Value element is the measured value for the user-defined attribute characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type UserDefinedAttributeCharacteristicMeasurementType
Annotations
The UserDefinedAttributeCharacteristicMeasurementType defines the results of a measured user-defined characteristic evaluation. The Value must be one of the PassValues or FailValues given in the corresponding nominal characteristic.
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_UserDefinedAttributeCharacteristicMeasurementType.tmp#UserDefinedAttributeCharacteristicMeasurementType_Value
Type extension of CharacteristicMeasurementBaseType
Type hierarchy
Used by
Children ActualComponentId, Attributes, CharacteristicItemId, Description, FeatureMeasurementIds, ManufacturingProcessId, MeasurementDeviceIds, NonConformanceDesignator, NotedEventIds, Status, SubstituteFeatureAlgorithm, TimeStamp, Value
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="UserDefinedAttributeCharacteristicMeasurementType">
  <xs:annotation>
    <xs:documentation>The UserDefinedAttributeCharacteristicMeasurementType defines the results of a measured user-defined characteristic evaluation. The Value must be one of the PassValues or FailValues given in the corresponding nominal characteristic.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CharacteristicMeasurementBaseType">
      <xs:sequence>
        <xs:element name="Value" type="xs:string" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Value element is the measured value for the user-defined attribute characteristic.</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