diff --git a/CDT-timeSyncBeacon.xsd b/CDT-timeSyncBeacon.xsd index 0c934497fbd055a29b3456c37d75e177f94de25c..488997d8bc2f8fcae483a8e89ed33b978af22e84 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"/>