diff --git a/NewHorizons/dialogue_schema.xsd b/NewHorizons/dialogue_schema.xsd
index 1929ce0f..31a774c1 100644
--- a/NewHorizons/dialogue_schema.xsd
+++ b/NewHorizons/dialogue_schema.xsd
@@ -5,8 +5,20 @@
-
-
+
+
+
+ The name of the dialogue tree
+
+
+
+
+
+
+ The different nodes of this dialogue tree
+
+
+
@@ -14,42 +26,114 @@
-
-
-
-
-
+
+
+
+ The name of this dialogue node
+
+
+
+
+
+
+ The condition that needs to be met in order to get to this node
+
+
+
+
+
+
+ The dialogue to show to the player
+
+
+
+
+
+
+ Facts to reveal when the player sees this dialogue node
+
+
+
+
+
+
+ A list of options to show to the player once the character is one talking
+
+
+
-
+
+
+
+ A page of dialogue to show to the player
+
+
+
-
+
+
+
+ The ID of a fact to reveal
+
+
+
-
+
+
+
+ Options the player can select from
+
+
+
-
-
-
-
+
+
+
+ Require a prior condition to be met to show this option
+
+
+
+
+
+
+ Hide this option if a condition has been met
+
+
+
+
+
+
+ The text to show for this option
+
+
+
+
+
+
+ The name of the DialogueNode to go to when this option is selected
+
+
+
diff --git a/NewHorizons/shiplog_schema.xsd b/NewHorizons/shiplog_schema.xsd
index 660eb58d..902f7c85 100644
--- a/NewHorizons/shiplog_schema.xsd
+++ b/NewHorizons/shiplog_schema.xsd
@@ -5,8 +5,20 @@
-
-
+
+
+
+ ID of the planet these entries are for
+
+
+
+
+
+
+ A set of entries that belong to this planet
+
+
+
@@ -17,27 +29,117 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+ The ID of this entry
+
+
+
+
+
+
+ Name of this entry
+
+
+
+
+
+
+ The curiosity this entry belongs to
+
+
+
+
+
+
+ Whether this entry is a curiosity
+
+
+
+
+
+
+ Whether to hide the "More To Explore" text on this entry
+
+
+
+
+
+
+ Ignore more to explore if a fact is known
+
+
+
+
+
+
+ If this fact is revealed, show the Alt picture
+
+
+
+
+
+
+ Rumor facts for this entry
+
+
+
+
+
+
+ Explore facts for this entry
+
+
+
+
+
+
+ Child entires within this entry
+
+
+
-
-
-
-
-
+
+
+
+ The ID of this rumor fact
+
+
+
+
+
+
+ The source of this rumor, this draws a line in detective mode
+
+
+
+
+
+
+ No clue what this does
+
+
+
+
+
+
+ Also have no clue what this does
+
+
+
+
+
+
+ Whether to hide the "More to explore" on this rumor fact
+
+
+
@@ -45,8 +147,20 @@
-
-
+
+
+
+ The ID of this explore fact
+
+
+
+
+
+
+ Whether to hide the "More to explore" text for this fact
+
+
+
@@ -54,12 +168,35 @@
-
+
+
+
+ The text content for this fact
+
+
+
+
+
+ Display alt-text given a certain fact is revealed
+
+
-
-
+
+
+
+ The text to display if the condition is met
+
+
+
+
+
+
+ The condition that needs to be fulfilled to have the alt text be displayed
+
+
+