Commit 67ceb015 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Adding filter and examples

parent 4d3521f5
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<HI1Message xmlns="http://uri.etsi.org/03120/common/2019/10/Core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common" xmlns:task="http://uri.etsi.org/03120/common/2020/09/Task" xmlns:auth="http://uri.etsi.org/03120/common/2020/09/Authorisation">
  <Header>
    <SenderIdentifier>
      <CountryCode>XX</CountryCode>
      <UniqueIdentifier>ACTOR01</UniqueIdentifier>
    </SenderIdentifier>
    <ReceiverIdentifier>
      <CountryCode>XX</CountryCode>
      <UniqueIdentifier>ACTOR02</UniqueIdentifier>
    </ReceiverIdentifier>
    <TransactionIdentifier>708b43bc-14bc-41fb-a64b-821bffadc054</TransactionIdentifier>
    <Timestamp>2022-05-24T12:01:00.000000Z</Timestamp>
    <Version>
      <ETSIVersion>V1.11.2</ETSIVersion>
      <NationalProfileOwner>XX</NationalProfileOwner>
      <NationalProfileVersion>v1.0</NationalProfileVersion>
    </Version>
  </Header>
  <Payload>
    <RequestPayload>
      <ActionRequests>
          <ActionRequest>
            <ActionIdentifier>0</ActionIdentifier>
            <GET>
              <Identifier>f02efaa6-24bb-4e33-b1f3-829cbb6a5d44</Identifier>
              <ReturnStatusOnly>true</ReturnStatusOnly>
            </GET>
          </ActionRequest>
      </ActionRequests>
    </RequestPayload>
  </Payload>
</HI1Message>
+39 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<HI1Message xmlns="http://uri.etsi.org/03120/common/2019/10/Core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common" xmlns:task="http://uri.etsi.org/03120/common/2020/09/Task">
  <Header>
    <SenderIdentifier>
      <CountryCode>XX</CountryCode>
      <UniqueIdentifier>ACTOR01</UniqueIdentifier>
    </SenderIdentifier>
    <ReceiverIdentifier>
      <CountryCode>XX</CountryCode>
      <UniqueIdentifier>ACTOR02</UniqueIdentifier>
    </ReceiverIdentifier>
    <TransactionIdentifier>708b43bc-14bc-41fb-a64b-821bffadc054</TransactionIdentifier>
    <Timestamp>2022-05-24T12:01:00.000000Z</Timestamp>
    <Version>
      <ETSIVersion>V1.11.2</ETSIVersion>
      <NationalProfileOwner>XX</NationalProfileOwner>
      <NationalProfileVersion>v1.0</NationalProfileVersion>
    </Version>
  </Header>
  <Payload>
    <ResponsePayload>
      <ActionResponses>
          <ActionResponse>
            <ActionIdentifier>0</ActionIdentifier>
            <GETResponse>
              <HI1Object xsi:type="task:LITaskObject">
                <ObjectIdentifier>f02efaa6-24bb-4e33-b1f3-829cbb6a5d44</ObjectIdentifier>
                <task:Status>
                  <common:Owner>ETSI</common:Owner>
                  <common:Name>TaskStatus</common:Name>
                  <common:Value>Active</common:Value>
                </task:Status>
              </HI1Object>
            </GETResponse>
          </ActionResponse>
      </ActionResponses>
    </ResponsePayload>
  </Payload>
</HI1Message>
+2 −0
Original line number Diff line number Diff line
@@ -96,9 +96,11 @@
			</xs:choice>
		</xs:sequence>
	</xs:complexType>
	<xs:element name="GETRequest" type="GETRequest"></xs:element>
	<xs:complexType name="GETRequest">
		<xs:sequence>
			<xs:element name="Identifier" type="ObjectIdentifier"/>
			<xs:element name="ReturnStatusOnly" type="xs:boolean" minOccurs="0"></xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="GETResponse">