582887_0.xsd 564 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  3. xmlns:tc="http://www.example.org/test-import-case"
  4. xmlns="http://www.example.org/test-case"
  5. targetNamespace="http://www.example.org/test-case">
  6. <xs:import namespace="http://www.example.org/test-import-case"
  7. schemaLocation="./582887-common.xsd" />
  8. <xs:complexType name="test-case">
  9. <xs:sequence>
  10. <xs:element ref="tc:test-element" />
  11. </xs:sequence>
  12. </xs:complexType>
  13. <xs:element name="test-case" type="test-case" />
  14. </xs:schema>