You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1856 8e941d3f-bd1b-0410-a28a-d453659cc2b4
14 lines
396 B
XML
14 lines
396 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xsd:schema xmlns:n="urn:include"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
targetNamespace="urn:include">
|
|
|
|
<xsd:simpleType name="TypeB">
|
|
<xsd:restriction base="xsd:token">
|
|
<xsd:enumeration value="tbThree"> </xsd:enumeration>
|
|
<xsd:enumeration value="tbFour"> </xsd:enumeration>
|
|
</xsd:restriction>
|
|
</xsd:simpleType>
|
|
|
|
</xsd:schema>
|