Changes between Version 3 and Version 4 of MapGuideRfc31


Ignore:
Timestamp:
Aug 30, 2007, 11:35:11 AM (17 years ago)
Author:
vishalbangia
Comment:

Adding content to the RFC

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc31

    v3 v4  
    5252
    5353The '''<Text>''' element schema changes ''from'':
    54 <pre>
     54{{{
    5555<xs:complexType name="Text">
    5656  <xs:annotation><xs:documentation>A text string to include in the symbol definition.</xs:documentation></xs:annotation>
     
    8080  </xs:complexContent>
    8181</xs:complexType>
    82 </pre>
     82}}}
    8383
    8484''to'' one that includes the '''<Markup>''' element, as follows:{{AnnoDL|TextSchema}}
    85 <pre>
     85{{{
    8686<xs:complexType name="Text">
    8787  <xs:annotation><xs:documentation>A text string to include in the symbol definition.</xs:documentation></xs:annotation>
     
    113113  </xs:complexContent>
    114114</xs:complexType>
    115 </pre>
     115}}}
    116116
    117117==== <Parameter> Modifications ====
     
    152152The changes proposed above affect the DataType values. <br>
    153153The schema for '''<DataType>''' changes from the current version.
    154 <pre>
     154{{{
    155155  <xs:simpleType name="DataType">
    156156  <xs:annotation>
     
    165165  </xs:restriction>
    166166  </xs:simpleType>
    167 </pre>
     167}}}
    168168
    169169To include the new '''<DataType>''' values.
    170 <pre>
     170{{{
    171171  <xs:simpleType name="DataType">
    172172  <xs:annotation>
     
    203203  </xs:restriction>
    204204  </xs:simpleType>
    205 </pre>
     205}}}
    206206
    207207Note: Vec Sym ''will'' add some more values to the above enumeration.
     
    211211
    212212''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{{{
    214214<?xml version="1.0" encoding="UTF-8"?>
    215215<SimpleSymbolDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="SymbolDefinition-1.0.0.xsd" version="1.0.0">
     
    251251  </ParameterDefinition>
    252252</SimpleSymbolDefinition>
    253 </pre>
     253}}}
    254254
    255255=== The MDF Parser Modifications ===