Commit 60529ea8 authored by Jonathan Kaufmann's avatar Jonathan Kaufmann Committed by Mark Canterbury
Browse files

Correct path -> xpath.

parent 5a8674db
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -40,7 +40,7 @@
            <xs:element name="SupportedLIWorkflowEndpoint" type="SupportedLIWorkflowEndpoint" minOccurs="0" maxOccurs="unbounded">
            <xs:element name="SupportedLIWorkflowEndpoint" type="SupportedLIWorkflowEndpoint" minOccurs="0" maxOccurs="unbounded">
                 <xs:unique name="UniqueLIWorkflowEndpoint">
                 <xs:unique name="UniqueLIWorkflowEndpoint">
                    <xs:selector xpath="SupportedLIWorkflowEndpoint"/>
                    <xs:selector xpath="SupportedLIWorkflowEndpoint"/>
                    <xs:field path="@LIWorkflowEndpoint"/>
                    <xs:field xpath="@LIWorkflowEndpoint"/>
                </xs:unique>
                </xs:unique>
            </xs:element>
            </xs:element>
        </xs:sequence> 
        </xs:sequence> 
@@ -57,7 +57,7 @@
            <xs:element name="SupportedLPWorkflowEndpoint" type="SupportedLPWorkflowEndpoint" minOccurs="0" maxOccurs="unbounded">
            <xs:element name="SupportedLPWorkflowEndpoint" type="SupportedLPWorkflowEndpoint" minOccurs="0" maxOccurs="unbounded">
                <xs:unique name="UniqueLPWorkflowEndpoint">
                <xs:unique name="UniqueLPWorkflowEndpoint">
                    <xs:selector xpath="SupportedLPWorkflowEndpoint"/>
                    <xs:selector xpath="SupportedLPWorkflowEndpoint"/>
                    <xs:field path="@LPWorkflowEndpoint"/>
                    <xs:field xpath="@LPWorkflowEndpoint"/>
                </xs:unique>
                </xs:unique>
            </xs:element>
            </xs:element>
        </xs:sequence>
        </xs:sequence>