Skip to content
Snippets Groups Projects
Commit 4df7a215 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega Committed by Miguel Angel Reina Ortega
Browse files

oneM2M types based on XSD v4.11.0 baseline

parent 196870c9
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ module OneM2M_Types { ...@@ -15,7 +15,7 @@ module OneM2M_Types {
import from XSD all; import from XSD all;
import from OneM2M_TypesAndValues {type Resource_2; type ResourceTypeList_1; type PrimitiveContent; type RecordOfDynAuthJWT};//TODO Manually added until XSD files are updated import from OneM2M_TypesAndValues {type Resource_2; type ResourceTypeList_1; type PrimitiveContent; type RecordOfDynAuthJWT; template c_multipolygon;template c_polygon;template c_multiLineString;template c_lineStringOrMultipoint;template c_multipoint;const c_point;};//TODO Manually added until XSD files are updated
import from OneM2M_Types_homeDevice {type Battery; type BatteryAnnc}; import from OneM2M_Types_homeDevice {type Battery; type BatteryAnnc};
...@@ -2180,7 +2180,7 @@ with { ...@@ -2180,7 +2180,7 @@ with {
}; };
type XSD.String ListOfCoordinates (pattern "(\[(\[[-+]#(0,1)([1-8]#(0,1)\d(.\d#(1,))#(0,1)|90(.0#(1,))#(0,1)),[\q{0,0,0,32}\t]#(0,)[-+]#(0,1)(180(.0#(1,))#(0,1)|((1[0-7]\d)|([1-9]#(0,1)\d))(.\d#(1,))#(0,1))(,\d#(1,))#(0,1)\])(,(\[[-+]#(0,1)([1-8]#(0,1)\d(.\d#(1,))#(0,1)|90(.0#(1,))#(0,1)),[\q{0,0,0,32}\t]#(0,)[-+]#(0,1)(180(.0#(1,))#(0,1)|((1[0-7]\d)|([1-9]#(0,1)\d))(.\d#(1,))#(0,1))(,\d#(1,))#(0,1)\]))#(1,)(\]))|(\[[-+]#(0,1)([1-8]#(0,1)\d(.\d#(1,))#(0,1)|90(.0#(1,))#(0,1)),[\q{0,0,0,32}\t]#(0,)[-+]#(0,1)(180(.0#(1,))#(0,1)|((1[0-7]\d)|([1-9]#(0,1)\d))(.\d#(1,))#(0,1))(,\d#(1,))#(0,1)\])") type XSD.String ListOfCoordinates (pattern "{c_multipolygon}|{c_polygon}|{c_multiLineString}|{c_lineStringOrMultipoint}|{c_multipoint}|{c_point}")
with { with {
variant "name as uncapitalized"; variant "name as uncapitalized";
}; };
...@@ -4058,6 +4058,7 @@ type record CrossResourceSubscription ...@@ -4058,6 +4058,7 @@ type record CrossResourceSubscription
XSD.ID creator, XSD.ID creator,
ListOfURIs regularResourcesAsTarget optional, ListOfURIs regularResourcesAsTarget optional,
ListOfURIs subscriptionResourcesAsTarget optional, ListOfURIs subscriptionResourcesAsTarget optional,
ListOfURIs regularResourcesAsTargetSubscriptions optional,
TimeWindowType timeWindowType, TimeWindowType timeWindowType,
XSD.Duration timeWindowSize, XSD.Duration timeWindowSize,
EventNotificationCriteriaSet eventNotificationCriteriaSet optional, EventNotificationCriteriaSet eventNotificationCriteriaSet optional,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment