Changes between Version 1 and Version 2 of MapGuideRfc27


Ignore:
Timestamp:
Aug 13, 2007, 11:22:52 AM (17 years ago)
Author:
brucedechant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc27

    v1 v2  
    1 MapGuide RFC 27 - New DWG Load Procedure Schema¶
    2 This page contains an change request (RFC) for the MapGuide Open Source project. More MapGuide RFCs can be found on the RFCs page.
     1= !MapGuide RFC 27 - New DWG Load Procedure Schema =
    32
    4 Status ¶
     3This page contains an change request (RFC) for the !MapGuide Open Source project. More !MapGuide RFCs can be found on the RFCs page.
    54
    6 RFC Template Version (1.0) 
    7 Submission Date August 13, 2007 
    8 Last Modified Bill Kellner Mon Aug 13 13:40:15 2007 
    9 Author Bill Kellner 
    10 RFC Status draft 
    11 Implementation Status under development 
    12 Proposed Milestone 1.3 
    13 Assigned PSC guide(s) (when determined) 
    14 Voting History (vote date) 
    15 +1 Bob, Andy, Haris 
    16 +0 Paul 
    17 -0 Tom, Bruce 
    18 -1 Jason (troublemaker) 
     5== Status ==
     6 
     7||RFC Template Version||1.0||
     8||Submission Date||Aug 13, 2007||
     9||Last Modified||Bruce Dechant [[Timestamp]]||
     10||Author||Bill Kellner||
     11||RFC Status||draft||
     12||Implementation Status||under development||
     13||Proposed Milestone||1.3||
     14||Assigned PSC guide(s)||(when determined)||
     15||'''Voting History'''||(vote date)||
     16||+1||||
     17||+0||||
     18||-0||||
     19||-1||||
    1920
     21= Overview =
    2022
    21 Overview ¶
    2223This change adds a new version of the DWG Load Procedure resource schema.
    2324
    24 Motivation ¶
    25 Autodesk MapGuide Studio will start using a new DWG load procedure XML document.  Because the DWG load procedure document is stored in the repository the schema must be made available to the server.
     25= Motivation =
    2626
    27 Proposed Solution ¶
     27Autodesk !MapGuide Studio will start using a new DWG load procedure XML document.  Because the DWG load procedure document is stored in the repository the schema must be made available to the server.
     28
     29= Proposed Solution =
     30
    2831Add DWGLoadProcuedure-2.0.0.xsd to the Common/Schema folder.  this is enough to get the server to store DWG load procedures in the new format in the repository.
    29 
     32{{{
    3033     <xs:complexType name="DwgLoadProcedureType">
    3134       <xs:annotation>
     
    112115     </xs:complexType>
    113116   </xs:schema>
    114  
     117 }}}
    115118
    116 Implications ¶
     119= Implications =
     120
    117121None.
    118122
    119 Test Plan ¶
     123= Test Plan =
     124
    120125There were no unit tests to test the dwg load procedure.  No new unit tests are planned.
    121126
    122 Funding/Resources ¶
     127= Funding/Resources =
     128
    123129Supplied by Autodesk.
    124130