Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type MeasurementDevicesType
Annotations
The MeasurementDevicesType defines a list of measurement devices.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_MeasurementDevicesType.tmp#MeasurementDevicesType_n QIFMeasurementResources_xsd_Element_MeasurementDevice.tmp#MeasurementDevice
Used by
Children MeasurementDevice
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of measurement devices in the list.
Source
<xs:complexType name="MeasurementDevicesType">
  <xs:annotation>
    <xs:documentation>The MeasurementDevicesType defines a list of measurement devices.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="MeasurementDevice" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each MeasurementDevice element gives information about a measurement device.</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 measurement devices in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Attribute MeasurementDevicesType / @n
Annotations
The required n attribute is the number of measurement devices in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type MeasurementDevicesType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of measurement devices in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd