schema.xsd 264 B

123456789
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xsd:schema xmlns="http://example.com/schema"
  3. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  4. targetNamespace="http://example.com/schema"
  5. elementFormDefault="qualified">
  6. <xsd:element name="root" />
  7. </xsd:schema>