Commit 4569e4d5 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Correcting DictionaryEntry reference

parent 581785d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@
					<xs:element name="NotificationType" type="common:DictionaryEntry" minOccurs="0"></xs:element>
					<xs:element name="NotificationType" type="common:DictionaryEntry" minOccurs="0"></xs:element>
					<xs:element name="NewNotification" type="xs:boolean" minOccurs="0"></xs:element>
					<xs:element name="NewNotification" type="xs:boolean" minOccurs="0"></xs:element>
					<xs:element name="NotificationTimestamp" type="etsi:QualifiedDateTime" minOccurs="0"></xs:element>
					<xs:element name="NotificationTimestamp" type="etsi:QualifiedDateTime" minOccurs="0"></xs:element>
					<xs:element name="NewStatusOfAssociatedObjects" type="etsi:DictionaryEntry" minOccurs="0"></xs:element>					
					<xs:element name="NewStatusOfAssociatedObjects" type="common:DictionaryEntry" minOccurs="0"></xs:element>					
					<xs:element name="NationalNotificationParameters" type="NationalNotificationParameters" minOccurs="0"></xs:element>
					<xs:element name="NationalNotificationParameters" type="NationalNotificationParameters" minOccurs="0"></xs:element>
				</xs:sequence>
				</xs:sequence>
			</xs:extension>
			</xs:extension>