2008-09-11 00:40:36 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<schema xmlns:tns="class_headerblock_derived" xmlns:wst="urn:wst_base" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="class_headerblock_derived">
|
2008-09-11 02:12:27 +00:00
|
|
|
|
|
|
|
<xsd:complexType name="TEmptyHeader" wst:wst_headerBlock="true" />
|
|
|
|
|
2008-09-11 00:40:36 +00:00
|
|
|
<xsd:complexType name="TSampleHeader" wst:wst_headerBlock="true">
|
|
|
|
<xsd:sequence>
|
|
|
|
<xsd:element name="intField" type="xsd:int"/>
|
2014-05-17 17:27:34 +00:00
|
|
|
<xsd:element name="strField" type="xsd:string" wst:TypeHint="UnicodeString"/>
|
2008-09-11 00:40:36 +00:00
|
|
|
<xsd:element name="floatField" type="xsd:float"/>
|
|
|
|
</xsd:sequence>
|
2014-05-17 17:27:34 +00:00
|
|
|
<xsd:attribute use="required" name="strAtt" type="xsd:string" wst:TypeHint="UnicodeString"/>
|
2008-09-11 00:40:36 +00:00
|
|
|
<xsd:attribute use="required" name="intAtt" type="xsd:int"/>
|
|
|
|
</xsd:complexType>
|
|
|
|
</schema>
|