Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type DetachableSensorsType
Annotations
The DetachableSensorsType defines a list of detachable sensors.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_DetachableSensorsType.tmp#DetachableSensorsType_n QIFMeasurementResources_xsd_Element_DetachableSensor.tmp#DetachableSensor
Used by
Children DetachableSensor
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of detachable sensors in the list.
Source
<xs:complexType name="DetachableSensorsType">
  <xs:annotation>
    <xs:documentation>The DetachableSensorsType defines a list of detachable sensors.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="DetachableSensor" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each DetachableSensor element is a detachable sensor that may or may not be mounted on a tool.</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 detachable sensors in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Attribute DetachableSensorsType / @n
Annotations
The required n attribute is the number of detachable sensors in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type DetachableSensorsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of detachable sensors in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd