Changes between Version 9 and Version 10 of MapGuideRfc27
- Timestamp:
- 08/21/07 12:42:55 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc27
v9 v10 29 29 == Proposed Solution == 30 30 31 Copy the contents of !LoadProcedure-1.0.0.xsd to a new file, !LoadProcedure-1.1.0.xsd. Set the version in the new file to 1.1.0 and modify the DWG load procedure portion of the file. The rest of the load procedures in the file are unchanged. Add !LoadProcedure-1.1.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. Below is the new DWG load procedure related schema.31 Add a new file, !LoadProcedure-1.1.0.xsd to the Common/Schema folder. The contents of this file will be the same as !LoadProcedure-1.0.0.xsd except that the version will be 1.1.0, and the DWG load procedure portion of the file will be modified. This is enough to get the server to store DWG load procedures in the new format in the repository. The new DWG related schema is shown below. 32 32 {{{ 33 33 <xs:complexType name="DwgLoadProcedureType">