Commit d6f19e1d authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Add two lines and remove a third.

parent 01d89e19
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@
	<xs:import namespace="http://uri.etsi.org/03120/common/2016/02/Common" />
	<xs:import namespace="http://uri.etsi.org/03120/common/2019/10/Core" />
	<xs:import namespace="http://uri.etsi.org/03280/common/2017/07"/>

	<!-- a random change in this file -->
	<!-- adding this comment and removing a random line -->
	<xs:complexType name="AuthorisationObject">
		<xs:complexContent>
			<xs:extension base="core:HI1Object">
				<xs:sequence>
					<xs:element name="AuthorisationReference" type="etsi:LongString" minOccurs="0"></xs:element>
					<xs:element name="AuthorisationLegalType" type="common:DictionaryEntry" minOccurs="0"></xs:element>
					<xs:element name="AuthorisationPriority" type="common:DictionaryEntry" minOccurs="0"></xs:element>
					<xs:element name="AuthorisationStatus"  type="common:DictionaryEntry" minOccurs="0"></xs:element>