Changes between Version 3 and Version 4 of MapGuideRfc31
- Timestamp:
- 08/30/07 11:35:11 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc31
v3 v4 52 52 53 53 The '''<Text>''' element schema changes ''from'': 54 <pre> 54 {{{ 55 55 <xs:complexType name="Text"> 56 56 <xs:annotation><xs:documentation>A text string to include in the symbol definition.</xs:documentation></xs:annotation> … … 80 80 </xs:complexContent> 81 81 </xs:complexType> 82 </pre> 82 }}} 83 83 84 84 ''to'' one that includes the '''<Markup>''' element, as follows:{{AnnoDL|TextSchema}} 85 <pre> 85 {{{ 86 86 <xs:complexType name="Text"> 87 87 <xs:annotation><xs:documentation>A text string to include in the symbol definition.</xs:documentation></xs:annotation> … … 113 113 </xs:complexContent> 114 114 </xs:complexType> 115 </pre> 115 }}} 116 116 117 117 ==== <Parameter> Modifications ==== … … 152 152 The changes proposed above affect the DataType values. <br> 153 153 The schema for '''<DataType>''' changes from the current version. 154 <pre> 154 {{{ 155 155 <xs:simpleType name="DataType"> 156 156 <xs:annotation> … … 165 165 </xs:restriction> 166 166 </xs:simpleType> 167 </pre> 167 }}} 168 168 169 169 To include the new '''<DataType>''' values. 170 <pre> 170 {{{ 171 171 <xs:simpleType name="DataType"> 172 172 <xs:annotation> … … 203 203 </xs:restriction> 204 204 </xs:simpleType> 205 </pre> 205 }}} 206 206 207 207 Note: Vec Sym ''will'' add some more values to the above enumeration. … … 211 211 212 212 ''Notes: The usage of '''rtf''' in the markup preposes that the user has the added capability to process the encoded contents in the consuming application (i.e. a '''rtf''' reader and writer).'' 213 <pre> 213 {{{ 214 214 <?xml version="1.0" encoding="UTF-8"?> 215 215 <SimpleSymbolDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="SymbolDefinition-1.0.0.xsd" version="1.0.0"> … … 251 251 </ParameterDefinition> 252 252 </SimpleSymbolDefinition> 253 </pre> 253 }}} 254 254 255 255 === The MDF Parser Modifications ===