@@ -381,7 +395,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumerationvalue="5204"/>
<!-- SUBSCRIPTION_HOST_HAS_NO_PRIVILEGE -->
<xs:enumerationvalue="5205"/>
<!-- NON_BLOCKING_REQUEST_NOT_SUPPORTED -->
<!-- NON_BLOCKING_SYNCH_REQUEST_NOT_SUPPORTED -->
<xs:enumerationvalue="5206"/>
<!-- NOT_ACCEPTABLE -->
<xs:enumerationvalue="5207"/>
...
...
@@ -411,7 +425,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- UNABLE_TO_RECALL_TRIGGER_REQUEST -->
<xs:enumerationvalue="5220"/>
<!-- CROSS_RESOURCE_OPERATION_FAILURE -->
<xs:enumerationvalue="5221"/>
<xs:enumerationvalue="5221"/>
<!-- TRANSACTION_PROCESSING_IS_INCOMPLETE -->
<xs:enumerationvalue="5222"/>
<!-- SPARQL_UPDATE_ERROR -->
<xs:enumerationvalue="6003"/>
<!-- EXTERNAL_OBJECT_NOT_FOUND -->
...
...
@@ -456,6 +472,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumerationvalue="3"/>
<!-- FORWARDED -->
<xs:enumerationvalue="4"/>
<!-- PARTIALLY_COMPLETED -->
<xs:enumerationvalue="5"/>
</xs:restriction>
</xs:simpleType>
...
...
@@ -559,6 +577,12 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumerationvalue="47"/>
<!-- crossResourceSubscription -->
<xs:enumerationvalue="48"/>
<!-- backgroundDataTransfer -->
<xs:enumerationvalue="49"/>
<!-- transactionMgmt -->
<xs:enumerationvalue="50"/>
<!-- transaction -->
<xs:enumerationvalue="51"/>
<!-- accessControlPolicyAnnc -->
<xs:enumerationvalue="10001"/>
<!-- AEAnnc -->
...
...
@@ -1515,6 +1539,91 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumerationvalue="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleTypename="transferSelectionGuidance">
<xs:annotation>
<xs:documentation>Used for transferSelectionGuidance attribute in backgroundDataTransfer resource</xs:documentation>
</xs:annotation>
<xs:restrictionbase="xs:integer">
<!-- lowestCost -->
<xs:enumerationvalue="1"/>
<!-- bestDataRates -->
<xs:enumerationvalue="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleTypename="transactionMode">
<xs:annotation>
<xs:documentation>Used for the transactionMode attribute in transactionMgmt resource</xs:documentation>
</xs:annotation>
<xs:restrictionbase="xs:integer">
<!-- CSE_CONTROLLED -->
<xs:enumerationvalue="1"/>
<!-- CREATOR_CONTROLLED -->
<xs:enumerationvalue="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleTypename="transactionControl">
<xs:annotation>
<xs:documentation>Used for the transactionState attribute in transactionMgmt and transaction resource to monitor the state of a transaction.</xs:documentation>
</xs:annotation>
<xs:restrictionbase="xs:integer">
<!-- INITIAL -->
<xs:enumerationvalue="1"/>
<!-- LOCK -->
<xs:enumerationvalue="2"/>
<!-- EXECUTE -->
<xs:enumerationvalue="3"/>
<!-- COMMIT -->
<xs:enumerationvalue="4"/>
<!-- ABORT -->
<xs:enumerationvalue="5"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleTypename="transactionState">
<xs:annotation>
<xs:documentation>Used for the transactionState attribute in transactionMgmt and transaction resource to monitor the state of a transaction.</xs:documentation>
</xs:annotation>
<xs:restrictionbase="xs:integer">
<!-- INITIAL -->
<xs:enumerationvalue="1"/>
<!-- LOCKED -->
<xs:enumerationvalue="2"/>
<!-- EXECUTED -->
<xs:enumerationvalue="3"/>
<!-- COMMITTED -->
<xs:enumerationvalue="4"/>
<!-- ERROR -->
<xs:enumerationvalue="5"/>
<!-- ABORTED -->
<xs:enumerationvalue="6"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleTypename="transactionLockType">
<xs:annotation>
<xs:documentation>Used for the transactionMode attribute in transactionMgmt resource</xs:documentation>
</xs:annotation>
<xs:restrictionbase="xs:integer">
<!-- BLOCK_ALL -->
<xs:enumerationvalue="1"/>
<!-- ALLOW_RETRIEVES -->
<xs:enumerationvalue="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleTypename="transactionMgmtHandling">
<xs:annotation>
<xs:documentation>Used for the transactionMode attribute in transactionMgmt resource</xs:documentation>