diff options
Diffstat (limited to '')
-rw-r--r-- | sca-cpp/trunk/xsd/sca-binding-ws-callback-1.1-cd04.xsd | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sca-cpp/trunk/xsd/sca-binding-ws-callback-1.1-cd04.xsd b/sca-cpp/trunk/xsd/sca-binding-ws-callback-1.1-cd04.xsd deleted file mode 100644 index 874e36bab8..0000000000 --- a/sca-cpp/trunk/xsd/sca-binding-ws-callback-1.1-cd04.xsd +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- (c) Copyright OASIS 2005, 2009. All Rights Reserved. - OASIS trademark, IPR and other policies apply --> - -<schema xmlns="http://www.w3.org/2001/XMLSchema" - targetNamespace="http://docs.oasis-open.org/ns/opencsa/sca/200912" - elementFormDefault="qualified"> - - <element name="WSCallback"> - <complexType> - <sequence> - <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> - </sequence> - <anyAttribute namespace="##other" processContents="lax"/> - </complexType> - </element> - -</schema> |