Commit 2f8b8dd5 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Adding new schemas and examples

parent 3657cb3f
Loading
Loading
Loading
Loading
+19 −0
Original line number Original line Diff line number Diff line
<HI1Object xmlns="http://uri.etsi.org/03120/common/2022/06/MappedCREATERequest"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xmlns:core="http://uri.etsi.org/03120/common/2019/10/Core"
           xmlns:Task="http://uri.etsi.org/03120/common/2020/09/Task"
           xsi:type="Task:LITaskObject">
  <core:ObjectIdentifier>e16265fa-2301-4a2a-a7b8-1f212506646c</core:ObjectIdentifier>
  <Task:Reference>LIID</Task:Reference>
  <Task:TargetIdentifier>
    <Task:TargetIdentifierValues>
      <Task:TargetIdentifierValue>
        <Task:FormatType>
          <Task:FormatOwner>ETSI</Task:FormatOwner>
          <Task:FormatName>E.164</Task:FormatName>
        </Task:FormatType>
        <Task:Value>447700900123</Task:Value>
      </Task:TargetIdentifierValue>
    </Task:TargetIdentifierValues>
  </Task:TargetIdentifier>
</HI1Object>
 No newline at end of file
+25 −0
Original line number Original line Diff line number Diff line
<HI1Object xmlns="http://uri.etsi.org/03120/common/2022/06/MappedCREATEResponse"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xmlns:core="http://uri.etsi.org/03120/common/2019/10/Core"
           xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common"
           xmlns:Task="http://uri.etsi.org/03120/common/2020/09/Task"
           xsi:type="Task:LITaskObject">
  <core:ObjectIdentifier>e16265fa-2301-4a2a-a7b8-1f212506646c</core:ObjectIdentifier>
  <Task:Reference>LIID</Task:Reference>
  <Task:Status>
    <common:Owner>ETSI</common:Owner>
    <common:Name>TaskStatus</common:Name>
    <common:Value>Active</common:Value>
  </Task:Status>
  <Task:TargetIdentifier>
    <Task:TargetIdentifierValues>
      <Task:TargetIdentifierValue>
        <Task:FormatType>
          <Task:FormatOwner>ETSI</Task:FormatOwner>
          <Task:FormatName>E.164</Task:FormatName>
        </Task:FormatType>
        <Task:Value>447700900123</Task:Value>
      </Task:TargetIdentifierValue>
    </Task:TargetIdentifierValues>
  </Task:TargetIdentifier>
</HI1Object>
 No newline at end of file
+25 −0
Original line number Original line Diff line number Diff line
<HI1Object xmlns="http://uri.etsi.org/03120/common/2022/06/MappedDELIVERRequest"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xmlns:core="http://uri.etsi.org/03120/common/2019/10/Core"
           xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common"
           xmlns:deliver="http://uri.etsi.org/03120/common/2019/10/Delivery"
           xsi:type="deliver:DeliveryObject">
  <core:ObjectIdentifier>ffac63d8-2df5-4837-84ad-5d76e2f848d6</core:ObjectIdentifier>
  <deliver:Reference>
    <deliver:LDID>GB-LEA-1234</deliver:LDID>
  </deliver:Reference>
  <deliver:DeliveryID>dcf8860f-37bd-49fa-bf11-66eea7e92728</deliver:DeliveryID>
  <deliver:SequenceNumber>1</deliver:SequenceNumber>
  <deliver:Manifest>
    <deliver:Specification>
      <common:Owner>ETSI</common:Owner>
      <common:Name>ManifestSpecification</common:Name>
      <common:Value>TS102657-ASN.1</common:Value>
    </deliver:Specification>
  </deliver:Manifest>
  <deliver:Delivery>
    <deliver:BinaryData>
      <deliver:Data>RXhhbXBsZQ==</deliver:Data>
    </deliver:BinaryData>
  </deliver:Delivery>
</HI1Object>
 No newline at end of file
+14 −0
Original line number Original line Diff line number Diff line
<LISTResponse xmlns="http://uri.etsi.org/03120/common/2022/06/MappedLISTResponse"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xmlns:common="http://uri.etsi.org/03120/common/2016/02/Common"
           xmlns:core="http://uri.etsi.org/03120/common/2019/10/Core">
  <core:ListResponseRecord>
    <core:ObjectType>
      <common:Owner>ETSI</common:Owner>
      <common:Name>ObjectType</common:Name>
      <common:Value>Task</common:Value>
    </core:ObjectType>
    <core:Identifier>e16265fa-2301-4a2a-a7b8-1f212506646c</core:Identifier>
    <core:Generation>0</core:Generation>
  </core:ListResponseRecord>
</LISTResponse>
 No newline at end of file
+19 −0
Original line number Original line Diff line number Diff line
<HI1Object xmlns="http://uri.etsi.org/03120/common/2022/06/MappedUPDATERequest"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xmlns:core="http://uri.etsi.org/03120/common/2019/10/Core"
           xmlns:Task="http://uri.etsi.org/03120/common/2020/09/Task"
           xsi:type="Task:LITaskObject">
  <core:ObjectIdentifier>cf5abd84-ab4d-4329-8b4d-28dd6f52e4cc</core:ObjectIdentifier>
  <Task:Reference>LIID</Task:Reference>
  <Task:TargetIdentifier>
    <Task:TargetIdentifierValues>
      <Task:TargetIdentifierValue>
        <Task:FormatType>
          <Task:FormatOwner>ETSI</Task:FormatOwner>
          <Task:FormatName>E.164</Task:FormatName>
        </Task:FormatType>
        <Task:Value>447700900123</Task:Value>
      </Task:TargetIdentifierValue>
    </Task:TargetIdentifierValues>
  </Task:TargetIdentifier>
</HI1Object>
 No newline at end of file
Loading