scxml-copyright.xsd 1.1 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  3. targetNamespace="http://www.w3.org/2005/07/scxml"
  4. xmlns="http://www.w3.org/2005/07/scxml"
  5. elementFormDefault="qualified">
  6. <xsd:annotation>
  7. <xsd:documentation>
  8. This is the XML Schema for SCXML 1.0, formulated as a modular XML application
  9. Copyright &#169;1998-2007 World Wide Web Consortium
  10. (Massachusetts Institute of Technology, European Research Consortium
  11. for Informatics and Mathematics, Keio University).
  12. All Rights Reserved.
  13. Permission to use, copy, modify and distribute the SCXML Schema
  14. modules and their accompanying xs:documentation for any purpose
  15. and without fee is hereby granted in perpetuity, provided that the above
  16. copyright notice and this paragraph appear in all copies.
  17. The copyright holders make no representation about the suitability of
  18. these XML Schema modules for any purpose.
  19. They are provided "as is" without expressed or implied warranty.
  20. </xsd:documentation>
  21. </xsd:annotation>
  22. </xsd:schema>