Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element LocatedTipsType / LocatedTip
Annotations
Each LocatedTip element gives information about a located tip.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_LocatedTipType.tmp#LocatedTipType_ProbeTip QIFMeasurementResources_xsd_Complex_Type_LocatedTipType.tmp#LocatedTipType_TipEndLocation QIFMeasurementResources_xsd_Complex_Type_LocatedTipType.tmp#LocatedTipType
Type LocatedTipType
Properties
content complex
maxOccurs unbounded
Children ProbeTip, TipEndLocation
Instance
<LocatedTip xmlns="http://qifstandards.org/xsd/qif3">
  <ProbeTip id="">{1,1}</ProbeTip>
  <TipEndLocation decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</TipEndLocation>
</LocatedTip>
Source
<xs:element name="LocatedTip" type="LocatedTipType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each LocatedTip element gives information about a located tip.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type LocatedTipsType
Annotations
The LocatedTipsType defines a list of located tips.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_LocatedTipsType.tmp#LocatedTipsType_n QIFMeasurementResources_xsd_Complex_Type_LocatedTipsType.tmp#LocatedTipsType_LocatedTip
Used by
Children LocatedTip
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of located tips in the list.
Source
<xs:complexType name="LocatedTipsType">
  <xs:annotation>
    <xs:documentation>The LocatedTipsType defines a list of located tips.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="LocatedTip" type="LocatedTipType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each LocatedTip element gives information about a located tip.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of located tips in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Attribute LocatedTipsType / @n
Annotations
The required n attribute is the number of located tips in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type LocatedTipsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of located tips in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd