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
91c1a7fe
Commit
91c1a7fe
authored
Jan 21, 2015
by
Peter Niblett
Browse files
temporary set of eventCat types
parent
f654d1c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
3 deletions
+16
-3
CDT-commonTypes-v0_8_0.xsd
CDT-commonTypes-v0_8_0.xsd
+16
-3
No files found.
CDT-commonTypes-v0_8_0.xsd
View file @
91c1a7fe
...
...
@@ -31,11 +31,24 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:restriction
base=
"xs:dateTime"
/>
</xs:simpleType>
<!-- TODO:
temp fix
-->
<!-- TODO:
Fix these
-->
<xs:simpleType
name=
"eventCat"
>
<xs:union
memberTypes=
"m2m:stdEventCats "
/>
<xs:union
memberTypes=
"m2m:stdEventCats "
/>
</xs:simpleType>
<xs:simpleType
name=
"eventCatWithDef"
>
<xs:union
memberTypes=
"m2m:eventCat "
/>
</xs:simpleType>
<xs:simpleType
name=
"listOfEventCat"
>
<list
itemType=
"m2m:eventCat"
/>
</xs:simpleType>
<xs:simpleType
name=
"listOfEventCatwithDef"
>
<list
itemType=
"m2m:eventCatWithDef"
/>
</xs:simpleType>
<xs:simpleType
name=
"extendedCrontab"
>
<xs:restriction
base=
"xs:string"
>
<xs:pattern
...
...
@@ -425,7 +438,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
</xs:sequence>
</xs:complexType>
<!-- TODO: check if m2m:ID is the correct data type for the following list elements or if xs:anyURI should be used (as used
in access control rules) -->
<!-- "listOfM2MID" is a space separated list of CSE-IDs and/or AE-IDs (i.e. elements of data type m2m:ID" -->
...
...
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