You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@562 8e941d3f-bd1b-0410-a28a-d453659cc2b4
10 lines
487 B
XML
10 lines
487 B
XML
<?xml version="1.0"?>
|
|
<schema xmlns:tns="class_unicodestring_property" xmlns:wst="urn:wst_base" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="class_unicodestring_property">
|
|
<xsd:complexType name="TSampleClass">
|
|
<xsd:sequence>
|
|
<xsd:element name="elementProp" type="xsd:string" wst:TypeHint="UnicodeString"/>
|
|
</xsd:sequence>
|
|
<xsd:attribute use="required" name="elementAtt" type="xsd:string" wst:TypeHint="UnicodeString"/>
|
|
</xsd:complexType>
|
|
</schema>
|