Commit 0f5d3e1f authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Trying something else to delete

parent dd8994de
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -39,7 +39,11 @@
			</xs:extension>
			</xs:extension>
		</xs:complexContent>
		</xs:complexContent>
	</xs:complexType>
	</xs:complexType>

	<xs:complexType name="AuthorisationFlags">
		<xs:sequence>
			<xs:element name="AuthorisationFlag" type="common:DictionaryEntry" minOccurs="0" maxOccurs="unbounded" />
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="AuthorisationTimespan">
	<xs:complexType name="AuthorisationTimespan">
		<xs:sequence>
		<xs:sequence>
			<xs:element name="StartTime" type="etsi:QualifiedDateTime" minOccurs="0"></xs:element>
			<xs:element name="StartTime" type="etsi:QualifiedDateTime" minOccurs="0"></xs:element>
+1 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@
					<xs:element name="NotificationDetails" type="etsi:LongString" minOccurs="0"></xs:element>
					<xs:element name="NotificationDetails" type="etsi:LongString" minOccurs="0"></xs:element>
					<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="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>