Showing
2 changed files
with
0 additions
and
280 deletions
common/transport/lwm2m/src/main/resources/models/LwM2M_BinaryAppDataContainer-v1_0_1.xml
deleted
100644 → 0
1 | -<?xml version="1.0" encoding="UTF-8"?> | |
2 | -<!-- | |
3 | -FILE INFORMATION | |
4 | - | |
5 | -OMA Permanent Document | |
6 | - File: OMA-SUP-XML_LWM2M_Bearer_Selection-V1_0_1-20190917-A | |
7 | - Type: xml | |
8 | - | |
9 | -Public Reachable Information | |
10 | - Path: http://www.openmobilealliance.org/tech/profiles | |
11 | - Name: LWM2M_Bearer_Selection-v1_0_1.xml | |
12 | - | |
13 | -NORMATIVE INFORMATION | |
14 | - This file is not part of a Technical Specification document. | |
15 | - | |
16 | - The file is also available at http://www.openmobilealliance.org/ | |
17 | - | |
18 | - Send comments to https://github.com/OpenMobileAlliance/OMA_LwM2M_for_Developers/issues | |
19 | - | |
20 | - | |
21 | -LEGAL DISCLAIMER | |
22 | - | |
23 | - Copyright 2019 Open Mobile Alliance. | |
24 | - | |
25 | - Redistribution and use in source and binary forms, with or without | |
26 | - modification, are permitted provided that the following conditions | |
27 | - are met: | |
28 | - | |
29 | - 1. Redistributions of source code must retain the above copyright | |
30 | - notice, this list of conditions and the following disclaimer. | |
31 | - 2. Redistributions in binary form must reproduce the above copyright | |
32 | - notice, this list of conditions and the following disclaimer in the | |
33 | - documentation and/or other materials provided with the distribution. | |
34 | - 3. Neither the name of the copyright holder nor the names of its | |
35 | - contributors may be used to endorse or promote products derived | |
36 | - from this software without specific prior written permission. | |
37 | - | |
38 | - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | |
39 | - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | |
40 | - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | |
41 | - FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | |
42 | - COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | |
43 | - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | |
44 | - BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | |
45 | - LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | |
46 | - CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
47 | - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN | |
48 | - ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
49 | - POSSIBILITY OF SUCH DAMAGE. | |
50 | - | |
51 | - The above license is used as a license under copyright only. Please | |
52 | - reference the OMA IPR Policy for patent licensing terms: | |
53 | - https://www.omaspecworks.org/about/intellectual-property-rights/ | |
54 | - | |
55 | ---> | |
56 | -<LWM2M xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://openmobilealliance.org/tech/profiles/LWM2M.xsd"> | |
57 | - <Object ObjectType="MODefinition"> | |
58 | - <Name>BinaryAppDataContainer</Name> | |
59 | - <Description1><![CDATA[This LwM2M Objects provides the application service data related to a LwM2M Server, eg. Water meter data. | |
60 | -There are several methods to create instance to indicate the message direction based on the negotiation between Application and LwM2M. The Client and Server should negotiate the instance(s) used to exchange the data. For example: | |
61 | - - Using a single instance for both directions communication, from Client to Server and from Server to Client. | |
62 | - - Using an instance for communication from Client to Server and another one for communication from Server to Client | |
63 | - - Using several instances | |
64 | -]]></Description1> | |
65 | - <ObjectID>19</ObjectID> | |
66 | - <ObjectURN>urn:oma:lwm2m:oma:19</ObjectURN> | |
67 | - <LWM2MVersion>1.0</LWM2MVersion> | |
68 | - <ObjectVersion>1.0</ObjectVersion> | |
69 | - <MultipleInstances>Multiple</MultipleInstances> | |
70 | - <Mandatory>Optional</Mandatory> | |
71 | - <Resources> | |
72 | - <Item ID="0"><Name>Data</Name> | |
73 | - <Operations>RW</Operations> | |
74 | -<!-- <MultipleInstances>Single</MultipleInstances>--> | |
75 | -<!-- <Mandatory>Optional</Mandatory>--> | |
76 | -<!-- <Type>String</Type>--> | |
77 | - <MultipleInstances>Multiple</MultipleInstances> | |
78 | - <Mandatory>Mandatory</Mandatory> | |
79 | - <Type>Opaque</Type> | |
80 | - <RangeEnumeration /> | |
81 | - <Units /> | |
82 | - <Description><![CDATA[Indicates the application data content.]]></Description> | |
83 | - </Item> | |
84 | - <Item ID="1"><Name>Data Priority</Name> | |
85 | - <Operations>RW</Operations> | |
86 | - <MultipleInstances>Single</MultipleInstances> | |
87 | - <Mandatory>Optional</Mandatory> | |
88 | - <Type>Integer</Type> | |
89 | - <RangeEnumeration>1 bytes</RangeEnumeration> | |
90 | - <Units /> | |
91 | - <Description><![CDATA[Indicates the Application data priority: | |
92 | -0:Immediate | |
93 | -1:BestEffort | |
94 | -2:Latest | |
95 | -3-100: Reserved for future use. | |
96 | -101-254: Proprietary mode.]]></Description> | |
97 | - </Item> | |
98 | - <Item ID="2"><Name>Data Creation Time</Name> | |
99 | - <Operations>RW</Operations> | |
100 | - <MultipleInstances>Single</MultipleInstances> | |
101 | - <Mandatory>Optional</Mandatory> | |
102 | - <Type>Time</Type> | |
103 | - <RangeEnumeration /> | |
104 | - <Units /> | |
105 | - <Description><![CDATA[Indicates the Data instance creation timestamp.]]></Description> | |
106 | - </Item> | |
107 | - <Item ID="3"><Name>Data Description</Name> | |
108 | - <Operations>RW</Operations> | |
109 | - <MultipleInstances>Single</MultipleInstances> | |
110 | - <Mandatory>Optional</Mandatory> | |
111 | - <Type>String</Type> | |
112 | - <RangeEnumeration>32 bytes</RangeEnumeration> | |
113 | - <Units /> | |
114 | - <Description><![CDATA[Indicates the data description. | |
115 | -e.g. "meter reading".]]></Description> | |
116 | - </Item> | |
117 | - <Item ID="4"><Name>Data Format</Name> | |
118 | - <Operations>RW</Operations> | |
119 | - <MultipleInstances>Single</MultipleInstances> | |
120 | - <Mandatory>Optional</Mandatory> | |
121 | - <Type>String</Type> | |
122 | - <RangeEnumeration>32 bytes</RangeEnumeration> | |
123 | - <Units /> | |
124 | - <Description><![CDATA[Indicates the format of the Application Data. | |
125 | -e.g. YG-Meter-Water-Reading | |
126 | -UTF8-string | |
127 | -]]></Description> | |
128 | - </Item> | |
129 | - <Item ID="5"><Name>App ID</Name> | |
130 | - <Operations>RW</Operations> | |
131 | - <MultipleInstances>Single</MultipleInstances> | |
132 | - <Mandatory>Optional</Mandatory> | |
133 | - <Type>Integer</Type> | |
134 | - <RangeEnumeration>2 bytes</RangeEnumeration> | |
135 | - <Units /> | |
136 | - <Description><![CDATA[Indicates the destination Application ID.]]></Description> | |
137 | - </Item></Resources> | |
138 | - <Description2><![CDATA[]]></Description2> | |
139 | - </Object> | |
140 | -</LWM2M> |
transport/lwm2m/src/main/data/models/LwM2M_BinaryAppDataContainer-v1_0_1.xml
deleted
100644 → 0
1 | -<?xml version="1.0" encoding="UTF-8"?> | |
2 | -<!-- | |
3 | -FILE INFORMATION | |
4 | - | |
5 | -OMA Permanent Document | |
6 | - File: OMA-SUP-XML_LWM2M_Bearer_Selection-V1_0_1-20190917-A | |
7 | - Type: xml | |
8 | - | |
9 | -Public Reachable Information | |
10 | - Path: http://www.openmobilealliance.org/tech/profiles | |
11 | - Name: LWM2M_Bearer_Selection-v1_0_1.xml | |
12 | - | |
13 | -NORMATIVE INFORMATION | |
14 | - This file is not part of a Technical Specification document. | |
15 | - | |
16 | - The file is also available at http://www.openmobilealliance.org/ | |
17 | - | |
18 | - Send comments to https://github.com/OpenMobileAlliance/OMA_LwM2M_for_Developers/issues | |
19 | - | |
20 | - | |
21 | -LEGAL DISCLAIMER | |
22 | - | |
23 | - Copyright 2019 Open Mobile Alliance. | |
24 | - | |
25 | - Redistribution and use in source and binary forms, with or without | |
26 | - modification, are permitted provided that the following conditions | |
27 | - are met: | |
28 | - | |
29 | - 1. Redistributions of source code must retain the above copyright | |
30 | - notice, this list of conditions and the following disclaimer. | |
31 | - 2. Redistributions in binary form must reproduce the above copyright | |
32 | - notice, this list of conditions and the following disclaimer in the | |
33 | - documentation and/or other materials provided with the distribution. | |
34 | - 3. Neither the name of the copyright holder nor the names of its | |
35 | - contributors may be used to endorse or promote products derived | |
36 | - from this software without specific prior written permission. | |
37 | - | |
38 | - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | |
39 | - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | |
40 | - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | |
41 | - FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | |
42 | - COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | |
43 | - INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | |
44 | - BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | |
45 | - LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | |
46 | - CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
47 | - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN | |
48 | - ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
49 | - POSSIBILITY OF SUCH DAMAGE. | |
50 | - | |
51 | - The above license is used as a license under copyright only. Please | |
52 | - reference the OMA IPR Policy for patent licensing terms: | |
53 | - https://www.omaspecworks.org/about/intellectual-property-rights/ | |
54 | - | |
55 | ---> | |
56 | -<LWM2M xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://openmobilealliance.org/tech/profiles/LWM2M.xsd"> | |
57 | - <Object ObjectType="MODefinition"> | |
58 | - <Name>BinaryAppDataContainer</Name> | |
59 | - <Description1><![CDATA[This LwM2M Objects provides the application service data related to a LwM2M Server, eg. Water meter data. | |
60 | -There are several methods to create instance to indicate the message direction based on the negotiation between Application and LwM2M. The Client and Server should negotiate the instance(s) used to exchange the data. For example: | |
61 | - - Using a single instance for both directions communication, from Client to Server and from Server to Client. | |
62 | - - Using an instance for communication from Client to Server and another one for communication from Server to Client | |
63 | - - Using several instances | |
64 | -]]></Description1> | |
65 | - <ObjectID>19</ObjectID> | |
66 | - <ObjectURN>urn:oma:lwm2m:oma:19</ObjectURN> | |
67 | - <LWM2MVersion>1.0</LWM2MVersion> | |
68 | - <ObjectVersion>1.0</ObjectVersion> | |
69 | - <MultipleInstances>Multiple</MultipleInstances> | |
70 | - <Mandatory>Optional</Mandatory> | |
71 | - <Resources> | |
72 | - <Item ID="0"><Name>Data</Name> | |
73 | - <Operations>RW</Operations> | |
74 | -<!-- <MultipleInstances>Single</MultipleInstances>--> | |
75 | -<!-- <Mandatory>Optional</Mandatory>--> | |
76 | -<!-- <Type>String</Type>--> | |
77 | - <MultipleInstances>Multiple</MultipleInstances> | |
78 | - <Mandatory>Mandatory</Mandatory> | |
79 | - <Type>Opaque</Type> | |
80 | - <RangeEnumeration /> | |
81 | - <Units /> | |
82 | - <Description><![CDATA[Indicates the application data content.]]></Description> | |
83 | - </Item> | |
84 | - <Item ID="1"><Name>Data Priority</Name> | |
85 | - <Operations>RW</Operations> | |
86 | - <MultipleInstances>Single</MultipleInstances> | |
87 | - <Mandatory>Optional</Mandatory> | |
88 | - <Type>Integer</Type> | |
89 | - <RangeEnumeration>1 bytes</RangeEnumeration> | |
90 | - <Units /> | |
91 | - <Description><![CDATA[Indicates the Application data priority: | |
92 | -0:Immediate | |
93 | -1:BestEffort | |
94 | -2:Latest | |
95 | -3-100: Reserved for future use. | |
96 | -101-254: Proprietary mode.]]></Description> | |
97 | - </Item> | |
98 | - <Item ID="2"><Name>Data Creation Time</Name> | |
99 | - <Operations>RW</Operations> | |
100 | - <MultipleInstances>Single</MultipleInstances> | |
101 | - <Mandatory>Optional</Mandatory> | |
102 | - <Type>Time</Type> | |
103 | - <RangeEnumeration /> | |
104 | - <Units /> | |
105 | - <Description><![CDATA[Indicates the Data instance creation timestamp.]]></Description> | |
106 | - </Item> | |
107 | - <Item ID="3"><Name>Data Description</Name> | |
108 | - <Operations>RW</Operations> | |
109 | - <MultipleInstances>Single</MultipleInstances> | |
110 | - <Mandatory>Optional</Mandatory> | |
111 | - <Type>String</Type> | |
112 | - <RangeEnumeration>32 bytes</RangeEnumeration> | |
113 | - <Units /> | |
114 | - <Description><![CDATA[Indicates the data description. | |
115 | -e.g. "meter reading".]]></Description> | |
116 | - </Item> | |
117 | - <Item ID="4"><Name>Data Format</Name> | |
118 | - <Operations>RW</Operations> | |
119 | - <MultipleInstances>Single</MultipleInstances> | |
120 | - <Mandatory>Optional</Mandatory> | |
121 | - <Type>String</Type> | |
122 | - <RangeEnumeration>32 bytes</RangeEnumeration> | |
123 | - <Units /> | |
124 | - <Description><![CDATA[Indicates the format of the Application Data. | |
125 | -e.g. YG-Meter-Water-Reading | |
126 | -UTF8-string | |
127 | -]]></Description> | |
128 | - </Item> | |
129 | - <Item ID="5"><Name>App ID</Name> | |
130 | - <Operations>RW</Operations> | |
131 | - <MultipleInstances>Single</MultipleInstances> | |
132 | - <Mandatory>Optional</Mandatory> | |
133 | - <Type>Integer</Type> | |
134 | - <RangeEnumeration>2 bytes</RangeEnumeration> | |
135 | - <Units /> | |
136 | - <Description><![CDATA[Indicates the destination Application ID.]]></Description> | |
137 | - </Item></Resources> | |
138 | - <Description2><![CDATA[]]></Description2> | |
139 | - </Object> | |
140 | -</LWM2M> |