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

Rolling back to pre-unique element commit.

parent 701496ce
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -95,24 +95,6 @@
                                <config:Guidance>This tells the LEA what endpoint to use for new warrants. For brevity, in this example, this is the only endpoint specified.</config:Guidance>
                                <config:URL>https://ts103120.example.com/li/authorisation/new</config:URL>
                            </config:SupportedLIWorkflowEndpoint>
                            <config:SupportedLIWorkflowEndpoint>
                                <config:LIWorkflowEndpoint>
                                    <common:Owner>ETSI</common:Owner>
                                    <common:Name>LIWorkflowEndpoint</common:Name>
                                    <common:Value>NewAuthorisation</common:Value>
                                </config:LIWorkflowEndpoint>
                                <config:Guidance>This tells the LEA what endpoint to use for the newest of warrants. For brevity, in this example, this is the only endpoint specified.</config:Guidance>
                                <config:URL>https://ts103120.example.com/li/authorisation/new/newer</config:URL>
                            </config:SupportedLIWorkflowEndpoint>
                            <config:SupportedLIWorkflowEndpoint>
                                <config:LIWorkflowEndpoint>
                                    <common:Owner>ETSI</common:Owner>
                                    <common:Name>LIWorkflowEndpoint</common:Name>
                                    <common:Value>NewAuthorisation</common:Value>
                                </config:LIWorkflowEndpoint>
                                <config:Guidance>This tells the LEA what endpoint to use for the newest of warrants. For brevity, in this example, this is the only endpoint specified.</config:Guidance>
                                <config:URL>https://ts103120.example.com/li/authorisation/new/newer</config:URL>
                            </config:SupportedLIWorkflowEndpoint>
                        </SupportedLIWorkflowEndpoints>
                        <SupportedLPWorkflowEndpoints>
                        </SupportedLPWorkflowEndpoints>
+2 −12
Original line number Diff line number Diff line
@@ -37,12 +37,7 @@
    </xs:complexType>
    <xs:complexType name="SupportedLIWorkflowEndpoints">
        <xs:sequence>
            <xs:element name="SupportedLIWorkflowEndpoint" type="SupportedLIWorkflowEndpoint" minOccurs="0" maxOccurs="unbounded">
                 <xs:unique name="UniqueLIWorkflowEndpoint">
                    <xs:selector xpath="SupportedLIWorkflowEndpoint"/>
                    <xs:field xpath="@LIWorkflowEndpoint"/>
                </xs:unique>
            </xs:element>
            <xs:element name="SupportedLIWorkflowEndpoint" type="SupportedLIWorkflowEndpoint" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence> 
    </xs:complexType>
    <xs:complexType name="SupportedLIWorkflowEndpoint">
@@ -54,12 +49,7 @@
    </xs:complexType>
    <xs:complexType name="SupportedLPWorkflowEndpoints">
        <xs:sequence>
            <xs:element name="SupportedLPWorkflowEndpoint" type="SupportedLPWorkflowEndpoint" minOccurs="0" maxOccurs="unbounded">
                <xs:unique name="UniqueLPWorkflowEndpoint">
                    <xs:selector xpath="SupportedLPWorkflowEndpoint"/>
                    <xs:field xpath="@LPWorkflowEndpoint"/>
                </xs:unique>
            </xs:element>
            <xs:element name="SupportedLPWorkflowEndpoint" type="SupportedLPWorkflowEndpoint" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="SupportedLPWorkflowEndpoint">