Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MAS
Field-Device
Commits
e86154c0
Commit
e86154c0
authored
Nov 30, 2017
by
Wolfgang Granzow
Browse files
updated schemaLocation attribute values
parent
2ca8def9
Changes
8
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e86154c0
...
...
@@ -4,17 +4,24 @@ Field Device Configuration schemas
This is the repository for developing XML schema for the reource types defined in oneM2M TS-0022
\<
authenticationProfile
\>
\<
dataCollection
\>
\<
MEFClientRegCfg
\>
\<
registration
\>
\<
MAFClientRegCfg
\>
\<
myCertFileCred
\>
\<
trustAnchorCred
\>
DCFG-commonTypes-vx_y_0.xsd defines data types common to all resource types
Note: The required xsd files CDT-commonTypes-vx_y_0 can be downloaded from
https://git.onem2m.org/PRO/XSD.git
The required xsd files SEC-commonTypes-vx_y_0 can be downloaded from
https://git.onem2m.org/SEC/MAF-MEF.git
v2_2_0/DCFG-MAFClientRegCfg-v2_2_0.xsd
View file @
e86154c0
...
...
@@ -30,10 +30,10 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
elementFormDefault=
"unqualified"
attributeFormDefault=
"unqualified"
>
<xs:include
schemaLocation=
"DCFG-commonTypes-v2_
1
_0.xsd"
/>
<xs:include
schemaLocation=
"DCFG-commonTypes-v2_
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-subscription-v2_1
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-commonTypes-v2_1
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-subscription-v2_1
5
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-commonTypes-v2_1
5
_0.xsd"
/>
<xs:element
name=
"MAFClientRegCfg"
substitutionGroup=
"m2m:sg_mgmtResource"
>
...
...
v2_2_0/DCFG-MEFClientRegCfg-v2_2_0.xsd
View file @
e86154c0
...
...
@@ -30,10 +30,10 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
elementFormDefault=
"unqualified"
attributeFormDefault=
"unqualified"
>
<xs:include
schemaLocation=
"DCFG-commonTypes-v2_
1
_0.xsd"
/>
<xs:include
schemaLocation=
"DCFG-commonTypes-v2_
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-subscription-v2_1
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-commonTypes-v2_1
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-subscription-v2_1
5
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-commonTypes-v2_1
5
_0.xsd"
/>
<xs:element
name=
"MEFClientRegCfg"
substitutionGroup=
"m2m:sg_mgmtResource"
>
...
...
v2_2_0/DCFG-authenticationProfile-v2_2_0.xsd
View file @
e86154c0
...
...
@@ -29,11 +29,11 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
xmlns:sec=
"http://www.onem2m.org/xml/securityProtocols"
elementFormDefault=
"unqualified"
attributeFormDefault=
"unqualified"
>
<xs:include
schemaLocation=
"DCFG-commonTypes-v2_
1
_0.xsd"
/>
<xs:include
schemaLocation=
"DCFG-commonTypes-v2_
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-subscription-v2_1
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-commonTypes-v2_1
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/securityProtocols"
schemaLocation=
"SEC-commonTypes-v2_
0
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-subscription-v2_1
5
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-commonTypes-v2_1
5
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/securityProtocols"
schemaLocation=
"SEC-commonTypes-v2_
1
_0.xsd"
/>
<xs:element
name=
"authenticationProfile"
substitutionGroup=
"m2m:sg_mgmtResource"
>
<xs:complexType>
...
...
@@ -43,8 +43,7 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
<!-- Resource Specific Attributes -->
<xs:sequence>
<xs:element
name=
"SUID"
type=
"m2m:suid"
/>
<xs:element
name=
"TLSCiphersuites"
type=
"dcfg:listOfTLSCiphersuite"
minOccurs=
"0"
/>
<xs:element
name=
"TLSCiphersuites"
type=
"dcfg:listOfTLSCiphersuite"
minOccurs=
"0"
/>
<xs:element
name=
"symmKeyID"
type=
"sec:credentialID"
minOccurs=
"0"
/>
<xs:element
name=
"symmKeyValue"
type=
"xs:base64Binary"
minOccurs=
"0"
/>
<xs:element
name=
"MAFKeyRegLabels"
type=
"m2m:labels"
minOccurs=
"0"
/>
...
...
v2_2_0/DCFG-dataCollection-v2_2_0.xsd
View file @
e86154c0
...
...
@@ -29,8 +29,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
elementFormDefault=
"unqualified"
attributeFormDefault=
"unqualified"
>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-subscription-v2_1
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-commonTypes-v2_1
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-subscription-v2_1
5
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-commonTypes-v2_1
5
_0.xsd"
/>
<xs:element
name=
"dataCollection"
substitutionGroup=
"m2m:sg_mgmtResource"
>
...
...
v2_2_0/DCFG-myCertFileCred-v2_2_0.xsd
View file @
e86154c0
...
...
@@ -29,9 +29,9 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
elementFormDefault=
"unqualified"
attributeFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-subscription-v2_1
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-commonTypes-v2_1
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/securityProtocols"
schemaLocation=
"SEC-commonTypes-v2_
0
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-subscription-v2_1
5
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-commonTypes-v2_1
5
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/securityProtocols"
schemaLocation=
"SEC-commonTypes-v2_
1
_0.xsd"
/>
<xs:element
name=
"myCertFileCred"
substitutionGroup=
"m2m:sg_mgmtResource"
>
...
...
v2_2_0/DCFG-registration-v2_2_0.xsd
View file @
e86154c0
...
...
@@ -27,8 +27,8 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
xmlns:m2m=
"http://www.onem2m.org/xml/protocols"
xmlns:dcfg=
"http://www.onem2m.org/xml/deviceConfig"
elementFormDefault=
"unqualified"
attributeFormDefault=
"unqualified"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-subscription-v2_1
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-commonTypes-v2_1
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-subscription-v2_1
5
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-commonTypes-v2_1
5
_0.xsd"
/>
<xs:element
name=
"registration"
substitutionGroup=
"m2m:sg_mgmtResource"
>
...
...
v2_2_0/DCFG-trustAnchorCred-v2_2_0.xsd
View file @
e86154c0
...
...
@@ -30,10 +30,10 @@ oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PR
elementFormDefault=
"unqualified"
attributeFormDefault=
"unqualified"
>
<xs:include
schemaLocation=
"DCFG-commonTypes-v2_
1
_0.xsd"
/>
<xs:include
schemaLocation=
"DCFG-commonTypes-v2_
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-subscription-v2_1
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-commonTypes-v2_1
2
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-subscription-v2_1
5
_0.xsd"
/>
<xs:import
namespace=
"http://www.onem2m.org/xml/protocols"
schemaLocation=
"CDT-commonTypes-v2_1
5
_0.xsd"
/>
<xs:element
name=
"trustAnchorCred"
substitutionGroup=
"m2m:sg_mgmtResource"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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