From a6f60fd16567fdd0c95f1ccf6cadec328eae32ac Mon Sep 17 00:00:00 2001 From: Peter Niblett <peter_niblett@uk.ibm.com> Date: Tue, 3 Oct 2023 11:28:41 +0100 Subject: [PATCH] SDS-2023-0077R01-Correcting_triggerPayload_in_TS-0004_(R3) --- v3_30_0/CDT-timeSeriesNotification-v3_30_0.xsd | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/v3_30_0/CDT-timeSeriesNotification-v3_30_0.xsd b/v3_30_0/CDT-timeSeriesNotification-v3_30_0.xsd index 6d2b667..a2ab963 100644 --- a/v3_30_0/CDT-timeSeriesNotification-v3_30_0.xsd +++ b/v3_30_0/CDT-timeSeriesNotification-v3_30_0.xsd @@ -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> -- GitLab