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

oneM2M types based on XSD v4.17.0 baseline

parent 813919f4
No related branches found
No related tags found
No related merge requests found
...@@ -3524,8 +3524,8 @@ type record FlexContainerResource ...@@ -3524,8 +3524,8 @@ type record FlexContainerResource
AnnounceSyncType announceSyncType optional, AnnounceSyncType announceSyncType optional,
XSD.NonNegativeInteger stateTag, XSD.NonNegativeInteger stateTag,
XSD.ID creator optional, XSD.ID creator optional,
XSD.ID custodian optional,
GeoCoordinates location optional, GeoCoordinates location optional,
XSD.ID custodian optional,
XSD.AnyURI containerDefinition, XSD.AnyURI containerDefinition,
XSD.AnyURI ontologyRef optional, XSD.AnyURI ontologyRef optional,
XSD.NonNegativeInteger contentSize, XSD.NonNegativeInteger contentSize,
...@@ -3584,7 +3584,8 @@ type record FlexContainerInstanceResource ...@@ -3584,7 +3584,8 @@ type record FlexContainerInstanceResource
Timestamp expirationTime, Timestamp expirationTime,
Labels labels optional, Labels labels optional,
XSD.NonNegativeInteger contentSize, XSD.NonNegativeInteger contentSize,
XSD.ID originator XSD.ID originator,
GeoCoordinates location optional
} }
with { with {
variant "name as uncapitalized"; variant "name as uncapitalized";
...@@ -4001,6 +4002,7 @@ type record ContentInstance ...@@ -4001,6 +4002,7 @@ type record ContentInstance
AnnounceSyncType announceSyncType optional, AnnounceSyncType announceSyncType optional,
XSD.NonNegativeInteger stateTag, XSD.NonNegativeInteger stateTag,
XSD.ID creator optional, XSD.ID creator optional,
GeoCoordinates location optional,
ContentInfo contentInfo optional, ContentInfo contentInfo optional,
XSD.NonNegativeInteger contentSize, XSD.NonNegativeInteger contentSize,
ContentRef contentRef optional, ContentRef contentRef optional,
...@@ -4041,6 +4043,7 @@ type record ContentInstanceAnnc ...@@ -4041,6 +4043,7 @@ type record ContentInstanceAnnc
XSD.AnyURI link, XSD.AnyURI link,
AnnounceSyncType announceSyncType optional, AnnounceSyncType announceSyncType optional,
XSD.NonNegativeInteger stateTag, XSD.NonNegativeInteger stateTag,
GeoCoordinates location optional,
ContentInfo contentInfo optional, ContentInfo contentInfo optional,
XSD.NonNegativeInteger contentSize optional, XSD.NonNegativeInteger contentSize optional,
XSD.AnyURI ontologyRef optional, XSD.AnyURI ontologyRef optional,
...@@ -6889,7 +6892,7 @@ type record MgmtCmd ...@@ -6889,7 +6892,7 @@ type record MgmtCmd
Subscription subscription, Subscription subscription,
Transaction transaction Transaction transaction
} choice_list } choice_list
} choice } choice optional
} }
with { with {
variant "name as uncapitalized"; variant "name as uncapitalized";
...@@ -7213,7 +7216,7 @@ type record Notification_1 ...@@ -7213,7 +7216,7 @@ type record Notification_1
} notificationEvent optional, } notificationEvent optional,
XSD.Boolean verificationRequest optional, XSD.Boolean verificationRequest optional,
XSD.Boolean subscriptionDeletion optional, XSD.Boolean subscriptionDeletion optional,
XSD.AnyURI subscriptionReference optional, XSD.AnyURI subscriptionReference,
XSD.ID creator optional, XSD.ID creator optional,
XSD.AnyURI notificationForwardingURI optional, XSD.AnyURI notificationForwardingURI optional,
XSD.ID notificationTarget optional, XSD.ID notificationTarget optional,
...@@ -10024,6 +10027,7 @@ type record TimeSeriesInstance ...@@ -10024,6 +10027,7 @@ type record TimeSeriesInstance
ListOfURIs announceTo optional, ListOfURIs announceTo optional,
record length(1 .. infinity) of XSD.NCName announcedAttribute optional, record length(1 .. infinity) of XSD.NCName announcedAttribute optional,
AnnounceSyncType announceSyncType optional, AnnounceSyncType announceSyncType optional,
GeoCoordinates location optional,
AbsRelTimestamp dataGenerationTime, AbsRelTimestamp dataGenerationTime,
XSD.AnySimpleType content, XSD.AnySimpleType content,
XSD.NonNegativeInteger sequenceNr optional, XSD.NonNegativeInteger sequenceNr optional,
...@@ -10061,6 +10065,7 @@ type record TimeSeriesInstanceAnnc ...@@ -10061,6 +10065,7 @@ type record TimeSeriesInstanceAnnc
Timestamp expirationTime, Timestamp expirationTime,
XSD.AnyURI link, XSD.AnyURI link,
AnnounceSyncType announceSyncType optional, AnnounceSyncType announceSyncType optional,
GeoCoordinates location optional,
AbsRelTimestamp dataGenerationTime optional, AbsRelTimestamp dataGenerationTime optional,
XSD.AnySimpleType content optional, XSD.AnySimpleType content optional,
XSD.NonNegativeInteger sequenceNr optional, XSD.NonNegativeInteger sequenceNr 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