Changes between Version 1 and Version 2 of MapGuideRfc27
- Timestamp:
- 08/13/07 11:22:52 (18 years ago)
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 = 3 2 4 Status ¶ 3 This page contains an change request (RFC) for the !MapGuide Open Source project. More !MapGuide RFCs can be found on the RFCs page. 5 4 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|||| 19 20 21 = Overview = 20 22 21 Overview ¶22 23 This change adds a new version of the DWG Load Procedure resource schema. 23 24 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 = 26 26 27 Proposed Solution ¶ 27 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. 28 29 = Proposed Solution = 30 28 31 Add 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 {{{ 30 33 <xs:complexType name="DwgLoadProcedureType"> 31 34 <xs:annotation> … … 112 115 </xs:complexType> 113 116 </xs:schema> 114 117 }}} 115 118 116 Implications ¶ 119 = Implications = 120 117 121 None. 118 122 119 Test Plan ¶ 123 = Test Plan = 124 120 125 There were no unit tests to test the dwg load procedure. No new unit tests are planned. 121 126 122 Funding/Resources ¶ 127 = Funding/Resources = 128 123 129 Supplied by Autodesk. 124 130