mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
14 lines
No EOL
603 B
XML
14 lines
No EOL
603 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://validator.kosit.de/test-sample" version="1.0" xml:lang="en"
|
|
targetNamespace="http://validator.kosit.de/test-sample"
|
|
xmlns="http://www.w3.org/1999/xhtml" elementFormDefault="qualified">
|
|
|
|
<xs:element name="simple" type="tns:SimpleType" />
|
|
<xs:element name="foo" type="tns:SimpleType" />
|
|
|
|
<xs:complexType name="SimpleType">
|
|
<xs:sequence>
|
|
<xs:element name="inner" type="xs:string" />
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:schema> |