8 lines
150 B
XML
8 lines
150 B
XML
|
<xs:schema
|
||
|
xmlns:xs='http://www.w3.org/2001/XMLSchema'
|
||
|
targetNamespace="urn:foo">
|
||
|
|
||
|
<xs:element name="root" type="xs:string" />
|
||
|
|
||
|
</xs:schema>
|