From 0709a33635bf54c8703017bffdf007dc2e9959a1 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Mon, 12 Aug 2024 19:01:44 -0700 Subject: [PATCH] note version control url in comment --- CoTreceiver/lib/xsd/CursorOnTargetCombined.xsd | 1 + 1 file changed, 1 insertion(+) diff --git a/CoTreceiver/lib/xsd/CursorOnTargetCombined.xsd b/CoTreceiver/lib/xsd/CursorOnTargetCombined.xsd index d424740..67867de 100644 --- a/CoTreceiver/lib/xsd/CursorOnTargetCombined.xsd +++ b/CoTreceiver/lib/xsd/CursorOnTargetCombined.xsd @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- edited with XMLSpy v2024 rel. 2 sp1 (x64) (https://www.altova.com) by Don Brutzman (Naval Postgraduate School) --> <!-- created 12 August 2024 --> +<!-- Version control at https://gitlab.nps.edu/Savage/robodata/-/blob/master/CoTreceiver/lib/xsd/CursorOnTargetCombined.xsd --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" elementFormDefault="qualified" attributeFormDefault="unqualified" vc:minVersion="1.1"> <!-- https://stackoverflow.com/questions/2357943/whats-the-difference-between-xsdinclude-and-xsdimport --> <xs:include schemaLocation="CoT Base-Event Schema (PUBLIC RELEASE).xsd" id="Base-Event"/> -- GitLab