| <MOIMSWORKSPACE | Attribute Description Table |
| (r)name="string" (r)service="string" (r)url="string" > No Child Elements </MOIMSWORKSPACE > | |
| (r): Attribute or child element is required. | |
| Attribute | Usage |
|---|---|
| name | Workspace name. Must be unique among all data sources. |
| service | ArcIMS service name. |
| url | Point to the location of esrimap.dll or esrimapn.dll. |
| <?xml version="1.0" encoding="UTF-8"?> <ARCXML version="1.1"> <CONFIG> <ENVIRONMENT> <LOCALE country="US" language="en" variant="" /> <UIFONT color="0,0,0" name="Arial" size="12" style="regular" /> <SCREEN dpi="96" /> </ENVIRONMENT> <MAP> <PROPERTIES> <ENVELOPE minx="-117.0" miny="12.2" maxx="-86.7" maxy="35.0" name="Initial_Extent" /> <MAPUNITS units="decimal_degrees" /> </PROPERTIES> <WORKSPACES> <MOIMSWORKSPACE name="mo_ws-4" url="http://mycomputer.domain.com/scripts/esrimap.dll" service="Mexico" /> </WORKSPACES> <LAYER type="image" name="arcims2:tahoe" visible="true" id="0"> <DATASET name="arcims2:tahoe" type="image" workspace="mo_ws-4" /> </LAYER> </MAP> </CONFIG> </ARCXML> |