author | joehw |
Tue, 18 Nov 2014 12:01:27 -0800 | |
changeset 27830 | 85b0d46b0104 |
permissions | -rw-r--r-- |
27830 | 1 |
<?xml version="1.0"?> |
2 |
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" |
|
3 |
xmlns:testNS="testNS" |
|
4 |
targetNamespace="testNS" elementFormDefault="qualified"> |
|
5 |
<xsd:element name="test5"> |
|
6 |
<xsd:simpleType> |
|
7 |
<xsd:restriction base="xsd:string"/> |
|
8 |
</xsd:simpleType> |
|
9 |
</xsd:element> |
|
10 |
</xsd:schema> |