Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PRO
Schema definitions
Commits
1365ef6c
Commit
1365ef6c
authored
May 11, 2020
by
Miguel Angel Reina Ortega
Browse files
XSD v3_11_0 baseline
parent
07dc83d0
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
70 additions
and
48 deletions
+70
-48
CDT-AE.xsd
CDT-AE.xsd
+0
-3
CDT-accessControlPolicy.xsd
CDT-accessControlPolicy.xsd
+7
-1
CDT-commonTypes.xsd
CDT-commonTypes.xsd
+25
-22
CDT-dynamicAuthorizationConsultation.xsd
CDT-dynamicAuthorizationConsultation.xsd
+1
-1
CDT-enumerationTypes.xsd
CDT-enumerationTypes.xsd
+20
-5
CDT-eventConfig.xsd
CDT-eventConfig.xsd
+3
-1
CDT-group.xsd
CDT-group.xsd
+2
-0
CDT-ontology.xsd
CDT-ontology.xsd
+2
-2
CDT-remoteCSE.xsd
CDT-remoteCSE.xsd
+0
-3
CDT-semanticDescriptor.xsd
CDT-semanticDescriptor.xsd
+2
-2
CDT-semanticMashupInstance.xsd
CDT-semanticMashupInstance.xsd
+2
-2
CDT-timeSeries.xsd
CDT-timeSeries.xsd
+6
-6
No files found.
CDT-AE.xsd
View file @
1365ef6c
...
...
@@ -32,7 +32,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:include
schemaLocation=
"CDT-accessControlPolicy.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription.xsd"
/>
<xs:include
schemaLocation=
"CDT-pollingChannel.xsd"
/>
<xs:include
schemaLocation=
"CDT-schedule.xsd"
/>
<xs:include
schemaLocation=
"CDT-semanticDescriptor.xsd"
/>
<xs:include
schemaLocation=
"CDT-timeSeries.xsd"
/>
<xs:include
schemaLocation=
"CDT-semanticMashupInstance.xsd"
/>
...
...
@@ -75,7 +74,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
ref=
"m2m:accessControlPolicy"
/>
<xs:element
ref=
"m2m:subscription"
/>
<xs:element
ref=
"m2m:pollingChannel"
/>
<xs:element
ref=
"m2m:schedule"
/>
<xs:element
ref=
"m2m:semanticDescriptor"
/>
<xs:element
ref=
"m2m:timeSeries"
/>
<xs:element
ref=
"m2m:sg_flexContainerResource"
/>
...
...
@@ -127,7 +125,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
ref=
"m2m:accessControlPolicy"
/>
<xs:element
ref=
"m2m:accessControlPolicyAnnc"
/>
<xs:element
ref=
"m2m:subscription"
/>
<xs:element
ref=
"m2m:scheduleAnnc"
/>
<xs:element
ref=
"m2m:semanticDescriptor"
/>
<xs:element
ref=
"m2m:timeSeries"
/>
<xs:element
ref=
"m2m:timeSeriesAnnc"
/>
...
...
CDT-accessControlPolicy.xsd
View file @
1365ef6c
...
...
@@ -40,7 +40,10 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- Resource Specific Attributes -->
<xs:element
name=
"privileges"
type=
"m2m:setOfAcrs"
/>
<xs:element
name=
"selfPrivileges"
type=
"m2m:setOfAcrs"
/>
<xs:element
name=
"authorizationDecisionResourceIDs"
type=
"m2m:listOfURIs"
/>
<xs:element
name=
"authorizationPolicyResourceIDs"
type=
"m2m:listOfURIs"
/>
<xs:element
name=
"authorizationInformationResourceIDs"
type=
"m2m:listOfURIs"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
maxOccurs=
"unbounded"
/>
...
...
@@ -64,6 +67,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- Resource Specific Attributes -->
<xs:element
name=
"privileges"
type=
"m2m:setOfAcrs"
/>
<xs:element
name=
"selfPrivileges"
type=
"m2m:setOfAcrs"
/>
<xs:element
name=
"authorizationDecisionResourceIDs"
type=
"m2m:listOfURIs"
/>
<xs:element
name=
"authorizationPolicyResourceIDs"
type=
"m2m:listOfURIs"
/>
<xs:element
name=
"authorizationInformationResourceIDs"
type=
"m2m:listOfURIs"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
...
...
CDT-commonTypes.xsd
View file @
1365ef6c
...
...
@@ -402,12 +402,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:restriction
base=
"xs:string"
/>
</xs:simpleType>
<xs:simpleType
name=
"descriptorRepresentation"
>
<xs:restriction
base=
"xs:string"
>
<xs:pattern
value=
"application/rdf\+xml:1"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"e2eCompactJWS"
>
<xs:restriction
base=
"xs:string"
>
<xs:pattern
value=
"([a-zA-Z0-9\-_=]+)\.([a-zA-Z0-9\-_=]*)\.([A-Za-z0-9\-_=])+"
/>
...
...
@@ -478,17 +472,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"mashupMember"
>
<xs:union>
<xs:simpleType>
<xs:restriction
base=
'xs:base64Binary'
/>
</xs:simpleType>
<xs:simpleType>
<xs:restriction
base=
'm2m:listOfURIs'
/>
</xs:simpleType>
</xs:union>
</xs:simpleType>
<xs:simpleType
name=
"TMGI"
>
<xs:restriction
base=
"xs:string"
>
<xs:pattern
value=
"([a-fA-F0-9]{6})[\d]{5}[\d]?"
/>
...
...
@@ -630,9 +613,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"expireAfter"
type=
"m2m:timestamp"
minOccurs=
"0"
/>
<xs:element
name=
"sizeAbove"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"sizeBelow"
type=
"xs:positiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"operationMonitor"
type=
"m2m:operationMonitor"
minOccurs=
"0"
maxOccurs=
"
5
"
/>
<xs:element
name=
"operationMonitor"
type=
"m2m:operationMonitor"
minOccurs=
"0"
maxOccurs=
"
unbounded
"
/>
<xs:element
name=
"attribute"
type=
"m2m:attributeList"
minOccurs=
"0"
maxOccurs=
"1"
/>
<xs:element
name=
"notificationEventType"
type=
"m2m:notificationEventType"
minOccurs=
"0"
maxOccurs=
"
5
"
/>
<xs:element
name=
"notificationEventType"
type=
"m2m:notificationEventType"
minOccurs=
"0"
maxOccurs=
"
6
"
/>
<xs:element
name=
"childResourceType"
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:simpleType>
<xs:restriction>
...
...
@@ -644,6 +627,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:simpleType>
</xs:element>
<xs:element
name=
"missingData"
type=
"m2m:missingData"
minOccurs=
"0"
/>
<xs:element
name=
"filterOperation"
type=
"m2m:filterOperation"
minOccurs=
"0"
/>
</xs:sequence>
</xs:complexType>
...
...
@@ -693,7 +677,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"filterUsage"
type=
"m2m:filterUsage"
minOccurs=
"0"
/>
<xs:element
name=
"limit"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"semanticsFilter"
type=
"m2m:sparql"
minOccurs=
"0"
maxOccurs=
"unbounded"
/>
<xs:element
name=
"filterOperation"
type=
"
xs:boolea
n"
minOccurs=
"0"
/>
<xs:element
name=
"filterOperation"
type=
"
m2m:filterOperatio
n"
minOccurs=
"0"
/>
<xs:element
name=
"contentFilterSyntax"
type=
"m2m:contentFilterSyntax"
minOccurs=
"0"
/>
<xs:element
name=
"contentFilterQuery"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"level"
type=
"xs:positiveInteger"
minOccurs=
"0"
/>
...
...
@@ -880,7 +864,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:complexType>
<xs:sequence>
<xs:element
name=
"resourceType"
type=
"m2m:resourceType"
minOccurs=
"0"
/>
<xs:element
name=
"specializationID"
type=
"
xs:anyURI
"
minOccurs=
"0"
/>
<xs:element
name=
"specializationID"
type=
"
m2m:specializationType
"
minOccurs=
"0"
/>
<xs:element
name=
"childResourceType"
minOccurs=
"1"
maxOccurs=
"1"
>
<xs:simpleType>
<xs:restriction>
...
...
@@ -1002,7 +986,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:complexType
name=
"missingData"
>
<xs:sequence>
<xs:element
name=
"number"
type=
"xs:
nonNega
tiveInteger"
minOccurs=
"1"
/>
<xs:element
name=
"number"
type=
"xs:
posi
tiveInteger"
minOccurs=
"1"
/>
<xs:element
name=
"duration"
type=
"xs:duration"
minOccurs=
"1"
/>
</xs:sequence>
</xs:complexType>
...
...
@@ -1360,6 +1344,25 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:sequence>
</xs:complexType>
<xs:complexType
name=
"specializationType"
>
<xs:sequence>
<xs:element
name=
"containerDefinition"
type=
"xs:anyURI"
minOccurs=
"0"
maxOccurs=
"1"
/>
<xs:element
name=
"mgmtDefinition"
type=
"m2m:mgmtDefinition"
minOccurs=
"0"
maxOccurs=
"1"
/>
</xs:sequence>
</xs:complexType>
<xs:complexType
name=
"mashupMembers"
>
<xs:sequence>
<xs:element
name=
"mashupMember"
minOccurs=
"1"
maxOccurs=
"unbounded"
>
<complexType>
<sequence>
<xs:element
name=
"memberURI"
type=
"xs:anyURI"
/>
<xs:element
name=
"memberValue"
type=
"xs:double"
minOccurs=
"0"
/>
</sequence>
</complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<!-- Resource type definitions. These types include the "common attributes" that are used by oneM2M Resources. Each oneM2M
...
...
CDT-dynamicAuthorizationConsultation.xsd
View file @
1365ef6c
...
...
@@ -38,7 +38,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:sequence>
<!-- Resource Specific Attributes -->
<xs:element
name=
"dynamicAuthorizationEnabled"
type=
"xs:boolean"
/>
<xs:element
name=
"dynamicAuthorizationPoA"
type=
"m2m:
listOfURIs
"
/>
<xs:element
name=
"dynamicAuthorizationPoA"
type=
"m2m:
poaList
"
/>
<xs:element
name=
"dynamicAuthorizationLifetime"
type=
"m2m:timestamp"
minOccurs=
"0"
/>
<!-- Child Resources -->
...
...
CDT-enumerationTypes.xsd
View file @
1365ef6c
...
...
@@ -379,8 +379,10 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration
value=
"4122"
/>
<!-- ILLEGAL_TRANSACTION_STATE_TRANSITION_ATTEMPTED -->
<xs:enumeration
value=
"4123"
/>
<!-- BLOCKING_SUBSCRIPTION_ALREADY_EXISTS -->
<xs:enumeration
value=
"4124"
/>
<!-- SPECIALIZATION_SCHEMA_NOT_FOUND -->
<xs:enumeration
value=
"412
4
"
/>
<xs:enumeration
value=
"412
5
"
/>
<!-- INTERNAL_SERVER_ERROR -->
<xs:enumeration
value=
"5000"
/>
<!-- NOT_IMPLEMENTED -->
...
...
@@ -422,9 +424,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration
value=
"5217"
/>
<!-- TRIGGERING_DISABLED_FOR_RECIPIENT -->
<xs:enumeration
value=
"5218"
/>
<!-- UNABLE_TO_REPLACE_
TRIGGER_REQUEST
-->
<!-- UNABLE_TO_REPLACE_
REQUEST
-->
<xs:enumeration
value=
"5219"
/>
<!-- UNABLE_TO_RECALL_
TRIGGER_REQUEST
-->
<!-- UNABLE_TO_RECALL_
REQUEST
-->
<xs:enumeration
value=
"5220"
/>
<!-- CROSS_RESOURCE_OPERATION_FAILURE -->
<xs:enumeration
value=
"5221"
/>
...
...
@@ -826,6 +828,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration
value=
"5"
/>
<!-- Trigger_Received_For_AE_Resource -->
<xs:enumeration
value=
"6"
/>
<!-- Blocking_Update -->
<xs:enumeration
value=
"7"
/>
</xs:restriction>
</xs:simpleType>
...
...
@@ -1178,6 +1182,15 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"filterOperation"
>
<xs:restriction
base=
"xs:integer"
>
<!-- Logical AND -->
<xs:enumeration
value=
"1"
/>
<!-- Logical OR -->
<xs:enumeration
value=
"2"
/>
</xs:restriction>
</xs:simpleType>
<!-- m2m:securityInfoType is defined in the CDT-notification xsd file -->
...
...
@@ -1420,9 +1433,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"
ontology
Format"
>
<xs:simpleType
name=
"
semantic
Format"
>
<xs:annotation>
<xs:documentation>
Used
for ontologyFormat attribute in
ontology resource
e
</xs:documentation>
<xs:documentation>
Used
in semanticDescriptor and
ontology resource
s
</xs:documentation>
</xs:annotation>
<xs:restriction
base=
"xs:integer"
>
<!-- IRI -->
...
...
@@ -1437,6 +1450,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration
value=
"5"
/>
<!-- File format: Manchester -->
<xs:enumeration
value=
"6"
/>
<!-- File format: JSON-LD -->
<xs:enumeration
value=
"7"
/>
</xs:restriction>
</xs:simpleType>
...
...
CDT-eventConfig.xsd
View file @
1365ef6c
...
...
@@ -49,7 +49,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:simpleType>
</xs:element>
<xs:element
name=
"dataSize"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"eventResourceTypes"
type=
"m2m:resourceTypeList"
minOccurs=
"0"
/>
<xs:element
name=
"eventResourceIDs"
type=
"m2m:listOfURIs"
minOccurs=
"0"
/>
<!-- Child Resources -->
<xs:choice
minOccurs=
"0"
maxOccurs=
"1"
>
<xs:element
name=
"childResource"
type=
"m2m:childResourceRef"
minOccurs=
"1"
maxOccurs=
"unbounded"
/>
...
...
CDT-group.xsd
View file @
1365ef6c
...
...
@@ -43,6 +43,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"creator"
type=
"m2m:ID"
minOccurs=
"0"
/>
<!-- Resource Specific Attributes -->
<xs:element
name=
"memberType"
type=
"m2m:memberType"
/>
<xs:element
name=
"specializationType"
type=
"m2m:specializationType"
minOccurs=
"0"
/>
<xs:element
name=
"currentNrOfMembers"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"maxNrOfMembers"
type=
"xs:positiveInteger"
/>
<xs:element
name=
"memberIDs"
>
...
...
@@ -80,6 +81,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- Resource Specific Attributes -->
<xs:sequence>
<xs:element
name=
"memberType"
type=
"m2m:memberType"
minOccurs=
"0"
/>
<xs:element
name=
"specializationType"
type=
"m2m:specializationType"
minOccurs=
"0"
/>
<xs:element
name=
"currentNrOfMembers"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"maxNrOfMembers"
type=
"xs:positiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"memberIDs"
minOccurs=
"0"
>
...
...
CDT-ontology.xsd
View file @
1365ef6c
...
...
@@ -42,7 +42,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"creator"
type=
"m2m:ID"
minOccurs=
"0"
/>
<!-- Resource Specific Attributes -->
<xs:element
name=
"description"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"ontologyFormat"
type=
"m2m:
ontology
Format"
/>
<xs:element
name=
"ontologyFormat"
type=
"m2m:
semantic
Format"
/>
<xs:element
name=
"ontologyContent"
type=
"xs:anySimpleType"
/>
<xs:element
name=
"semanticOpExec"
type=
"m2m:sparql"
minOccurs=
"0"
/>
...
...
@@ -69,7 +69,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"stateTag"
type=
"xs:nonNegativeInteger"
/>
<!-- Resource Specific Attributes -->
<xs:element
name=
"description"
type=
"xs:string"
minOccurs=
"0"
/>
<xs:element
name=
"ontologyFormat"
type=
"m2m:
ontology
Format"
minOccurs=
"0"
/>
<xs:element
name=
"ontologyFormat"
type=
"m2m:
semantic
Format"
minOccurs=
"0"
/>
<xs:element
name=
"ontologyContent"
type=
"xs:anySimpleType"
minOccurs=
"0"
/>
<xs:element
name=
"semanticOpExec"
type=
"m2m:sparql"
minOccurs=
"0"
/>
...
...
CDT-remoteCSE.xsd
View file @
1365ef6c
...
...
@@ -33,7 +33,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:include
schemaLocation=
"CDT-accessControlPolicy.xsd"
/>
<xs:include
schemaLocation=
"CDT-subscription.xsd"
/>
<xs:include
schemaLocation=
"CDT-pollingChannel.xsd"
/>
<xs:include
schemaLocation=
"CDT-schedule.xsd"
/>
<xs:include
schemaLocation=
"CDT-node.xsd"
/>
<xs:include
schemaLocation=
"CDT-locationPolicy.xsd"
/>
<xs:include
schemaLocation=
"CDT-timeSeries.xsd"
/>
...
...
@@ -82,7 +81,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
ref=
"m2m:accessControlPolicyAnnc"
/>
<xs:element
ref=
"m2m:subscription"
/>
<xs:element
ref=
"m2m:pollingChannel"
/>
<xs:element
ref=
"m2m:schedule"
/>
<xs:element
ref=
"m2m:timeSeries"
/>
<xs:element
ref=
"m2m:timeSeriesAnnc"
/>
<xs:element
ref=
"m2m:locationPolicyAnnc"
/>
...
...
@@ -140,7 +138,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
ref=
"m2m:accessControlPolicyAnnc"
/>
<xs:element
ref=
"m2m:subscription"
/>
<xs:element
ref=
"m2m:pollingChannel"
/>
<xs:element
ref=
"m2m:scheduleAnnc"
/>
<xs:element
ref=
"m2m:locationPolicyAnnc"
/>
<xs:element
ref=
"m2m:timeSeries"
/>
<xs:element
ref=
"m2m:timeSeriesAnnc"
/>
...
...
CDT-semanticDescriptor.xsd
View file @
1365ef6c
...
...
@@ -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 -->
<xs:element
name=
"creator"
type=
"m2m:ID"
minOccurs=
"0"
/>
<!-- Resource Specific Attributes -->
<xs:element
name=
"descriptorRepresentation"
type=
"m2m:
descriptorRepresentation
"
minOccurs=
"0"
/>
<xs:element
name=
"descriptorRepresentation"
type=
"m2m:
semanticFormat
"
minOccurs=
"0"
/>
<xs:element
name=
"semanticOpExec"
type=
"m2m:sparql"
minOccurs=
"0"
/>
<xs:element
name=
"descriptor"
type=
"xs:base64Binary"
/>
<xs:element
name=
"ontologyRef"
type=
"xs:anyURI"
minOccurs=
"0"
/>
...
...
@@ -68,7 +68,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=
"descriptorRepresentation"
type=
"m2m:
descriptorRepresentation
"
minOccurs=
"0"
/>
<xs:element
name=
"descriptorRepresentation"
type=
"m2m:
semanticFormat
"
minOccurs=
"0"
/>
<xs:element
name=
"semanticOpExec"
type=
"m2m:sparql"
minOccurs=
"0"
/>
<xs:element
name=
"descriptor"
type=
"xs:base64Binary"
minOccurs=
"0"
/>
<xs:element
name=
"ontologyRef"
type=
"xs:anyURI"
minOccurs=
"0"
/>
...
...
CDT-semanticMashupInstance.xsd
View file @
1365ef6c
...
...
@@ -46,7 +46,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"smjpID"
type=
"xs:anyURI"
/>
<xs:element
name=
"smjpInputParameter"
type=
"xs:base64Binary"
/>
<xs:element
name=
"memberStoreType"
type=
"m2m:mashupMemberStoreType"
/>
<xs:element
name=
"mashupMember"
type=
"m2m:mashupMember"
minOccurs=
"0"
/>
<xs:element
name=
"mashupMember"
type=
"m2m:mashupMember
s
"
minOccurs=
"0"
/>
<xs:element
name=
"resultGenType"
type=
"m2m:mashupResultGenType"
/>
<xs:element
name=
"periodForResultGen"
type=
"xs:duration"
minOccurs=
"0"
/>
...
...
@@ -79,7 +79,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"smjpID"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"smjpInputParameter"
type=
"xs:base64Binary"
minOccurs=
"0"
/>
<xs:element
name=
"memberStoreType"
type=
"m2m:mashupMemberStoreType"
minOccurs=
"0"
/>
<xs:element
name=
"mashupMember"
type=
"m2m:mashupMember"
minOccurs=
"0"
/>
<xs:element
name=
"mashupMember"
type=
"m2m:mashupMember
s
"
minOccurs=
"0"
/>
<xs:element
name=
"resultGenType"
type=
"m2m:mashupResultGenType"
minOccurs=
"0"
/>
<xs:element
name=
"periodForResultGen"
type=
"xs:duration"
minOccurs=
"0"
/>
...
...
CDT-timeSeries.xsd
View file @
1365ef6c
...
...
@@ -46,12 +46,12 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"maxInstanceAge"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"currentNrOfInstances"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"currentByteSize"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"periodicInterval"
type=
"xs:
nonNega
tiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"periodicInterval"
type=
"xs:
posi
tiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"missingDataDetect"
type=
"xs:boolean"
minOccurs=
"0"
/>
<xs:element
name=
"missingDataMaxNr"
type=
"xs:
nonNega
tiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"missingDataMaxNr"
type=
"xs:
posi
tiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"missingDataList"
type=
"m2m:missingDataList"
minOccurs=
"0"
/>
<xs:element
name=
"missingDataCurrentNr"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"missingDataDetectTimer"
type=
"xs:
nonNega
tiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"missingDataDetectTimer"
type=
"xs:
posi
tiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"ontologyRef"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"contentInfo"
type=
"m2m:contentInfo"
minOccurs=
"0"
/>
...
...
@@ -83,11 +83,11 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element
name=
"maxInstanceAge"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"currentNrOfInstances"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"currentByteSize"
type=
"xs:nonNegativeInteger"
/>
<xs:element
name=
"periodicInterval"
type=
"xs:
nonNega
tiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"missingDataMaxNr"
type=
"xs:
nonNega
tiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"periodicInterval"
type=
"xs:
posi
tiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"missingDataMaxNr"
type=
"xs:
posi
tiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"missingDataList"
type=
"m2m:missingDataList"
minOccurs=
"0"
/>
<xs:element
name=
"missingDataCurrentNr"
type=
"xs:nonNegativeInteger"
minOccurs=
"0"
/>
<xs:element
name=
"missingDataDetectTimer"
type=
"xs:
nonNega
tiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"missingDataDetectTimer"
type=
"xs:
posi
tiveInteger"
minOccurs=
"0"
/>
<xs:element
name=
"ontologyRef"
type=
"xs:anyURI"
minOccurs=
"0"
/>
<xs:element
name=
"contentInfo"
type=
"m2m:contentInfo"
minOccurs=
"0"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment