summaryrefslogtreecommitdiff
path: root/src/main/resources/wsdl/ERsB/1.3/schema/specific/CustomFault.xsd
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2015-08-05 14:38:58 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2015-08-05 14:38:58 +0200
commite14ef2cb47f5e771171c4c9265c2c336f071cbfa (patch)
tree0028b2f4b69872b77d2e920707665f293b16b6a1 /src/main/resources/wsdl/ERsB/1.3/schema/specific/CustomFault.xsd
parent6228b7ac31e7fa28a26e416dd2f65e5b9274f613 (diff)
downloadegovutils-e14ef2cb47f5e771171c4c9265c2c336f071cbfa.tar.gz
egovutils-e14ef2cb47f5e771171c4c9265c2c336f071cbfa.tar.bz2
egovutils-e14ef2cb47f5e771171c4c9265c2c336f071cbfa.zip
some updates
Diffstat (limited to 'src/main/resources/wsdl/ERsB/1.3/schema/specific/CustomFault.xsd')
-rw-r--r--src/main/resources/wsdl/ERsB/1.3/schema/specific/CustomFault.xsd18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/main/resources/wsdl/ERsB/1.3/schema/specific/CustomFault.xsd b/src/main/resources/wsdl/ERsB/1.3/schema/specific/CustomFault.xsd
new file mode 100644
index 0000000..c73d667
--- /dev/null
+++ b/src/main/resources/wsdl/ERsB/1.3/schema/specific/CustomFault.xsd
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
+
+ <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 name="Detail" type="xs:anyType" minOccurs="0"/>
+ </xs:sequence>
+ </xs:complexType>
+
+</xs:schema>