Commit 5d2abb48 authored by Gabriel Commeau's avatar Gabriel Commeau Committed by Mark Canterbury
Browse files

Add TargetIdentifierSubtype to LPRequestDetails.

parent 07d46fb7
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -730,6 +730,9 @@
        },
        "task:Subtype": {
          "$ref": "#/$defs/RequestSubtype"
        },
        "task:TargetIdentifierSubtype": {
          "$ref": "ts_103120_Common_2016_02#/$defs/DictionaryEntry"
        }
      },
      "required": [],
+1 −0
Original line number Diff line number Diff line
@@ -219,6 +219,7 @@
            <xs:element name="EndTime" type="etsi:QualifiedDateTime" minOccurs="0"/>
            <xs:element name="RequestValues" type="RequestValues" minOccurs="0"/>
            <xs:element name="Subtype" type="RequestSubtype" minOccurs="0"/>
            <xs:element name="TargetIdentifierSubtype" type="common:DictionaryEntry" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="NationalLPTaskingParameters" abstract="true">