-
Notifications
You must be signed in to change notification settings - Fork 1
/
14230.xml
44 lines (44 loc) · 1.72 KB
/
14230.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<LWM2M xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://openmobilealliance.org/tech/profiles/LWM2M-v1_1.xsd">
<Object ObjectType="MODefinition">
<Name>Sea Water Level</Name>
<Description1><![CDATA[Describes observed sea water level.]]></Description1>
<ObjectID>14230</ObjectID>
<ObjectURN>urn:oma:lwm2m:x:14230</ObjectURN>
<MultipleInstances>Multiple</MultipleInstances>
<Mandatory>Optional</Mandatory>
<Resources>
<Item ID="0">
<Name>Sea Water Level</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Mandatory</Mandatory>
<Type>Float</Type>
<RangeEnumeration/>
<Units>cm</Units>
<Description><![CDATA[The observed sea water level relative the the sea level elevation of the sea map. Examples: 134.2, 104.5.]]></Description>
</Item>
<Item ID="1">
<Name>Station code</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Mandatory</Mandatory>
<Type>String</Type>
<RangeEnumeration/>
<Units/>
<Description><![CDATA[The code of the observation station. Examples: TRD, SVG.]]></Description>
</Item>
<Item ID="99">
<Name>Timestamp</Name>
<Operations>R</Operations>
<MultipleInstances>Single</MultipleInstances>
<Mandatory>Mandatory</Mandatory>
<Type>Time</Type>
<RangeEnumeration/>
<Units/>
<Description><![CDATA[The timestamp of when the observation was made.]]></Description>
</Item>
</Resources>
<Description2/>
</Object>
</LWM2M>