From d7c8138a0ca3e9af6bc3ee61ec65ab4b90f7ecd1 Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Fri, 27 Jan 2023 16:43:58 +0100 Subject: [PATCH] XSD v3_26_0 baseline Signed-off-by: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> --- CDT-commonTypes.xsd | 1 + CDT-crossResourceSubscription.xsd | 1 + 2 files changed, 2 insertions(+) diff --git a/CDT-commonTypes.xsd b/CDT-commonTypes.xsd index 6319316..766d7b3 100644 --- a/CDT-commonTypes.xsd +++ b/CDT-commonTypes.xsd @@ -449,6 +449,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:simpleType name="releaseVersion"> <xs:restriction base="xs:string" > + <xs:pattern value="2"/> <xs:pattern value="2a"/> <xs:pattern value="3"/> </xs:restriction> diff --git a/CDT-crossResourceSubscription.xsd b/CDT-crossResourceSubscription.xsd index d89e7ce..be2970a 100644 --- a/CDT-crossResourceSubscription.xsd +++ b/CDT-crossResourceSubscription.xsd @@ -43,6 +43,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <!-- Resource Specific Attributes --> <xs:element name="regularResourcesAsTarget" type="m2m:listOfURIs" minOccurs="0" /> <xs:element name="subscriptionResourcesAsTarget" type="m2m:listOfURIs" minOccurs="0" /> + <xs:element name="regularResourcesAsTargetSubscriptions" type="m2m:listOfURIs" minOccurs="0" /> <xs:element name="timeWindowType" type="m2m:timeWindowType" /> <xs:element name="timeWindowSize" type="xs:duration" /> <xs:element name="eventNotificationCriteriaSet" type="m2m:eventNotificationCriteriaSet" minOccurs="0" /> -- GitLab