forked from BreeeZe/rpos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs.oasis-open.org.wsrf.bf-2.xsd
46 lines (46 loc) · 2.18 KB
/
docs.oasis-open.org.wsrf.bf-2.xsd
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="utf-8"?>
<xsd:schema xmlns:wsrf-bf="http://docs.oasis-open.org/wsrf/bf-2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://docs.oasis-open.org/wsrf/bf-2">
<import schemaLocation="./www.w3.org.2005.08.addressing.ws-addr.xsd" namespace="http://www.w3.org/2005/08/addressing" />
<import schemaLocation="./www.w3.org.2001.xml.xsd" namespace="http://www.w3.org/XML/1998/namespace">
<annotation>
<documentation>
Get access to the xml: attribute groups for xml:lang as declared on 'schema'
and 'documentation' below
</documentation>
</annotation>
</import>
<element name="BaseFault" type="wsrf-bf:BaseFaultType" />
<complexType name="BaseFaultType">
<sequence>
<any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
<element minOccurs="1" maxOccurs="1" name="Timestamp" type="dateTime" />
<element minOccurs="0" maxOccurs="1" name="Originator" type="wsa:EndpointReferenceType" />
<element minOccurs="0" maxOccurs="1" name="ErrorCode">
<complexType>
<complexContent mixed="true">
<extension base="anyType">
<attribute name="dialect" type="anyURI" use="required" />
</extension>
</complexContent>
</complexType>
</element>
<element minOccurs="0" maxOccurs="unbounded" name="Description">
<complexType>
<simpleContent>
<extension base="string">
<attribute ref="xml:lang" use="optional" />
</extension>
</simpleContent>
</complexType>
</element>
<element minOccurs="0" maxOccurs="1" name="FaultCause">
<complexType>
<sequence>
<any minOccurs="1" maxOccurs="1" namespace="##other" processContents="lax" />
</sequence>
</complexType>
</element>
</sequence>
<anyAttribute namespace="##other" processContents="lax" />
</complexType>
</xsd:schema>