You've already forked lazarus-ccr
+ Base16 + Extendable "AnsiChar" and "WideChar" + tests git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@665 8e941d3f-bd1b-0410-a28a-d453659cc2b4
9 lines
445 B
XML
9 lines
445 B
XML
<schema targetNamespace="class_ansichar_property" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="class_ansichar_property" xmlns:wst="urn:wst_base">
|
|
<xsd:complexType name="TSampleClass">
|
|
<xsd:sequence>
|
|
<xsd:element name="elementProp" type="xsd:string" wst:TypeHint="AnsiChar"/>
|
|
</xsd:sequence>
|
|
<xsd:attribute name="elementAtt" type="xsd:string" wst:TypeHint="AnsiChar" use="required"/>
|
|
</xsd:complexType>
|
|
</schema>
|