5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
18 lines
516 B
XML
18 lines
516 B
XML
<schema xmlns="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
targetNamespace="http://jira/xmlbeans_177a">
|
|
|
|
<xs:element name="testListA">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="test" maxOccurs="unbounded">
|
|
<xs:complexType>
|
|
<xs:attribute name="a" type="xs:string" use="required"/>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
|
|
</schema>
|