renamed path element to mapping per code review

This commit is contained in:
Keith Donald
2009-11-30 16:32:59 +00:00
parent 7a1c4d23b4
commit b7b52fffea
3 changed files with 7 additions and 7 deletions

View File

@@ -75,9 +75,9 @@
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="path" maxOccurs="unbounded">
<xsd:element name="mapping" maxOccurs="unbounded">
<xsd:complexType>
<xsd:attribute name="value" type="xsd:string" use="required">
<xsd:attribute name="path" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation><![CDATA[
A path into the application intercepted by this interceptor.