Guest User

Untitled

a guest
Dec 12th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <!-- ################################################ -->
  2. <!-- Definition of Sensor Capability Base Attributes -->
  3. <!-- ################################################ -->
  4. <attributeGroup name="sensorCapabilityBaseAttributes">
  5. <attribute name="unit" type="mpegvct:unitType" use="optional"/>
  6. <attribute name="maxValue" type="float" use="optional"/>
  7. <attribute name="minValue" type="float" use="optional"/>
  8. <attribute name="offset" type="float" use="optional"/>
  9. <attribute name="numOfLevels" type="nonNegativeInteger" use="optional"/>
  10. <attribute name="sensitivity" type="float" use="optional"/>
  11. <attribute name="SNR" type="float" use="optional"/>
  12. </attributeGroup>
Add Comment
Please, Sign In to add comment