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

10 lines
487 B
XML
Raw Normal View History

<?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>