a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
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>
|