From bfa04dc574d366ff845022af04806046e330e015 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 3 Apr 2023 12:11:54 -0400 Subject: [PATCH] Add No-Intro XSD to code (outdated) --- SabreTools.DatFiles/Formats/Logiqx.cs | 67 +++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/SabreTools.DatFiles/Formats/Logiqx.cs b/SabreTools.DatFiles/Formats/Logiqx.cs index c47a9c06..37a80ef3 100644 --- a/SabreTools.DatFiles/Formats/Logiqx.cs +++ b/SabreTools.DatFiles/Formats/Logiqx.cs @@ -121,6 +121,73 @@ namespace SabreTools.DatFiles.Formats "; + /// + /// XSD for No-Intro Logiqx-derived DATs + /// + private const string NoIntroXSD = @" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +"; + /// /// Constructor designed for casting a base DatFile ///