5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
21 lines
609 B
XML
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>
|