Skip to content
Snippets Groups Projects
Commit dfe00a4e authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

SDS-2020-0099R02 - TS-0004-semantic_maintenance_R4

parent 78dada0c
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:include schemaLocation="CDT-backgroundDataTransfer.xsd" />
<xs:include schemaLocation="CDT-transactionMgmt.xsd" />
<xs:include schemaLocation="CDT-transaction.xsd" />
<xs:include schemaLocation="CDT-semanticRuleRepository.xsd" />
<xs:element name="CSEBase" substitutionGroup="m2m:sg_resource">
<xs:complexType>
......@@ -118,6 +119,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element ref="m2m:backgroundDataTransfer" />
<xs:element ref="m2m:transactionMgmt" />
<xs:element ref="m2m:transaction" />
<xs:element ref="m2m:semanticRuleRepository" />
</xs:choice>
</xs:choice>
</xs:sequence>
......
......@@ -417,7 +417,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration value="4127" />
<!-- ONTOLOGY_MAPPING_ALGORITHM_NOT_AVAILABLE -->
<xs:enumeration value="4130" />
<!-- ONTOLOGY_MAPPING_POLICY_NOT_MATCH -->
<!-- ONTOLOGY_MAPPING_POLICY_NOT_MATCHED -->
<xs:enumeration value="4131" />
<!-- ONTOLOGY_MAPPING_NOT_AVAILABLE -->
<xs:enumeration value="4132" />
......
......@@ -50,6 +50,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element ref="m2m:subscription" />
<xs:element ref="m2m:ontology" />
<xs:element ref="m2m:transaction" />
<xs:element ref="m2m:ontologyMapping" />
<xs:element ref="m2m:ontologyMappingAlgorithmRepository" />
</xs:choice>
</xs:choice>
</xs:sequence>
......@@ -75,6 +77,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element ref="m2m:ontology" />
<xs:element ref="m2m:ontologyAnnc" />
<xs:element ref="m2m:transaction" />
<xs:element ref="m2m:ontologyMappingAnnc" />
<xs:element ref="m2m:ontologyMappingAlgorithmRepositoryAnnc" />
</xs:choice>
</xs:choice>
</xs:sequence>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment