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
XSD
Commits
d7e6406c
Commit
d7e6406c
authored
Jan 26, 2015
by
Peter Niblett
Browse files
Add RSCs
parent
26558398
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
73 additions
and
21 deletions
+73
-21
CDT-enumerationTypes-v0_8_0.xsd
CDT-enumerationTypes-v0_8_0.xsd
+73
-21
No files found.
CDT-enumerationTypes-v0_8_0.xsd
View file @
d7e6406c
...
@@ -224,7 +224,79 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -224,7 +224,79 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:documentation></xs:documentation>
<xs:documentation></xs:documentation>
</xs:annotation>
</xs:annotation>
<xs:restriction
base=
"xs:integer"
>
<xs:restriction
base=
"xs:integer"
>
<xs:enumeration
value=
"22"
/>
<!-- ACCEPTED -->
<xs:enumeration
value=
"1000"
/>
<!-- OK -->
<xs:enumeration
value=
"2000"
/>
<!-- CREATED -->
<xs:enumeration
value=
"2001"
/>
<!-- DELETED -->
<xs:enumeration
value=
"2002"
/>
<!-- CHANGED -->
<xs:enumeration
value=
"2004"
/>
<!-- BAD_REQUEST -->
<xs:enumeration
value=
"4000"
/>
<!-- NOT_FOUND -->
<xs:enumeration
value=
"4004"
/>
<!-- OPERATION_NOT_ALLOWED -->
<xs:enumeration
value=
"4005"
/>
<!-- REQUEST_TIMEOUT -->
<xs:enumeration
value=
"4008"
/>
<!-- SUBSCRIPTION_CREATOR_HAS_NO_PRIVILEGE-->
<xs:enumeration
value=
"4101"
/>
<!-- CONTENTS_UNACCEPTABLE -->
<xs:enumeration
value=
"4102"
/>
<!-- ACCESS_DENIED -->
<xs:enumeration
value=
"4103"
/>
<!-- GROUP_REQUEST_IDENTIFIER_EXISTS -->
<xs:enumeration
value=
"4104"
/>
<!-- CONFLICT -->
<xs:enumeration
value=
"4105"
/>
<!-- INTERNAL_SERVER_ERROR -->
<xs:enumeration
value=
"5000"
/>
<!-- NOT_IMPLEMENTED -->
<xs:enumeration
value=
"5001"
/>
<!-- TARGET_NOT_REACHABLE -->
<xs:enumeration
value=
"5103"
/>
<!-- NO_PRIVILEGE -->
<xs:enumeration
value=
"5105"
/>
<!-- ALREADY_EXISTS -->
<xs:enumeration
value=
"5106"
/>
<!-- TARGET_NOT_SUBSCRIBABLE -->
<xs:enumeration
value=
"5203"
/>
<!-- SUBSCRIPTION_VERIFICATION_INITIATION_FAILED -->
<xs:enumeration
value=
"5204"
/>
<!-- SUBSCRIPTION_HOST_HAS_NO_PRIVILEGE -->
<xs:enumeration
value=
"5205"
/>
<!-- NON_BLOCKING_REQUEST_NOT_SUPPORTED -->
<xs:enumeration
value=
"5206"
/>
<!-- EXTERNAL_OBJECT_NOT_REACHABLE -->
<xs:enumeration
value=
"6003"
/>
<!-- EXTERNAL_OBJECT_NOT_FOUND -->
<xs:enumeration
value=
"6005"
/>
<!-- TODO: Typo in the table in TS-0004 -->
<!-- MAX_NUMBER_OF_MEMBER_EXCEEDED -->
<xs:enumeration
value=
"6010"
/>
<!-- MEMBER_TYPE_INCONSISTENT -->
<xs:enumeration
value=
"6011"
/>
<!-- MGMT_SESSION_CANNOT_BE_ESTABLISHED -->
<xs:enumeration
value=
"6020"
/>
<!-- MGMT_SESSION_ESTABLISHMENT _TIMEOUT -->
<xs:enumeration
value=
"6021"
/>
<!-- INVALID_CMDTYPE -->
<xs:enumeration
value=
"6022"
/>
<!-- INVALID_ARGUMENTS -->
<xs:enumeration
value=
"6023"
/>
<!-- INSUFFICIENT_ARGUMENTS -->
<xs:enumeration
value=
"6024"
/>
<!-- MGMT_ CONVERSION_ERROR -->
<xs:enumeration
value=
"6025"
/>
<!-- MGMT_ CANCELATION_FAILURE -->
<xs:enumeration
value=
"6026"
/>
<!-- ALREADY_COMPLETE -->
<xs:enumeration
value=
"6028"
/>
<!-- MGMT_COMMAND_NOT_CANCELLABLE -->
<xs:enumeration
value=
"6029"
/>
</xs:restriction>
</xs:restriction>
</xs:simpleType>
</xs:simpleType>
...
@@ -647,26 +719,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -647,26 +719,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:restriction>
</xs:restriction>
</xs:simpleType>
</xs:simpleType>
<xs:simpleType
name=
"accessControlOperation"
>
<xs:annotation>
<xs:documentation>
Shall be considered for access control policy check by the CSE
</xs:documentation>
</xs:annotation>
<xs:restriction
base=
"xs:integer"
>
<!-- Create -->
<xs:enumeration
value=
"1"
/>
<!-- Retrieve -->
<xs:enumeration
value=
"2"
/>
<!-- Update -->
<xs:enumeration
value=
"4"
/>
<!-- Delete -->
<xs:enumeration
value=
"8"
/>
<!-- Notify -->
<xs:enumeration
value=
"16"
/>
<!-- Discover -->
<xs:enumeration
value=
"32"
/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType
name=
"SRole-ID"
>
<xs:simpleType
name=
"SRole-ID"
>
<xs:restriction
base=
"xs:token"
>
<xs:restriction
base=
"xs:token"
>
<!-- Software Management -->
<!-- Software Management -->
...
...
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