diff --git a/Documentation/README.md b/Documentation/README.md
index 7dbdbf9..9fbea3d 100644
--- a/Documentation/README.md
+++ b/Documentation/README.md
@@ -555,7 +555,7 @@ public bool AdjustToRatio(double availableRatio)
### Lines (optional)
-Lines can be used to add markup in 3D. Each line is defined by three dimensional Start Point and End Point. Lines that have the same start and end points are to be considered points and may be displayed accordingly.
+Lines can be used to add markup in 3D. Each line is defined by three dimensional Start Point and End Point. Lines that have the same start and end points are to be considered points and may be displayed accordingly. Optionally, lines may specify the color in which they should be displayed.
### ClippingPlanes (optional)
diff --git a/Schemas/visinfo.xsd b/Schemas/visinfo.xsd
index 23e7779..caa53ad 100644
--- a/Schemas/visinfo.xsd
+++ b/Schemas/visinfo.xsd
@@ -209,6 +209,7 @@
+