File: xcdaemon.xsd

package info (click to toggle)
libxml-compile-soap-perl 3.26%2Bds-1
  • links: PTS, VCS
  • area: non-free
  • in suites: bullseye
  • size: 616 kB
  • sloc: perl: 4,406; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 999 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<schema xmlns="http://www.w3.org/2001/XMLSchema"
  version="1.0.0"
  xmlns:tns="http://perl.org/xml-schemas/xml-compile-daemon/1.0"
  targetNamespace="http://perl.org/xml-schemas/xml-compile-daemon/1.0"
  schemaLocation="http://perl.overmeer.net/schemas/xc-daemon/1.0.xsd"
  elementFormDefault="qualified"
  attributeFormDefault="unqualified">

<!-- SOAP 1.2 Subcode values -->
<simpleType name="server-fault-codes">
  <restriction base="QName">
    <enumeration value="tns:validationFailed" />
    <enumeration value="tns:invalidResponse"  />
    <enumeration value="tns:notImplemented"   />
    <enumeration value="tns:noAnswerProduced" />
    <enumeration value="tns:notRecognized"    />
  </restriction>
</simpleType>

<!-- SOAP Fault details/Details content -->
<complexType name="internal-error">
  <sequence>
    <element name="level" type="token"  />
    <element name="error" type="string" />
    <element name="trace" type="string" minOccurs="0" />
  </sequence>
</complexType>

</schema>