Skip to content
Snippets Groups Projects
Commit a6f60fd1 authored by Peter Niblett's avatar Peter Niblett
Browse files

SDS-2023-0077R01-Correcting_triggerPayload_in_TS-0004_(R3)

parent daebd684
No related branches found
No related tags found
No related merge requests found
......@@ -29,14 +29,15 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:include schemaLocation="CDT-commonTypes-v3_30_0.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>
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