/bundles/plugins-trunk/XML/test_data/hyperlinks/master.xsd

# · XML Schema · 12 lines · 10 code · 2 blank · 0 comment · 0 complexity · f69e54746d1c4e51d1696387449039dc MD5 · raw file

  1. <?xml version="1.0" ?>
  2. <!-- master XSD schema -->
  3. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" blockDefault="#all"
  4. targetNamespace="urn:local"
  5. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  6. xsi:noNamespaceSchemaLocation="part.xsd"
  7. xsi:schemaLocation="http://www.w3.org/2001/XMLSchema ../schema4schemas/schema4schemas.xsd">
  8. <xs:include schemaLocation="part.xsd"/>
  9. <xs:include schemaLocation="part.xsd"/> <xs:import schemaLocation="part.xsd"/>
  10. </xs:schema>