From d1004f1cc79aaf987984b642d1ac74fc3340249b Mon Sep 17 00:00:00 2001 From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> Date: Wed, 18 May 2022 22:44:03 +0200 Subject: [PATCH] Fix issue #88 Signed-off-by: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org> --- CDT-timeSyncBeacon.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CDT-timeSyncBeacon.xsd b/CDT-timeSyncBeacon.xsd index 0c93449..488997d 100644 --- a/CDT-timeSyncBeacon.xsd +++ b/CDT-timeSyncBeacon.xsd @@ -39,7 +39,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <!-- Common Attribute, specific to <container>, <contentInstance>, <request> and <delivery> and other resources --> <!-- Resource Specific Attributes --> - <xs:element name="beaconRequestor" type="m2m:ID" minOccurs="0"/> + <xs:element name="beaconRequester" type="m2m:ID" minOccurs="0"/> <xs:element name="beaconCriteria" type="m2m:beaconCriteria"/> <xs:element name="beaconInterval" type="xs:duration" minOccurs="0" /> <xs:element name="beaconThreshold" type="xs:duration" minOccurs="0" /> @@ -66,7 +66,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR <xs:extension base="m2m:announcedResource"> <xs:sequence> <!-- Resource Specific Attributes --> - <xs:element name="beaconRequestor" type="m2m:ID" minOccurs="0"/> + <xs:element name="beaconRequester" type="m2m:ID" minOccurs="0"/> <xs:element name="beaconCriteria" type="m2m:beaconCriteria" minOccurs="0"/> <xs:element name="beaconInterval" type="xs:duration" minOccurs="0"/> <xs:element name="beaconThreshold" type="xs:duration" minOccurs="0"/> -- GitLab