14 lines
382 B
XML
14 lines
382 B
XML
|
<schema xmlns="http://www.w3.org/2001/XMLSchema"
|
||
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||
|
targetNamespace="http://jira/xmlbeans_177">
|
||
|
|
||
|
<xs:element name="testList">
|
||
|
<xs:complexType>
|
||
|
<xs:sequence>
|
||
|
<xs:element name="test" type="xs:string" maxOccurs="unbounded"/>
|
||
|
</xs:sequence>
|
||
|
</xs:complexType>
|
||
|
</xs:element>
|
||
|
|
||
|
</schema>
|