poi/xmlbeans/test/cases/xbean/misc/jira/xmlbeans_105a.xsd
2018-02-16 22:41:27 +00:00

21 lines
609 B
XML

<?xml version="1.0"?>
<xsd:schema targetNamespace="http://jira/xmlbeans_105"
elementFormDefault="qualified"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:wsbf="http://jira/xmlbeans_105">
<xsd:complexType name="BaseFaultType">
<xsd:sequence>
<xsd:element name="Description" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string" />
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>