Commit 2f7036ff authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Adding random changes

parent 18990547
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -357,7 +357,7 @@ CCContents ::= CHOICE
}
}


MicroSecondTimeStamp ::= SEQUENCE
MicroSecondTimeStamp ::= SEQUENCE
{
{-- random change
	seconds			[0] INTEGER (0..18446744073709551615),
	seconds			[0] INTEGER (0..18446744073709551615),
		-- number of seconds since 1970-1-1 00:00Z also known as unix time epoch
		-- number of seconds since 1970-1-1 00:00Z also known as unix time epoch
	microSeconds	[1] INTEGER (0..999999),
	microSeconds	[1] INTEGER (0..999999),
+1 −0
Original line number Original line Diff line number Diff line
@@ -56,4 +56,5 @@
			<xs:element name="CountryCode" type="etsi:ISOCountryCode"/>
			<xs:element name="CountryCode" type="etsi:ISOCountryCode"/>
		</xs:sequence>
		</xs:sequence>
	</xs:complexType>
	</xs:complexType>
	<!-- Random change -->
</xs:schema>
</xs:schema>