You've already forked lazarus-ccr
All WST custom attributes are now namespace qualified Correct XDS generator for complex type extending simple type git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@520 8e941d3f-bd1b-0410-a28a-d453659cc2b4
9 lines
226 B
XML
9 lines
226 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="TClassSample" />
|
|
|
|
</xsd:schema>
|