Changes between Version 8 and Version 9 of MapGuideRfc37
- Timestamp:
- 10/02/07 11:39:11 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc37
v8 v9 199 199 <xs:element name="Name" maxOccurs="unbounded"> 200 200 <xs:annotation> 201 <xs:documentation>Following is the possible list of commands 202 Select,Insert,Delete,Update,DescribeSchema,ApplySchema,DestroySchema,ActivateSpatialContext,CreateSpatialContext,DestroySpatialContext,GetSpatialContexts, 201 <xs:documentation> 202 Following is the possible list of commands 203 Select,Insert,Delete,Update,DescribeSchema,DescribeSchemaMapping, ApplySchema,DestroySchema,ActivateSpatialContext,CreateSpatialContext,DestroySpatialContext,GetSpatialContexts, 203 204 CreateMeasureUnit,DestroyMeasureUnit,GetMeasureUnits,SQLCommand,AcquireLock,GetLockInfo,GetLockedObjects,GetLockOwners,ReleaseLock, 204 ActivateLongTransaction, CommitLongTransaction,CreateLongTransaction,GetLongTransactions,FreezeLongTransaction,RollbackLongTransaction,205 ActivateLongTransaction,DeactivateLongTransaction,CommitLongTransaction,CreateLongTransaction,GetLongTransactions,FreezeLongTransaction,RollbackLongTransaction, 205 206 ActivateLongTransactionCheckpoint,CreateLongTransactionCheckpoint,GetLongTransactionCheckpoints,RollbackLongTransactionCheckpoint, 206 ChangeLongTransactionPrivileges,GetLongTransactionPrivileges,ChangeLongTransactionSet,GetLongTransactionsInSet,FirstProviderCommand, DeactivateLongTransaction, 207 SelectAggregates, CreateDataStore, DestroyDataStore, ListDataStores 207 ChangeLongTransactionPrivileges,GetLongTransactionPrivileges,ChangeLongTransactionSet,GetLongTransactionsInSet,NetworkShortestPath,NetworkAllPaths, 208 NetworkReachableNodes,FirstProviderCommand,NetworkNearestNeighbors,NetworkWithinCost,NetworkTSP,ActivateTopologyArea,DeactivateTopologyArea, 209 ActivateTopologyInCommandResult,DeactivateTopologyInCommandResults,SelectAggregates,CreateDataStore,DestroyDataStore,ListDataStores,FirstProviderCommand 208 210 </xs:documentation> 209 211 </xs:annotation> … … 215 217 <xs:enumeration value="Update"/> 216 218 <xs:enumeration value="DescribeSchema"/> 219 <xs:enumeration value="DescribeSchemaMapping"/> 217 220 <xs:enumeration value="ApplySchema"/> 218 221 <xs:enumeration value="DestroySchema"/> … … 231 234 <xs:enumeration value="ReleaseLock"/> 232 235 <xs:enumeration value="ActivateLongTransaction"/> 236 <xs:enumeration value="DeactivateLongTransaction"/> 233 237 <xs:enumeration value="CommitLongTransaction"/> 234 238 <xs:enumeration value="CreateLongTransaction"/> … … 244 248 <xs:enumeration value="ChangeLongTransactionSet"/> 245 249 <xs:enumeration value="GetLongTransactionsInSet"/> 246 <xs:enumeration value="FirstProviderCommand"/> 247 <xs:enumeration value="DeactivateLongTransaction"/> 250 <xs:enumeration value="NetworkShortestPath"/> 251 <xs:enumeration value="NetworkAllPaths"/> 252 <xs:enumeration value="NetworkReachableNodes"/> 253 <xs:enumeration value="NetworkReachingNodes"/> 254 <xs:enumeration value="NetworkNearestNeighbors"/> 255 <xs:enumeration value="NetworkWithinCost"/> 256 <xs:enumeration value="NetworkTSP"/> 257 <xs:enumeration value="ActivateTopologyArea"/> 258 <xs:enumeration value="DeactivateTopologyArea"/> 259 <xs:enumeration value="ActivateTopologyInCommandResult"/> 260 <xs:enumeration value="DeactivateTopologyInCommandResults"/> 248 261 <xs:enumeration value="SelectAggregates"/> 249 262 <xs:enumeration value="CreateDataStore"/> 250 263 <xs:enumeration value="DestroyDataStore"/> 251 264 <xs:enumeration value="ListDataStores"/> 265 <xs:enumeration value="FirstProviderCommand"/> 252 266 </xs:restriction> 253 267 </xs:simpleType>