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

Try moving unique inside complex type.

parent fe639093
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -39,6 +39,10 @@
        <xs:sequence>
            <xs:element name="SupportedLIWorkflowEndpoint" type="SupportedLIWorkflowEndpoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence> 
        <xs:unique name="UniqueLIWorkflowEndpoint">
            <xs:selector xpath="SupportedLIWorkflowEndpoint"/>
            <xs:field path="@LIWorkflowEndpoint"/>
        </xs:unique>
    </xs:complexType>
    <xs:complexType name="SupportedLIWorkflowEndpoint">
        <xs:sequence>
@@ -47,14 +51,14 @@
            <xs:element name="URL" type="etsi:LongString"/>
        </xs:sequence>
    </xs:complexType>
    <xs:unique name="UniqueLIWorkflowEndpoint">
        <xs:selector xpath="SupportedLIWorkflowEndpoint"/>
        <xs:field path="@LIWorkflowEndpoint"/>
    </xs:unique>
    <xs:complexType name="SupportedLPWorkflowEndpoints">
        <xs:sequence>
            <xs:element name="SupportedLPWorkflowEndpoint" type="SupportedLPWorkflowEndpoint" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
        <xs:unique name="UniqueLPWorkflowEndpoint">
            <xs:selector xpath="SupportedLPWorkflowEndpoint"/>
            <xs:field path="@LPWorkflowEndpoint"/>
        </xs:unique>
    </xs:complexType>
    <xs:complexType name="SupportedLPWorkflowEndpoint">
        <xs:sequence>
@@ -63,8 +67,4 @@
            <xs:element name="URL" type="etsi:LongString"/>
        </xs:sequence>
    </xs:complexType>
    <xs:unique name="UniqueLPWorkflowEndpoint">
        <xs:selector xpath="SupportedLPWorkflowEndpoint"/>
        <xs:field path="@LPWorkflowEndpoint"/>
    </xs:unique>
</xs:schema>
 No newline at end of file