summaryrefslogtreecommitdiffstats
path: root/sca-cpp/tags/cpp-stable-20060304/sdo/runtime/core/test/openloadNS2.xsd
blob: f62ea912b74d25144807e5a1e2e40062908f110c (plain)
1
2
3
4
5
6
7
8
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:sdo="commonj.sdo" xmlns:sdoxml="commonj.sdo/xml" 
xmlns:tns="teapot" targetNamespace="teapot">
<xsd:attribute name="openboolean" type="xsd:boolean"/>
<xsd:element name="openintlist" type="xsd:short" minOccurs="0" maxOccurs="unbounded"/>
<xsd:attribute name="openstring" type="xsd:hexBinary"/>
</xsd:schema>