You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4209 8e941d3f-bd1b-0410-a28a-d453659cc2b4
15 lines
438 B
XML
15 lines
438 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"
|
|
elementFormDefault="qualified">
|
|
|
|
<xsd:complexType name="TClassSampleType">
|
|
<xsd:sequence>
|
|
<xsd:element name="SomeField" type="xsd:int" />
|
|
</xsd:sequence>
|
|
<xsd:attribute name="SomeField" type="xsd:string"/>
|
|
</xsd:complexType>
|
|
|
|
</xsd:schema>
|