Commit 5a8674db authored by Jonathan Kaufmann's avatar Jonathan Kaufmann Committed by Mark Canterbury
Browse files

Try putitng unique inside of element tag.

parent b42cb4a4
Loading
Loading
Loading
Loading
+12 −10
Original line number Diff line number Diff line
@@ -37,12 +37,13 @@
    </xs:complexType>
    <xs:complexType name="SupportedLIWorkflowEndpoints">
        <xs:sequence>
            <xs:element name="SupportedLIWorkflowEndpoint" type="SupportedLIWorkflowEndpoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence> 
            <xs:element name="SupportedLIWorkflowEndpoint" type="SupportedLIWorkflowEndpoint" minOccurs="0" maxOccurs="unbounded">
                 <xs:unique name="UniqueLIWorkflowEndpoint">
                    <xs:selector xpath="SupportedLIWorkflowEndpoint"/>
                    <xs:field path="@LIWorkflowEndpoint"/>
                </xs:unique>
            </xs:element>
        </xs:sequence> 
    </xs:complexType>
    <xs:complexType name="SupportedLIWorkflowEndpoint">
        <xs:sequence>
@@ -53,12 +54,13 @@
    </xs:complexType>
    <xs:complexType name="SupportedLPWorkflowEndpoints">
        <xs:sequence>
            <xs:element name="SupportedLPWorkflowEndpoint" type="SupportedLPWorkflowEndpoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
            <xs:element name="SupportedLPWorkflowEndpoint" type="SupportedLPWorkflowEndpoint" minOccurs="0" maxOccurs="unbounded">
                <xs:unique name="UniqueLPWorkflowEndpoint">
                    <xs:selector xpath="SupportedLPWorkflowEndpoint"/>
                    <xs:field path="@LPWorkflowEndpoint"/>
                </xs:unique>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="SupportedLPWorkflowEndpoint">
        <xs:sequence>