File: ExceptionDataSet.xml

package info (click to toggle)
ruby-soap4r 2.0.5-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,032 kB
  • sloc: ruby: 52,729; xml: 266; sh: 42; javascript: 20; makefile: 13; perl: 10
file content (23 lines) | stat: -rw-r--r-- 1,466 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:mstns="http://www.winfessor.com/SoapBoxWebService/ExceptionDataSet.xsd" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns="http://www.winfessor.com/SoapBoxWebService/ExceptionDataSet.xsd" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://www.winfessor.com/SoapBoxWebService/ExceptionDataSet.xsd" id="ExceptionDataSet" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element msdata:IsDataSet="true" name="ExceptionDataSet">
    <xs:complexType>
      <xs:choice maxOccurs="unbounded">
        <xs:element name="exception">
          <xs:complexType>
            <xs:sequence>
              <xs:element msdata:Ordinal="3" name="message" type="xs:string" />
              <xs:element msdata:Ordinal="4" name="type" type="xs:string" />
              <xs:element msdata:Ordinal="5" name="innerex" type="xs:string" />
              <xs:element msdata:Ordinal="6" name="stacktrace" type="xs:string" />
              <xs:element msdata:Ordinal="7" name="data" type="xs:string" />
            </xs:sequence>
            <xs:attribute form="unqualified" name="source" type="xs:string" />
            <xs:attribute form="unqualified" name="targetsite" type="xs:string" />
            <xs:attribute form="unqualified" name="helplink" type="xs:string" />
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
  </xs:element>
</xs:schema>