summaryrefslogtreecommitdiff
path: root/src/main/resources/wsdl/ur_V4/schema/specific/urs-v4-CustomFault.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/wsdl/ur_V4/schema/specific/urs-v4-CustomFault.xsd')
-rw-r--r--src/main/resources/wsdl/ur_V4/schema/specific/urs-v4-CustomFault.xsd24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/main/resources/wsdl/ur_V4/schema/specific/urs-v4-CustomFault.xsd b/src/main/resources/wsdl/ur_V4/schema/specific/urs-v4-CustomFault.xsd
new file mode 100644
index 0000000..7935510
--- /dev/null
+++ b/src/main/resources/wsdl/ur_V4/schema/specific/urs-v4-CustomFault.xsd
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns="http://reference.e-government.gv.at/namespace/xml-sw/1#"
+ targetNamespace="http://reference.e-government.gv.at/namespace/xml-sw/1#">
+
+ <xs:include schemaLocation="../urs-v4-xml-sw.xsd"/>
+
+ <xs:element name="XmlSwFault" type="CustomFaultType"/>
+
+ <xs:element name="Message" type="CustomFaultType"/>
+
+ <xs:complexType name="CustomFaultType" final="extension">
+ <xs:annotation>
+ <xs:documentation>CustomFault reporting structure</xs:documentation>
+ </xs:annotation>
+ <xs:sequence>
+ <xs:element name="Code" type="xs:integer"/>
+ <xs:element name="Reason" type="xs:string" maxOccurs="unbounded"/>
+ <xs:element name="Help" type="xs:string" minOccurs="0"/>
+ <xs:element ref="FaultHint" minOccurs="0" maxOccurs="unbounded"/>
+
+ </xs:sequence>
+ </xs:complexType>
+</xs:schema>