/bundles/plugins-trunk/XML/test_data/dir with space/actions.xsd
# · XML Schema · 14 lines · 13 code · 1 blank · 0 comment · 0 complexity · cc64dab0114ca0d7ea3d536198ff8cf0 MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- this is the classic actions.dtd convert to XSD via trang,
- then with schema replaced by borked schema
- -->
- <xs:borkedschema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
- <xs:simpleType name="att-bool">
- <xs:restriction base="xs:token">
- <xs:enumeration value="TRUE"/>
- <xs:enumeration value="FALSE"/>
- </xs:restriction>
- </xs:simpleType>
- </xs:borkedschema>