Changes between Version 21 and Version 22 of MapGuideRfc29
- Timestamp:
- 09/29/07 03:01:00 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc29
v21 v22 215 215 <xs:element name="PositioningAlgorithm" type="xs:string" minOccurs="0"/> 216 216 217 <xs:element name="RenderingPass" type="xs:string" minOccurs="0">217 <xs:element name="RenderingPass" type="xs:string" default="0" minOccurs="0"> 218 218 <xs:annotation> 219 219 <xs:documentation>The optional rendering pass in which this symbol instance draws. If specified this must be greater than or equal … … 238 238 <xs:simpleType name="UsageContextType"> 239 239 <xs:annotation> 240 <xs:documentation> The usage context for a symbol instance.</xs:documentation>240 <xs:documentation>Enumerates the allowed UsageContext values.</xs:documentation> 241 241 </xs:annotation> 242 242 <xs:restriction base="xs:string"> 243 <xs:enumeration value="Unspecified"/> 243 244 <xs:enumeration value="Point"/> 244 245 <xs:enumeration value="Line"/> … … 248 249 <xs:simpleType name="GeometryContextType"> 249 250 <xs:annotation> 250 <xs:documentation> The geometry context for a symbol instance.</xs:documentation>251 <xs:documentation>Enumerates the allowed GeometryContext values.</xs:documentation> 251 252 </xs:annotation> 252 253 <xs:restriction base="xs:string"> 254 <xs:enumeration value="Unspecified"/> 253 255 <xs:enumeration value="Point"/> 254 256 <xs:enumeration value="LineString"/> … … 276 278 <xs:element name="PositioningAlgorithm" type="xs:string" minOccurs="0"/> 277 279 278 <xs:element name="UsageContext" type="UsageContextType" minOccurs="0">279 <xs:annotation> 280 <xs:documentation>Specifies which usage in the symbol should be the active one. </xs:documentation>281 </xs:annotation> 282 </xs:element> 283 <xs:element name="GeometryContext" type="GeometryContextType" minOccurs="0">284 <xs:annotation> 285 <xs:documentation>Specifies which geometry type this symbol instance applies to. </xs:documentation>280 <xs:element name="UsageContext" type="UsageContextType" default="Unspecified" minOccurs="0"> 281 <xs:annotation> 282 <xs:documentation>Specifies which usage in the symbol should be the active one. Defaults to Unspecified.</xs:documentation> 283 </xs:annotation> 284 </xs:element> 285 <xs:element name="GeometryContext" type="GeometryContextType" default="Unspecified" minOccurs="0"> 286 <xs:annotation> 287 <xs:documentation>Specifies which geometry type this symbol instance applies to. Defaults to Unspecified.</xs:documentation> 286 288 </xs:annotation> 287 289 </xs:element>