Changes between Version 8 and Version 9 of MapGuideRfc37


Ignore:
Timestamp:
Oct 2, 2007, 11:39:11 AM (17 years ago)
Author:
jacklee
Comment:

a few enums were missing from the commands

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc37

    v8 v9  
    199199                  <xs:element name="Name" maxOccurs="unbounded">
    200200                    <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,
    203204                        CreateMeasureUnit,DestroyMeasureUnit,GetMeasureUnits,SQLCommand,AcquireLock,GetLockInfo,GetLockedObjects,GetLockOwners,ReleaseLock,
    204                         ActivateLongTransaction,CommitLongTransaction,CreateLongTransaction,GetLongTransactions,FreezeLongTransaction,RollbackLongTransaction,
     205                        ActivateLongTransaction,DeactivateLongTransaction,CommitLongTransaction,CreateLongTransaction,GetLongTransactions,FreezeLongTransaction,RollbackLongTransaction,
    205206                        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
    208210                      </xs:documentation>
    209211                    </xs:annotation>
     
    215217                        <xs:enumeration value="Update"/>
    216218                        <xs:enumeration value="DescribeSchema"/>
     219                        <xs:enumeration value="DescribeSchemaMapping"/>
    217220                        <xs:enumeration value="ApplySchema"/>
    218221                        <xs:enumeration value="DestroySchema"/>
     
    231234                        <xs:enumeration value="ReleaseLock"/>
    232235                        <xs:enumeration value="ActivateLongTransaction"/>
     236                        <xs:enumeration value="DeactivateLongTransaction"/>
    233237                        <xs:enumeration value="CommitLongTransaction"/>
    234238                        <xs:enumeration value="CreateLongTransaction"/>
     
    244248                        <xs:enumeration value="ChangeLongTransactionSet"/>
    245249                        <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"/>
    248261                        <xs:enumeration value="SelectAggregates"/>
    249262                        <xs:enumeration value="CreateDataStore"/>
    250263                        <xs:enumeration value="DestroyDataStore"/>
    251264                        <xs:enumeration value="ListDataStores"/>
     265                        <xs:enumeration value="FirstProviderCommand"/>
    252266                      </xs:restriction>
    253267                    </xs:simpleType>