<xs:element name="propValues" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>values for the physical property (phenomenon) 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 physical property (phenomenon) the input or output for this dataUnit. Allowed values: input, output. Default: input</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="propName" minOccurs="0">
<xs:annotation>
<xs:documentation>from Physical Property (Phenomenon) Dictionary</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="tml:BindType">
<xs:attributeGroup ref="tml:uid_uidRef"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="propQualifier" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>Qualifier for the property. From Qualifier Dictionary. e.g. aveValue, rmsValue, rssValue, instValue, accumulatedValue, rateOfChange, range, min, max...</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UOM" minOccurs="0">
<xs:annotation>
<xs:documentation>From Units Of Measure Dictionary (SI Units)</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="tml:BindType">
<xs:attributeGroup ref="tml:uid_uidRef"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="direction" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>if the physical property (phenomenon) had a direction associated with it such as torque or force. direction relative to the transducer reference system. Allowed Values: horizontal, vertical, +xTranslation, -xTranslation, +yTranslation, -yTranslation, +zTranslation, -zTranslation, +alpha, -alpha, +beta, -beta, +rhoTranslation, -rhoTranslation, +latTranslation, -latTranslation, +longTranslation -longTranslation, +altTranslation, -altTranslation, +omegaRotation, -omegaRotation, +phiRotation, -phiRotation, +kappaRotation, -kappaRotation, none Default: none</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="calibProp" type="tml:BindType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>If a calibrated source is available this elements identifies the calibration level or points (bindUID) to the calibrated sensor measuring the source. This is used for post correcting relative readings Default: none</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element> |