PageRenderTime 48ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/bundles/plugins-trunk/XML/test_data/multiple_name/schema.xsd

#
XML Schema | 32 lines | 27 code | 5 blank | 0 comment | 0 complexity | ae6030a9797cb9522373d916d2cafead 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. elementFormDefault="qualified"
  4. xmlns:ipo="http://www.example.com/IPO">
  5. <annotation>
  6. <documentation xml:lang="en">
  7. Defines one comment element with content and one without
  8. </documentation>
  9. </annotation>
  10. <element name="root">
  11. <complexType>
  12. <sequence>
  13. <element name="text">
  14. <complexType>
  15. <sequence>
  16. <element name="comment" type="string"/>
  17. </sequence>
  18. </complexType>
  19. </element>
  20. <element name="comment">
  21. <complexType>
  22. <sequence><element name="p" type="string"/></sequence>
  23. </complexType>
  24. </element>
  25. </sequence></complexType>
  26. </element>
  27. </schema>