pub const POSITION_REPORT_XML: &str = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<PositionReport xmlns=\"https://www.vdl.afrl.af.mil/programs/oam\">\n <SecurityInformation>\n <Classification>U</Classification>\n </SecurityInformation>\n <MessageHeader>\n <SystemID>\n <UUID>00000000-0000-4000-8000-000000000001</UUID>\n </SystemID>\n <Timestamp>2026-08-09T22:00:00Z</Timestamp>\n <SchemaVersion>002.5.0</SchemaVersion>\n <Mode>SIMULATION</Mode>\n </MessageHeader>\n <MessageData>\n <n>1</n>\n </MessageData>\n</PositionReport>\n";Expand description
Minimal UCI XML PositionReport used on the ASB / STOMP path.
Live broker tests rewrite the <n>1</n> field so concurrent
messages can be told apart.