1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <xs:schema xmlns:
xs=
"http://www.w3.org/2001/XMLSchema"
3 xmlns:
cur=
"http://www.smartitengineering.com/smart-dao/exim/collections"
4 targetNamespace=
"http://www.smartitengineering.com/smart-dao/exim/collections"
5 xmlns:
xsi=
"http://www.w3.org/2001/XMLSchema-instance"
6 xsi:
schemaLocation=
"http://www.w3.org/2001/XMLSchema XMLSchema.xsd"
8 <xs:element name=
"item">
15 <xs:element name=
"array">
18 <xs:element name=
"item" type=
"cur:item" minOccurs=
"0" />
22 <xs:element name=
"set">
25 <xs:element name=
"item" type=
"cur:item" minOccurs=
"0" />
29 <xs:element name=
"list">
32 <xs:element name=
"item" type=
"cur:item" minOccurs=
"0" />
36 <xs:element name=
"collection">
39 <xs:element name=
"item" type=
"cur:item" minOccurs=
"0" />
43 <xs:element name=
"map">
46 <xs:element name=
"entry" minOccurs=
"0">
49 <xs:element name=
"key" type=
"cur:item" minOccurs=
"0" />
50 <xs:element name=
"value" type=
"cur:item" minOccurs=
"0" />