Skip to content
Snippets Groups Projects
Commit 81d24142 authored by Andreas Kraft's avatar Andreas Kraft
Browse files

Merge branch 'RDM-2020-0024-SDT_4_0_-_Renaming_Data_Types' into WI-0081-Smart_Device_Template_4_0

# Conflicts:
#	SDT/schema4.0/docs/SDT_UML.uxf
#	SDT/schema4.0/docs/images/SDT_UML_Basic_Elements.png
#	SDT/schema4.0/docs/images/SDT_simplified.png
#	SDT/schema4.0/test/subdevices-test.xml
parents ff202849 6af1118e
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<Doc>This is a test product</Doc> <Doc>This is a test product</Doc>
<Properties> <Properties>
<Property name="aProperty"> <Property name="aProperty">
<SimpleType type="string"></SimpleType> <Simple type="string" />
</Property> </Property>
</Properties> </Properties>
<ModuleClasses> <ModuleClasses>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<Domain id="semanticURI-test" xmlns="http://www.onem2m.org/xml/sdt/4.0" xmlns:xi="http://www.w3.org/2001/XInclude" semanticURI="http://example.com/semanticURI-test.rdf"> <Domain id="semanticURI-test" xmlns="http://www.onem2m.org/xml/sdt/4.0" xmlns:xi="http://www.w3.org/2001/XInclude" semanticURI="http://example.com/semanticURI-test.rdf">
<DataTypes> <DataTypes>
<DataType name="temperatureType" unitOfMeasure="C" semanticURI="http://example.com/temperatureType.rdf"> <DataType name="temperatureType" unitOfMeasure="C" semanticURI="http://example.com/temperatureType.rdf">
<SimpleType type="float"/> <Simple type="float"/>
</DataType> </DataType>
<DataType name="anEnumType" semanticURI="http://example.com/anEnumType.rdf"> <DataType name="anEnumType" semanticURI="http://example.com/anEnumType.rdf">
<Enum> <Enum>
......
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="iso-8859-1"?>
<!-- Test the data types references --> <!-- Test the sub-device references -->
<Domain id="subdevices-test" xmlns="http://www.onem2m.org/xml/sdt/4.0" xmlns:xi="http://www.w3.org/2001/XInclude"> <Domain id="subdevices-test" xmlns="http://www.onem2m.org/xml/sdt/4.0" xmlns:xi="http://www.w3.org/2001/XInclude">
<SubDevices> <SubDevices>
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<Data> <Data>
<DataPoint name="aDataPoint"> <DataPoint name="aDataPoint">
<DataType> <DataType>
<SimpleType type="boolean" /> <Simple type="boolean" />
</DataType> </DataType>
</DataPoint> </DataPoint>
</Data> </Data>
......
...@@ -7,14 +7,14 @@ ...@@ -7,14 +7,14 @@
<Actions> <Actions>
<Action name="TestVoidAction"> <Action name="TestVoidAction">
<DataType> <DataType>
<SimpleType type="void"/> <Simple type="void"/>
</DataType> </DataType>
</Action> </Action>
</Actions> </Actions>
<Data> <Data>
<DataPoint name="TestVoidDataPoint" writable="true"> <DataPoint name="TestVoidDataPoint" writable="true">
<DataType> <DataType>
<SimpleType type="void"/> <Simple type="void"/>
</DataType> </DataType>
</DataPoint> </DataPoint>
</Data> </Data>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment