10 lines
394 B
XML
10 lines
394 B
XML
<?xml version="1.0" encoding="windows-1252" ?>
|
|
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.example.org"
|
|
targetNamespace="http://www.example.org" elementFormDefault="qualified">
|
|
<xsd:element name="exampleElement">
|
|
<xsd:annotation>
|
|
<xsd:documentation>A sample element</xsd:documentation>
|
|
</xsd:annotation>
|
|
</xsd:element>
|
|
</xsd:schema>
|