diff --git a/dap4/dap4.xsd b/dap4/dap4.xsd
index f857766..67cf72f 100644
--- a/dap4/dap4.xsd
+++ b/dap4/dap4.xsd
@@ -256,22 +256,34 @@
-
-
-
-
-
+
+ A Structure groups a list of variables so that the
+ collection can be manipulated as a single item. The fields (or Variables)
+ in a Structure MAY be of any type, including Structure or Sequence. The
+ order of items in the Structure is significant only in relation to the
+ serialized representation of that Structure.
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+ A Sequence is intended to represent a sequence of instances of objects.
+ A Sequence was introduced to replace the concept of variable length dimensions.
+ .
+
+
+
+
+
+
+
diff --git a/tests/data/Structure_test3.dmr b/tests/data/Structure_test3.dmr
new file mode 100644
index 0000000..6507de6
--- /dev/null
+++ b/tests/data/Structure_test3.dmr
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file