2008-09-15 02:34:09 +00:00
|
|
|
<?xml version="1.0"?>
|
2008-09-17 01:45:04 +00:00
|
|
|
<schema xmlns:tns="class_widestring_property" xmlns:wst="urn:wst_base" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="class_widestring_property">
|
2008-09-15 02:34:09 +00:00
|
|
|
<xsd:complexType name="TSampleClass">
|
|
|
|
<xsd:sequence>
|
2008-09-17 01:45:04 +00:00
|
|
|
<xsd:element name="elementProp" type="xsd:string" wst:TypeHint="WideString"/>
|
2008-09-15 02:34:09 +00:00
|
|
|
</xsd:sequence>
|
2008-09-17 01:45:04 +00:00
|
|
|
<xsd:attribute use="required" name="elementAtt" type="xsd:string" wst:TypeHint="WideString"/>
|
2008-09-15 02:34:09 +00:00
|
|
|
</xsd:complexType>
|
|
|
|
</schema>
|