/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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. this is the classic actions.dtd convert to XSD via trang,
  4. then with schema replaced by borked schema
  5. -->
  6. <xs:borkedschema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
  7. <xs:simpleType name="att-bool">
  8. <xs:restriction base="xs:token">
  9. <xs:enumeration value="TRUE"/>
  10. <xs:enumeration value="FALSE"/>
  11. </xs:restriction>
  12. </xs:simpleType>
  13. </xs:borkedschema>