PageRenderTime 36ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/bundles/plugins-trunk/XML/test_data/import_schema/source.xsd

#
XML Schema | 15 lines | 10 code | 5 blank | 0 comment | 0 complexity | c13c57db0c0fca10bd308f7c56eb4bdb 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. <schema targetNamespace="http://www.example.com/IPO"
  2. xmlns="http://www.w3.org/2001/XMLSchema"
  3. xmlns:ipo="http://www.example.com/IPO">
  4. <annotation>
  5. <documentation xml:lang="en">
  6. Defines only one &lt;comment/&gt; element of type string
  7. </documentation>
  8. </annotation>
  9. <element name="comment" type="string"/>
  10. </schema>