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
<xs:include schemaLocation="CDT-commonTypes.xsd"/>
<xs:element name="timeSeriesNotification">
<xs:complexType>
<xs:sequence>
<xs:element name="missingDataList" type="m2m:missingDataList"/>
<xs:element name="missingDataCurrentNr" type="xs:nonNegativeInteger"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="timeSeriesNotification" type="m2m:timeSeriesNotificationType" />
<xs:complexType name="timeSeriesNotificationType">
<xs:sequence>
<xs:element name="missingDataList" type="m2m:missingDataList"/>
<xs:element name="missingDataCurrentNr" type="xs:nonNegativeInteger"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
......@@ -29,20 +29,20 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:include schemaLocation="CDT-commonTypes.xsd" />
<xs:element name="triggerPayload">
<xs:complexType>
<xs:sequence>
<!-- Parameter Trigger Purpose -->
<xs:element name="triggerPurpose" type="m2m:triggerPurpose"/>
<xs:element name="triggerInfoAddress" type="xs:anyURI" minOccurs="0"/>
<xs:element name="triggerInfoPoA" type="m2m:poaList" minOccurs="0"/>
<xs:element name="triggerInfoOperation" type="m2m:operation" minOccurs="0"/>
<xs:element name="targetedResourceType" type="m2m:resourceType" minOccurs="0"/>
<xs:element name="triggerInfoAE-ID" type="m2m:ID" minOccurs="0"/>
<xs:element name="triggerInfoSerializationTypes" type="m2m:serializations" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="triggerPayload" type="m2m:triggerPayloadType" />
<xs:complexType name="triggerPayloadType">
<xs:sequence>
<!-- Parameter Trigger Purpose -->
<xs:element name="triggerPurpose" type="m2m:triggerPurpose"/>
<xs:element name="triggerInfoAddress" type="xs:anyURI" minOccurs="0"/>
<xs:element name="triggerInfoPoA" type="m2m:poaList" minOccurs="0"/>
<xs:element name="triggerInfoOperation" type="m2m:operation" minOccurs="0"/>
<xs:element name="targetedResourceType" type="m2m:resourceType" minOccurs="0"/>
<xs:element name="triggerInfoAE-ID" type="m2m:ID" minOccurs="0"/>
<xs:element name="triggerInfoSerializationTypes" type="m2m:serializations" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
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