tml:dataValues

values for the data axis of the input output transfer function

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string optional
short descriptive name of element
uid xs:anyURI optional
unique ID for this element
uidRef xs:anyURI optional
the contents of this element are exactly the same as the contents of the uidRef element. no need repeating it. (similar to xlink)

Source

<xs:element name="dataValues" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>values for the data axis of the input output transfer function</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="tml:ValueType">
        <xs:sequence>
          <xs:element name="inputOutput" type="tml:BindType" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Is the data an input or an output for this dataUnit. Allowed values: input, output. Default: output</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="dataUidRef" type="tml:BindType" minOccurs="0">
            <xs:annotation>
              <xs:documentation>uid of the data form the logical data structure (dataUnit) to which this response model corresponds</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="variableName" type="tml:BindType" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Name of mathematical term used in the transformation equations.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="calibData" type="tml:BindType" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
              <xs:documentation>data resulting from calibrated source. or bindUID points to sensor measurement measuring calib source. Default: none</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>

Sample