PageRenderTime 47ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/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
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  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>