Commit d072e6d8 authored by Jason Graham's avatar Jason Graham
Browse files

Update 2 files

- /103120/schema/xsd/ts_103120_Core.xsd
- /103120/examples/xml/response_config.xml
parent be911b8f
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@
                                <config:AssociatedLPRequestSubtypes/> <!-- In this example, no LP types are supported -->
                            </config:TargetingConfiguration>
                        </TargetingConfigurations>
                        <SupportedLIWorkflowEndpoints>
                        <SupportedEndpoints>
                            <config:SupportedLIWorkflowEndpoint>
                                <config:LIWorkflowEndpoint>
                                    <common:Owner>ETSI</common:Owner>
@@ -95,9 +95,7 @@
                                <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>
                        </SupportedLIWorkflowEndpoints>
                        <SupportedLPWorkflowEndpoints>
                        </SupportedLPWorkflowEndpoints>
                        </SupportedEndpoints>
                    </CONFIGResponse>
                </ActionResponse>
            </ActionResponses>
+7 −2
Original line number Diff line number Diff line
@@ -169,8 +169,7 @@
            <xs:element name="Dictionaries" type="dictionaries:Dictionaries" minOccurs="0"/>
            <xs:element name="TargetFormatTypeDefinitions" type="config:TargetFormatTypeDefinitions" minOccurs="0"/>
            <xs:element name="TargetingConfigurations" type="config:TargetingConfigurations"/>
            <xs:element name="SupportedLIWorkflowEndpoints" type="config:SupportedLIWorkflowEndpoints" minOccurs="0"/>
            <xs:element name="SupportedLPWorkflowEndpoints" type="config:SupportedLPWorkflowEndpoints" minOccurs="0"/>
            <xs:element name="SupportedEndpoints" type="SupportedEndpoints" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:simpleType name="ObjectIdentifier">
@@ -198,4 +197,10 @@
            <xs:element name="CountryCode" type="etsi:ISOCountryCode"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="SupportedEndpoints">
        <xs:choice maxOccurs=1 maxOccurs="unbounded">
            <xs:element name="SupportedLIWorkflowEndpoints" type="config:SupportedLIWorkflowEndpoints" minOccurs="0" maxOccurs="1"/>
            <xs:element name="SupportedLPWorkflowEndpoints" type="config:SupportedLPWorkflowEndpoints" minOccurs="0" maxOccurs="1"/>
        </xs:choice>
    </xs:complexType>
</xs:schema>