PageRenderTime 50ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/bundles/plugins-trunk/XML/templates/schema-xsd.vm

#
Unknown | 16 lines | 14 code | 2 blank | 0 comment | 0 complexity | b144a23c2695ba0c1bc4b687696275bb 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'?>
  2. <!-- this is an empty XML Schema document.
  3. $Id: schema-xsd.vm 20081 2011-10-15 16:19:59Z kerik-sf $
  4. -->
  5. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  6. targetNamespace="PASTE THE NAMESPACE OF THE TARGET DOCUMENTS HERE"
  7. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8. xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://www.w3.org/2001/XMLSchema.xsd">
  9. <xs:annotation>
  10. <xs:documentation>
  11. You can define your documentation in comments or in xs:documentation elements.
  12. </xs:documentation>
  13. </xs:annotation>
  14. </xs:schema>