Files
lazarus-ccr/wst/trunk/tests/test_suite/files/class_widestring_property.xsd

10 lines
475 B
XML
Raw Normal View History

<?xml version="1.0"?>
<schema xmlns:tns="class_widestring_property" xmlns:wst="urn:wst_base" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="class_widestring_property">
<xsd:complexType name="TSampleClass">
<xsd:sequence>
<xsd:element name="elementProp" type="xsd:string" wst:TypeHint="WideString"/>
</xsd:sequence>
<xsd:attribute use="required" name="elementAtt" type="xsd:string" wst:TypeHint="WideString"/>
</xsd:complexType>
</schema>