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
///