/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

  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>