You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@979 8e941d3f-bd1b-0410-a28a-d453659cc2b4
9 lines
447 B
XML
9 lines
447 B
XML
<schema targetNamespace="class_currency_property" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="class_currency_property" xmlns:wst="urn:wst_base">
|
|
<xsd:complexType name="TSampleClass">
|
|
<xsd:sequence>
|
|
<xsd:element name="elementProp" type="xsd:decimal" wst:TypeHint="Currency"/>
|
|
</xsd:sequence>
|
|
<xsd:attribute name="elementAtt" type="xsd:decimal" wst:TypeHint="Currency" use="required"/>
|
|
</xsd:complexType>
|
|
</schema>
|