Skip to content
Snippets Groups Projects
Commit 91c1a7fe authored by Peter Niblett's avatar Peter Niblett
Browse files

temporary set of eventCat types

parent f654d1c6
No related branches found
No related tags found
No related merge requests found
...@@ -31,11 +31,24 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -31,11 +31,24 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:restriction base="xs:dateTime" /> <xs:restriction base="xs:dateTime" />
</xs:simpleType> </xs:simpleType>
<!-- TODO: temp fix --> <!-- TODO: Fix these -->
<xs:simpleType name="eventCat"> <xs:simpleType name="eventCat">
<xs:union memberTypes="m2m:stdEventCats " /> <xs:union memberTypes="m2m:stdEventCats " />
</xs:simpleType> </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:simpleType name="extendedCrontab">
<xs:restriction base="xs:string"> <xs:restriction base="xs:string">
<xs:pattern <xs:pattern
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment