Skip to content
Snippets Groups Projects
Commit 649d08e5 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

SDS-2023-0065R02-Correcting_triggerPayload_in_TS-0004

parent 3a18fb75
No related branches found
No related tags found
No related merge requests found
...@@ -27,13 +27,13 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -27,13 +27,13 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:include schemaLocation="CDT-commonTypes.xsd"/> <xs:include schemaLocation="CDT-commonTypes.xsd"/>
<xs:element name="timeSeriesNotification"> <xs:element name="timeSeriesNotification" type="m2m:timeSeriesNotificationType" />
<xs:complexType>
<xs:complexType name="timeSeriesNotificationType">
<xs:sequence> <xs:sequence>
<xs:element name="missingDataList" type="m2m:missingDataList"/> <xs:element name="missingDataList" type="m2m:missingDataList"/>
<xs:element name="missingDataCurrentNr" type="xs:nonNegativeInteger"/> <xs:element name="missingDataCurrentNr" type="xs:nonNegativeInteger"/>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element>
</xs:schema> </xs:schema>
...@@ -29,8 +29,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -29,8 +29,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:include schemaLocation="CDT-commonTypes.xsd" /> <xs:include schemaLocation="CDT-commonTypes.xsd" />
<xs:element name="triggerPayload"> <xs:element name="triggerPayload" type="m2m:triggerPayloadType" />
<xs:complexType>
<xs:complexType name="triggerPayloadType">
<xs:sequence> <xs:sequence>
<!-- Parameter Trigger Purpose --> <!-- Parameter Trigger Purpose -->
<xs:element name="triggerPurpose" type="m2m:triggerPurpose"/> <xs:element name="triggerPurpose" type="m2m:triggerPurpose"/>
...@@ -42,7 +43,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -42,7 +43,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element name="triggerInfoSerializationTypes" type="m2m:serializations" minOccurs="0"/> <xs:element name="triggerInfoSerializationTypes" type="m2m:serializations" minOccurs="0"/>
</xs:sequence> </xs:sequence>
</xs:complexType> </xs:complexType>
</xs:element>
</xs:schema> </xs:schema>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment