Files
lazarus-ccr/wst/trunk/tests/test_suite/files/array_sequence_collection.xsd
inoussa 975833fadc Part 1
* 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
2008-09-11 00:40:36 +00:00

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>