Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
XSD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PRO
XSD
Commits
cc395d93
Commit
cc395d93
authored
10 years ago
by
Peter Niblett
Browse files
Options
Downloads
Patches
Plain Diff
Change country code type
parent
0be63766
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CDT-accessControlPolicy-v0_8_0.xsd
+4
-26
4 additions, 26 deletions
CDT-accessControlPolicy-v0_8_0.xsd
CDT-enumerationTypes-v0_8_0.xsd
+20
-33
20 additions, 33 deletions
CDT-enumerationTypes-v0_8_0.xsd
with
24 additions
and
59 deletions
CDT-accessControlPolicy-v0_8_0.xsd
+
4
−
26
View file @
cc395d93
...
@@ -137,36 +137,14 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -137,36 +137,14 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:complexType>
<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=
"3"
/>
<!-- Delete -->
<xs:enumeration
value=
"4"
/>
<!-- Notify -->
<xs:enumeration
value=
"5"
/>
<!-- Discover -->
<xs:enumeration
value=
"6"
/>
</xs:restriction>
</xs:simpleType>
<!-- TODO:
update this
-->
<!-- TODO:
check if a CR to TS-0004 or TS-0003 is needed
-->
<xs:simpleType
name=
"countryCode"
>
<xs:simpleType
name=
"countryCode"
>
<xs:annotation>
<xs:annotation>
<xs:documentation>
2-character country code
</xs:documentation>
<xs:documentation>
2-character country code
as defined by ISO-3166
</xs:documentation>
</xs:annotation>
</xs:annotation>
<xs:restriction
base=
"xs:integer"
>
<xs:restriction
base=
"xs:string"
>
<!-- India -->
<xs:pattern
value=
"[A-Z]{2}"
></xs:pattern>
<xs:enumeration
value=
"91"
/>
<!-- United States of America -->
<xs:enumeration
value=
"01"
/>
</xs:restriction>
</xs:restriction>
</xs:simpleType>
</xs:simpleType>
...
...
This diff is collapsed.
Click to expand it.
CDT-enumerationTypes-v0_8_0.xsd
+
20
−
33
View file @
cc395d93
...
@@ -163,38 +163,25 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -163,38 +163,25 @@ 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:simpleType
name=
"accessControlOperation"
>
<!--
<xs:annotation>
-->
<xs:annotation>
<!--
<xs:documentation>Shall be considered for access control policy check by the CSE</xs:documentation>
-->
<xs:documentation>
Shall be considered for access control policy check by the CSE
</xs:documentation>
<!--
</xs:annotation>
-->
</xs:annotation>
<!--
<xs:restriction base="xs:integer">
-->
<xs:restriction
base=
"xs:integer"
>
<!-- Create -->
<!-- Create -->
<!--
<xs:enumeration value="1" />
-->
<xs:enumeration
value=
"1"
/>
<!-- Retrieve -->
<!-- Retrieve -->
<!--
<xs:enumeration value="2" />
-->
<xs:enumeration
value=
"2"
/>
<!-- Update -->
<!-- Update -->
<!--
<xs:enumeration value="3" />
-->
<xs:enumeration
value=
"3"
/>
<!-- Delete -->
<!-- Delete -->
<!--
<xs:enumeration value="4" />
-->
<xs:enumeration
value=
"4"
/>
<!-- Notify -->
<!-- Notify -->
<!--
<xs:enumeration value="5" />
-->
<xs:enumeration
value=
"5"
/>
<!-- Discover -->
<!-- Discover -->
<!-- <xs:enumeration value="6" /> -->
<xs:enumeration
value=
"6"
/>
<!-- </xs:restriction> -->
</xs:restriction>
<!-- </xs:simpleType> -->
</xs:simpleType>
<!-- <xs:simpleType name="countryCode"> -->
<!-- <xs:annotation> -->
<!-- <xs:documentation>2-character country code </xs:documentation> -->
<!-- </xs:annotation> -->
<!-- <xs:restriction base="xs:integer"> -->
<!-- India -->
<!-- <xs:enumeration value="91" /> -->
<!-- United States of America -->
<!-- <xs:enumeration value="01" /> -->
<!-- </xs:restriction> -->
<!-- </xs:simpleType> -->
<xs:simpleType
name=
"responseType"
>
<xs:simpleType
name=
"responseType"
>
<xs:annotation>
<xs:annotation>
...
@@ -730,7 +717,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
...
@@ -730,7 +717,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:restriction>
</xs:restriction>
</xs:simpleType>
</xs:simpleType>
<!-- TODO: Agree representation of SRole-ID and add to TS-0004 -->
<!-- TODO: Agree representation of SRole-ID and add to TS-0004
. Possibly consider removing all values
-->
<xs:simpleType
name=
"SRole-ID"
>
<xs:simpleType
name=
"SRole-ID"
>
<xs:restriction
base=
"xs:token"
>
<xs:restriction
base=
"xs:token"
>
<!-- Software Management -->
<!-- Software Management -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment