blob: ba1c7dc30fb313da93fbeae969325514a4037703 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://xml.apache.org/axis/wsdd/" xmlns:wsdd="http://xml.apache.org/axis/wsdd/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:java="http://ws.apache.org/axis2/deployment/java" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.1">
<include schemaLocation="common.xsd"/>
<element name="module">
<complexType>
<sequence>
<element ref="wsdd:inflow" minOccurs="0" maxOccurs="1"/>
<element ref="wsdd:outflow" minOccurs="0" maxOccurs="1"/>
<element ref="wsdd:faultflow" minOccurs="0" maxOccurs="1"/>
<element ref="wsdd:parameter" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="ref" type="xsd:NCName" use="required"/>
</complexType>
</element>
</schema>