Removed 'handler' and 'handler-chain' elements from the XSD.

This commit is contained in:
Mark Fisher
2008-09-17 12:41:29 +00:00
parent 09f9161899
commit 21d98f353d

View File

@@ -251,33 +251,6 @@
</xsd:complexType>
</xsd:element>
<xsd:element name="handler-chain">
<xsd:complexType>
<xsd:annotation>
<xsd:documentation>
Defines a MessageHandler chain.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="handler" minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="handler">
<xsd:complexType>
<xsd:annotation>
<xsd:documentation>
Defines a MessageHandler.
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="id" type="xsd:ID"/>
<xsd:attribute name="ref" type="xsd:string" use="required"/>
<xsd:attribute name="method" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="selector-chain">
<xsd:complexType>
<xsd:annotation>