You've already forked lazarus-ccr
* simple content header block implementation : TSimpleContentHeaderBlock * XSD/WSDL generator tests : header, simple content header, collection git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@549 8e941d3f-bd1b-0410-a28a-d453659cc2b4
16 lines
455 B
XML
16 lines
455 B
XML
<?xml version="1.0"?>
|
|
<schema
|
|
xmlns:tns="urn:wst-test"
|
|
xmlns:wst="urn:wst_base"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
targetNamespace="urn:wst-test">
|
|
|
|
<xsd:complexType name="TComplexType"/>
|
|
<xsd:complexType name="TCollectionComplexType">
|
|
<xsd:sequence>
|
|
<xsd:element name="item" type="tns:TComplexType" maxOccurs="unbounded" minOccurs="0" wst:wst_collection="true"/>
|
|
</xsd:sequence>
|
|
</xsd:complexType>
|
|
|
|
</schema>
|