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

SDS-2020-0013R02-TS0004 - flexContainerInstance

parent cfd0fb9b
No related branches found
No related tags found
No related merge requests found
...@@ -1549,6 +1549,12 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -1549,6 +1549,12 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element name="ontologyRef" type="xs:anyURI" minOccurs="0" /> <xs:element name="ontologyRef" type="xs:anyURI" minOccurs="0" />
<xs:element name="contentSize" type="xs:nonNegativeInteger" /> <xs:element name="contentSize" type="xs:nonNegativeInteger" />
<xs:element name="nodeLink" type="xs:anyURI" minOccurs="0" /> <xs:element name="nodeLink" type="xs:anyURI" minOccurs="0" />
<xs:element name="maxNrOfInstances" type="xs:nonNegativeInteger" minOccurs="0" />
<xs:element name="maxInstanceAge" type="xs:nonNegativeInteger" minOccurs="0" />
<xs:element name="maxByteSize" type="xs:nonNegativeInteger" minOccurs="0" />
<xs:element name="currentNrOfInstances" type="xs:nonNegativeInteger" minOccurs="0" />
<xs:element name="currentByteSize" type="xs:nonNegativeInteger" minOccurs="0" />
</xs:sequence> </xs:sequence>
<xs:attribute name="resourceName" type="m2m:resourceName" use="required" /> <xs:attribute name="resourceName" type="m2m:resourceName" use="required" />
</xs:complexType> </xs:complexType>
...@@ -1571,10 +1577,29 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -1571,10 +1577,29 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element name="ontologyRef" type="xs:anyURI" minOccurs="0" /> <xs:element name="ontologyRef" type="xs:anyURI" minOccurs="0" />
<xs:element name="contentSize" type="xs:nonNegativeInteger" minOccurs="0"/> <xs:element name="contentSize" type="xs:nonNegativeInteger" minOccurs="0"/>
<xs:element name="nodeLink" type="xs:anyURI" minOccurs="0" /> <xs:element name="nodeLink" type="xs:anyURI" minOccurs="0" />
<xs:element name="maxNrOfInstances" type="xs:nonNegativeInteger" minOccurs="0" />
<xs:element name="maxInstanceAge" type="xs:nonNegativeInteger" minOccurs="0" />
<xs:element name="maxByteSize" type="xs:nonNegativeInteger" minOccurs="0" />
<xs:element name="currentNrOfInstances" type="xs:nonNegativeInteger" minOccurs="0" />
<xs:element name="currentByteSize" type="xs:nonNegativeInteger" minOccurs="0" />
</xs:sequence> </xs:sequence>
<xs:attribute name="resourceName" type="m2m:resourceName" use="required" /> <xs:attribute name="resourceName" type="m2m:resourceName" use="required" />
</xs:complexType> </xs:complexType>
<xs:complexType name="flexContainerInstanceResource">
<xs:sequence>
<xs:element name="resourceType" type="m2m:resourceType" />
<xs:element name="resourceID" type="m2m:ID" />
<xs:element name="parentID" type="m2m:nhURI" />
<xs:element name="creationTime" type="m2m:timestamp" />
<xs:element name="expirationTime" type="m2m:timestamp" />
<xs:element name="labels" type="m2m:labels" minOccurs="0" />
<xs:element name="contentSize" type="xs:nonNegativeInteger" />
</xs:sequence>
<xs:attribute name="resourceName" type="m2m:resourceName" use="required" />
</xs:complexType>
<!-- The following Global Elements define substitution groups --> <!-- The following Global Elements define substitution groups -->
<xs:element name="sg_resource" type="m2m:resource" abstract="true" /> <xs:element name="sg_resource" type="m2m:resource" abstract="true" />
<xs:element name="sg_regularResource" type="m2m:regularResource" abstract="true" /> <xs:element name="sg_regularResource" type="m2m:regularResource" abstract="true" />
...@@ -1587,5 +1612,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -1587,5 +1612,6 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:element name="sg_announcedMgmtResource" type="m2m:announcedMgmtResource" abstract="true" /> <xs:element name="sg_announcedMgmtResource" type="m2m:announcedMgmtResource" abstract="true" />
<xs:element name="sg_flexContainerResource" type="m2m:flexContainerResource" abstract="true" /> <xs:element name="sg_flexContainerResource" type="m2m:flexContainerResource" abstract="true" />
<xs:element name="sg_announcedFlexContainerResource" type="m2m:announcedFlexContainerResource" abstract="true" /> <xs:element name="sg_announcedFlexContainerResource" type="m2m:announcedFlexContainerResource" abstract="true" />
<xs:element name="sg_flexContainerInstanceResource" type="m2m:flexContainerInstanceResource" abstract="true" />
</xs:schema> </xs:schema>
...@@ -145,6 +145,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -145,6 +145,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration value="56" /> <xs:enumeration value="56" />
<!-- semanticRuleRepository --> <!-- semanticRuleRepository -->
<xs:enumeration value="57" /> <xs:enumeration value="57" />
<!-- flexContainerInstance -->
<xs:enumeration value="58" />
<!-- accessControlPolicyAnnc --> <!-- accessControlPolicyAnnc -->
<xs:enumeration value="10001" /> <xs:enumeration value="10001" />
<!-- AEAnnc --> <!-- AEAnnc -->
...@@ -652,6 +654,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR ...@@ -652,6 +654,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<xs:enumeration value="56" /> <xs:enumeration value="56" />
<!-- semanticRuleRepository --> <!-- semanticRuleRepository -->
<xs:enumeration value="57" /> <xs:enumeration value="57" />
<!-- flexContainerInstance -->
<xs:enumeration value="58" />
<!-- accessControlPolicyAnnc --> <!-- accessControlPolicyAnnc -->
<xs:enumeration value="10001" /> <xs:enumeration value="10001" />
<!-- AEAnnc --> <!-- AEAnnc -->
......
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