Skip to content
Snippets Groups Projects
Commit b36ac500 authored by tappen's avatar tappen
Browse files

Add three new optional fields each to RequestValue and TargetIdentifierValue

parent a4ec27d8
No related branches found
No related tags found
1 merge request!137TS 103 120 CR064 - Improving Target Identification
......@@ -49,6 +49,9 @@
<xs:sequence>
<xs:element name="FormatType" type="FormatType"/>
<xs:element name="Value" type="etsi:LongString"/>
<xs:element name="TargetType" type="common:DictionaryEntry" minOccurs="0"/>
<xs:element name="TargetValueStartTime" type="etsi:QualifiedDateTime" minOccurs="0"/>
<xs:element name="TargetValueEndTime" type="etsi:QualifiedDateTime" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="FormatType">
......@@ -147,6 +150,9 @@
<xs:sequence>
<xs:element name="FormatType" type="FormatType"/>
<xs:element name="Value" type="etsi:LongString"/>
<xs:element name="TargetType" type="common:DictionaryEntry" minOccurs="0"/>
<xs:element name="TargetValueStartTime" type="etsi:QualifiedDateTime" minOccurs="0"/>
<xs:element name="TargetValueEndTime" type="etsi:QualifiedDateTime" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="RequestSubtype">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment