e982b4ef38
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@917273 13f79535-47bb-0310-9956-ffa450edef68
18 lines
633 B
XML
18 lines
633 B
XML
<?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>
|