/bundles/plugins-trunk/XML/test_data/abstract_substitution/abstract_type_instance_ko.xml

# · XML · 12 lines · 5 code · 1 blank · 6 comment · 0 complexity · 00ce597f4604be9a118b8814c4edf8b4 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!-- this sample comes from XML Schemas - Part 0 : Primer (2nd ed.).
  3. The abstract type isn't handled specifically in the XercesParserImpl.java
  4. code.
  5. This document DOES NOT validate, because the xsi:type of transport is
  6. NOT specified. This is fine...
  7. -->
  8. <transport xmlns="http://cars.example.com/schema"
  9. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  10. xsi:schemaLocation="http://cars.example.com/schema
  11. abstract_type.xsd"/>