[mapguide-commits] r10025 - sandbox/jng/basic_label_justification/Common/Schema

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Feb 4 06:00:41 PST 2023


Author: jng
Date: 2023-02-04 06:00:40 -0800 (Sat, 04 Feb 2023)
New Revision: 10025

Modified:
   sandbox/jng/basic_label_justification/Common/Schema/LayerDefinition-4.0.0.xsd
Log:
#772: Fix up element documentation

Modified: sandbox/jng/basic_label_justification/Common/Schema/LayerDefinition-4.0.0.xsd
===================================================================
--- sandbox/jng/basic_label_justification/Common/Schema/LayerDefinition-4.0.0.xsd	2023-02-04 13:50:48 UTC (rev 10024)
+++ sandbox/jng/basic_label_justification/Common/Schema/LayerDefinition-4.0.0.xsd	2023-02-04 14:00:40 UTC (rev 10025)
@@ -603,7 +603,7 @@
           </xs:element>
           <xs:element name="LabelJustification" type="xs:string" default="'Left'" minOccurs="0">
             <xs:annotation>
-              <xs:documentation>A string FDO expression for the label justification.  Must evaluate to one of the 'Left', 'Right', ''.</xs:documentation>
+              <xs:documentation>A string FDO expression for the label justification.  Must evaluate to one of the 'Left', 'Right', 'Center' or 'Justify' (which is the same as 'Left').</xs:documentation>
             </xs:annotation>
           </xs:element>
           <xs:element name="ExtendedData1" type="ExtendedDataType" minOccurs="0"/>



More information about the mapguide-commits mailing list