You've already forked lazarus-ccr
parser is case sensitive b default now, + tests git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1942 8e941d3f-bd1b-0410-a28a-d453659cc2b4
14 lines
424 B
XML
14 lines
424 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xsd:schema xmlns:n="urn:wst-test"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
targetNamespace="urn:wst-test">
|
|
|
|
<xsd:complexType name="TSampleType1">
|
|
<xsd:choice>
|
|
<xsd:element name="intField" type="xsd:int" />
|
|
<xsd:element name="strField" type="xsd:string" minOccurs="1" maxOccurs="1"/>
|
|
</xsd:choice>
|
|
</xsd:complexType>
|
|
|
|
</xsd:schema>
|