Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element LocatedTipType / ProbeTip
Annotations
The ProbeTip element is a probe tip.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_id QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Name QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Description QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Manufacturer QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_ModelNumber QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_SerialNumber QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Mass QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Size QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_LocationId QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType_Location Primitives_xsd_Element_Attributes.tmp#Attributes QIFMeasurementResources_xsd_Complex_Type_MeasurementResourceBaseType.tmp#MeasurementResourceBaseType QIFMeasurementResources_xsd_Complex_Type_ProbeTipType.tmp#ProbeTipType_TipEndGeometry QIFMeasurementResources_xsd_Complex_Type_ProbeTipType.tmp#ProbeTipType_TipEndDiameter QIFMeasurementResources_xsd_Complex_Type_ProbeTipType.tmp#ProbeTipType_TipEndMaterial QIFMeasurementResources_xsd_Complex_Type_ProbeTipType.tmp#ProbeTipType_StemMaterial QIFMeasurementResources_xsd_Complex_Type_ProbeTipType.tmp#ProbeTipType_StemDiameter QIFMeasurementResources_xsd_Complex_Type_ProbeTipType.tmp#ProbeTipType
Type ProbeTipType
Type hierarchy
Properties
content complex
Children Attributes, Description, Location, LocationId, Manufacturer, Mass, ModelNumber, Name, SerialNumber, Size, StemDiameter, StemMaterial, TipEndDiameter, TipEndGeometry, TipEndMaterial
Instance
<ProbeTip id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Name>{1,1}</Name>
  <Description>{0,1}</Description>
  <Manufacturer>{0,1}</Manufacturer>
  <ModelNumber>{0,1}</ModelNumber>
  <SerialNumber>{0,1}</SerialNumber>
  <Mass decimalPlaces="" massUnit="" significantFigures="">{0,1}</Mass>
  <Size>{0,1}</Size>
  <LocationId xId="">{1,1}</LocationId>
  <Location id="">{1,1}</Location>
  <Attributes n="">{0,1}</Attributes>
  <TipEndGeometry>{0,1}</TipEndGeometry>
  <TipEndDiameter decimalPlaces="" linearUnit="" significantFigures="">{0,1}</TipEndDiameter>
  <TipEndMaterial>{0,1}</TipEndMaterial>
  <StemMaterial>{0,1}</StemMaterial>
  <StemDiameter decimalPlaces="" linearUnit="" significantFigures="">{0,1}</StemDiameter>
</ProbeTip>
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the QIF id of the measurement resource, used for referencing.
Source
<xs:element name="ProbeTip" type="ProbeTipType">
  <xs:annotation>
    <xs:documentation>The ProbeTip element is a probe tip.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element LocatedTipType / TipEndLocation
Annotations
The TipEndLocation element is the location of the point at the end of the tip.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_PointType.tmp#PointType
Type PointType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="TipEndLocation" type="PointType">
  <xs:annotation>
    <xs:documentation>The TipEndLocation element is the location of the point at the end of the tip.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type LocatedTipType
Annotations
The LocatedTipType defines a tip of a tactile probe and the location of the end of tip.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_LocatedTipType.tmp#LocatedTipType_ProbeTip QIFMeasurementResources_xsd_Complex_Type_LocatedTipType.tmp#LocatedTipType_TipEndLocation
Used by
Children ProbeTip, TipEndLocation
Source
<xs:complexType name="LocatedTipType">
  <xs:annotation>
    <xs:documentation>The LocatedTipType defines a tip of a tactile probe and the location of the end of tip.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ProbeTip" type="ProbeTipType">
      <xs:annotation>
        <xs:documentation>The ProbeTip element is a probe tip.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TipEndLocation" type="PointType">
      <xs:annotation>
        <xs:documentation>The TipEndLocation element is the location of the point at the end of the tip.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd