Below, you will find the documentation for the schema file upon which the ArcGIS Explorer .nmf file is based.
Schema E2.xsd| schema location: | C:\ArcGISExplorer\Schema\E2.xsd |
| attribute form default: | |
| element form default: | |
| targetNamespace: | http://www.esri.com/schemas/ArcGIS/9.2 |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | ArcGISExplorerDocument | ||
| properties |
|
||
| children | E2MapDescription E2Location E2TaskUIDescriptions E2Layers E2Results | ||
| source | <xs:element name="ArcGISExplorerDocument" type="ArcGISExplorerDocument"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| children | E2MapDescription E2Location E2TaskUIDescriptions E2Layers E2Results | ||
| used by |
|
||
| source | <xs:complexType name="ArcGISExplorerDocument"> <xs:sequence> <xs:element name="E2MapDescription" type="E2MapDescriptionBase" minOccurs="0"/> <xs:element name="E2Location" type="E2LocationBase" minOccurs="0"/> <xs:element name="E2TaskUIDescriptions" type="ArrayOfE2TaskUIDescription" minOccurs="0"/> <xs:element name="E2Layers" type="ArrayOfE2Layer" minOccurs="0"/> <xs:element name="E2Results" type="ArrayOfE2TaskContext" minOccurs="0"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||||
| type | E2MapDescriptionBase | ||||||||
| properties |
|
||||||||
| children | Name Description Copyright | ||||||||
| source | <xs:element name="E2MapDescription" type="E2MapDescriptionBase" minOccurs="0"/> |
| diagram | |||||||||
| type | E2LocationBase | ||||||||
| properties |
|
||||||||
| source | <xs:element name="E2Location" type="E2LocationBase" minOccurs="0"/> |
| diagram | ![]() |
||||||||
| type | ArrayOfE2TaskUIDescription | ||||||||
| properties |
|
||||||||
| children | E2TaskUIDescription | ||||||||
| source | <xs:element name="E2TaskUIDescriptions" type="ArrayOfE2TaskUIDescription" minOccurs="0"/> |
| diagram | ![]() |
||||||||
| type | ArrayOfE2Layer | ||||||||
| properties |
|
||||||||
| children | E2Layer | ||||||||
| source | <xs:element name="E2Layers" type="ArrayOfE2Layer" minOccurs="0"/> |
| diagram | ![]() |
||||||||
| type | ArrayOfE2TaskContext | ||||||||
| properties |
|
||||||||
| children | E2TaskContext | ||||||||
| source | <xs:element name="E2Results" type="ArrayOfE2TaskContext" minOccurs="0"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| children | E2Layer | ||
| used by |
|
||
| source | <xs:complexType name="ArrayOfE2Layer"> <xs:sequence> <xs:element name="E2Layer" type="E2LayerBase" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||||
| type | E2LayerBase | ||||||||
| properties |
|
||||||||
| children | DisplayName Visible Copyright HideFromContents Transparency | ||||||||
| source | <xs:element name="E2Layer" type="E2LayerBase" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| children | E2Result | ||
| used by |
|
||
| source | <xs:complexType name="ArrayOfE2Result"> <xs:sequence> <xs:element name="E2Result" type="E2ResultBase" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||||
| type | E2ResultBase | ||||||||
| properties |
|
||||||||
| children | Title Description Subtype Category VisibleInManager SelfContained Bitmap ChildE2Results Copyright | ||||||||
| source | <xs:element name="E2Result" type="E2ResultBase" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| children | E2TaskContext | ||
| used by |
|
||
| source | <xs:complexType name="ArrayOfE2TaskContext"> <xs:sequence> <xs:element name="E2TaskContext" type="E2TaskContext" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||||
| type | E2TaskContext | ||||||||
| properties |
|
||||||||
| children | E2ParameterSet Status StatusMessage TaskName TaskUIName E2Result | ||||||||
| source | <xs:element name="E2TaskContext" type="E2TaskContext" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| children | E2TaskUIDescription | ||
| used by |
|
||
| source | <xs:complexType name="ArrayOfE2TaskUIDescription"> <xs:sequence> <xs:element name="E2TaskUIDescription" type="E2TaskUIDescription" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||||
| type | E2TaskUIDescription | ||||||||
| properties |
|
||||||||
| source | <xs:element name="E2TaskUIDescription" type="E2TaskUIDescription" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2PlaceResultBase | ||
| properties |
|
||
| children | Title Description Subtype Category VisibleInManager SelfContained Bitmap ChildE2Results Copyright ResultGeometry ZoomGeometry Symbol Visible HouseNumber Street City State PostalCode Country | ||
| source | <xs:complexType name="E2AddressResult"> <xs:complexContent> <xs:extension base="E2PlaceResultBase"> <xs:sequence> <xs:element name="HouseNumber" type="xs:string" minOccurs="0"/> <xs:element name="Street" type="xs:string" minOccurs="0"/> <xs:element name="City" type="xs:string" minOccurs="0"/> <xs:element name="State" type="xs:string" minOccurs="0"/> <xs:element name="PostalCode" type="xs:string" minOccurs="0"/> <xs:element name="Country" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="HouseNumber" type="xs:string" minOccurs="0"/> |
| diagram | |||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="Street" type="xs:string" minOccurs="0"/> |
| diagram | |||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="City" type="xs:string" minOccurs="0"/> |
| diagram | |||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="State" type="xs:string" minOccurs="0"/> |
| diagram | |||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="PostalCode" type="xs:string" minOccurs="0"/> |
| diagram | |||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="Country" type="xs:string" minOccurs="0"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2TaskUIDescription | ||
| properties |
|
||
| children | Assembly Class DisplayName DownloadLocation E2ParameterSet | ||
| source | <xs:complexType name="E2CustomTaskUI"> <xs:complexContent> <xs:extension base="E2TaskUIDescription"> <xs:sequence> <xs:element name="Assembly" type="xs:string"/> <xs:element name="Class" type="xs:string"/> <xs:element name="DisplayName" type="xs:string"/> <xs:element name="DownloadLocation" type="xs:string"/> <xs:element name="E2ParameterSet" type="E2ParameterSet" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Assembly" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Class" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="DisplayName" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="DownloadLocation" type="xs:string"/> |
| diagram | ![]() |
||||||||
| type | E2ParameterSet | ||||||||
| properties |
|
||||||||
| children | PropertySet | ||||||||
| source | <xs:element name="E2ParameterSet" type="E2ParameterSet" minOccurs="0"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2LayerBase | ||
| properties |
|
||
| children | DisplayName Visible Copyright HideFromContents Transparency Workspace Dataset E2GlobeLayerProperties | ||
| source | <xs:complexType name="E2DataLayer"> <xs:complexContent> <xs:extension base="E2LayerBase"> <xs:sequence> <xs:element name="Workspace" type="xs:string"/> <xs:element name="Dataset" type="xs:string"/> <xs:element name="E2GlobeLayerProperties" type="E2GlobeLayerPropertiesBase" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Workspace" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Dataset" type="xs:string"/> |
| diagram | ![]() |
||||||||
| type | E2GlobeLayerPropertiesBase | ||||||||
| properties |
|
||||||||
| children | MinimumVisibleDistance MaximumVisibleDistance | ||||||||
| source | <xs:element name="E2GlobeLayerProperties" type="E2GlobeLayerPropertiesBase" minOccurs="0"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2GlobeLayerPropertiesBase | ||
| properties |
|
||
| children | MinimumVisibleDistance MaximumVisibleDistance ElevationZFactor | ||
| source | <xs:complexType name="E2ElevationLayerProperties"> <xs:complexContent> <xs:extension base="E2GlobeLayerPropertiesBase"> <xs:sequence> <xs:element name="ElevationZFactor" type="xs:double"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:double | ||||
| properties |
|
||||
| source | <xs:element name="ElevationZFactor" type="xs:double"/> |
| diagram | |||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2Geometry | ||
| properties |
|
||
| children | Envelope | ||
| used by |
|
||
| source | <xs:complexType name="E2Envelope"> <xs:complexContent> <xs:extension base="E2Geometry"> <xs:sequence> <xs:element name="Envelope" type="Envelope"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||
| type | Envelope | ||
| properties |
|
||
| source | <xs:element name="Envelope" type="Envelope"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2GlobeLayerPropertiesBase | ||
| properties |
|
||
| children | MinimumVisibleDistance MaximumVisibleDistance CacheName ConstantElevationOffset IsDynamicallyRasterized MaximumFeatureLevelOfDetail DistancePerSymbolPoint E2RendererDescription | ||
| source | <xs:complexType name="E2FeatureLayerProperties"> <xs:complexContent> <xs:extension base="E2GlobeLayerPropertiesBase"> <xs:sequence> <xs:element name="CacheName" type="xs:string"/> <xs:element name="ConstantElevationOffset" type="xs:double" minOccurs="0"/> <xs:element name="IsDynamicallyRasterized" type="xs:boolean"/> <xs:element name="MaximumFeatureLevelOfDetail" type="xs:long"/> <xs:element name="DistancePerSymbolPoint" type="xs:double"/> <xs:element name="E2RendererDescription" type="E2RendererDescriptionBase" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="CacheName" type="xs:string"/> |
| diagram | |||||||||
| type | xs:double | ||||||||
| properties |
|
||||||||
| source | <xs:element name="ConstantElevationOffset" type="xs:double" minOccurs="0"/> |
| diagram | |||||
| type | xs:boolean | ||||
| properties |
|
||||
| source | <xs:element name="IsDynamicallyRasterized" type="xs:boolean"/> |
| diagram | |||||
| type | xs:long | ||||
| properties |
|
||||
| source | <xs:element name="MaximumFeatureLevelOfDetail" type="xs:long"/> |
| diagram | |||||
| type | xs:double | ||||
| properties |
|
||||
| source | <xs:element name="DistancePerSymbolPoint" type="xs:double"/> |
| diagram | |||||||||
| type | E2RendererDescriptionBase | ||||||||
| properties |
|
||||||||
| source | <xs:element name="E2RendererDescription" type="E2RendererDescriptionBase" minOccurs="0"/> |
| diagram | |||||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||||
| properties |
|
||||
| used by |
|
||||
| source | <xs:complexType name="E2Geometry" abstract="true"/> |
| diagram | ![]() |
||||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||||
| properties |
|
||||
| children | MinimumVisibleDistance MaximumVisibleDistance | ||||
| used by |
|
||||
| source | <xs:complexType name="E2GlobeLayerPropertiesBase" abstract="true"> <xs:sequence> <xs:element name="MinimumVisibleDistance" type="xs:double" minOccurs="0"/> <xs:element name="MaximumVisibleDistance" type="xs:double" minOccurs="0"/> </xs:sequence> </xs:complexType> |
| diagram | |||||||||
| type | xs:double | ||||||||
| properties |
|
||||||||
| source | <xs:element name="MinimumVisibleDistance" type="xs:double" minOccurs="0"/> |
| diagram | |||||||||
| type | xs:double | ||||||||
| properties |
|
||||||||
| source | <xs:element name="MaximumVisibleDistance" type="xs:double" minOccurs="0"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2LayerBase | ||
| properties |
|
||
| children | DisplayName Visible Copyright HideFromContents Transparency SubLayers | ||
| source | <xs:complexType name="E2GroupLayer"> <xs:complexContent> <xs:extension base="E2LayerBase"> <xs:sequence> <xs:element name="SubLayers" type="ArrayOfE2Layer"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | ![]() |
||||
| type | ArrayOfE2Layer | ||||
| properties |
|
||||
| children | E2Layer | ||||
| source | <xs:element name="SubLayers" type="ArrayOfE2Layer"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2GlobeLayerPropertiesBase | ||
| properties |
|
||
| children | MinimumVisibleDistance MaximumVisibleDistance CacheName | ||
| source | <xs:complexType name="E2KmlLayerProperties"> <xs:complexContent> <xs:extension base="E2GlobeLayerPropertiesBase"> <xs:sequence> <xs:element name="CacheName" type="xs:string"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="CacheName" type="xs:string"/> |
| diagram | ![]() |
||||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||||
| properties |
|
||||
| children | DisplayName Visible Copyright HideFromContents Transparency | ||||
| used by |
|
||||
| source | <xs:complexType name="E2LayerBase" abstract="true"> <xs:sequence> <xs:element name="DisplayName" type="xs:string"/> <xs:element name="Visible" type="xs:boolean"/> <xs:element name="Copyright" type="xs:string" minOccurs="0"/> <xs:element name="HideFromContents" type="xs:boolean" minOccurs="0"/> <xs:element name="Transparency" type="xs:short"/> </xs:sequence> </xs:complexType> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="DisplayName" type="xs:string"/> |
| diagram | |||||
| type | xs:boolean | ||||
| properties |
|
||||
| source | <xs:element name="Visible" type="xs:boolean"/> |
| diagram | |||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="Copyright" type="xs:string" minOccurs="0"/> |
| diagram | |||||||||
| type | xs:boolean | ||||||||
| properties |
|
||||||||
| source | <xs:element name="HideFromContents" type="xs:boolean" minOccurs="0"/> |
| diagram | |||||
| type | xs:short | ||||
| properties |
|
||||
| source | <xs:element name="Transparency" type="xs:short"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2ResultBase | ||
| properties |
|
||
| children | Title Description Subtype Category VisibleInManager SelfContained Bitmap ChildE2Results Copyright MinimumScale MaximumScale Visible Transparency AutoConnect Type | ||
| used by |
|
||
| source | <xs:complexType name="E2LayerResultBase"> <xs:complexContent> <xs:extension base="E2ResultBase"> <xs:sequence> <xs:element name="MinimumScale" type="xs:double"/> <xs:element name="MaximumScale" type="xs:double"/> <xs:element name="Visible" type="xs:boolean"/> <xs:element name="Transparency" type="xs:long"/> <xs:element name="AutoConnect" type="xs:boolean"/> <xs:element name="Type" type="xs:string"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:double | ||||
| properties |
|
||||
| source | <xs:element name="MinimumScale" type="xs:double"/> |
| diagram | |||||
| type | xs:double | ||||
| properties |
|
||||
| source | <xs:element name="MaximumScale" type="xs:double"/> |
| diagram | |||||
| type | xs:boolean | ||||
| properties |
|
||||
| source | <xs:element name="Visible" type="xs:boolean"/> |
| diagram | |||||
| type | xs:long | ||||
| properties |
|
||||
| source | <xs:element name="Transparency" type="xs:long"/> |
| diagram | |||||
| type | xs:boolean | ||||
| properties |
|
||||
| source | <xs:element name="AutoConnect" type="xs:boolean"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Type" type="xs:string"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2ResultBase | ||
| properties |
|
||
| children | Title Description Subtype Category VisibleInManager SelfContained Bitmap ChildE2Results Copyright Workspace Dataset | ||
| source | <xs:complexType name="E2LocalDataLayerResult"> <xs:complexContent> <xs:extension base="E2ResultBase"> <xs:sequence> <xs:element name="Workspace" type="xs:string"/> <xs:element name="Dataset" type="xs:string"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Workspace" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Dataset" type="xs:string"/> |
| diagram | |||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2LocationBase | ||
| properties |
|
||
| children | Extent | ||
| source | <xs:complexType name="E2Location2D"> <xs:complexContent> <xs:extension base="E2LocationBase"> <xs:sequence> <xs:element name="Extent" type="E2Envelope"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | ![]() |
||||
| type | E2Envelope | ||||
| properties |
|
||||
| children | Envelope | ||||
| source | <xs:element name="Extent" type="E2Envelope"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2LocationBase | ||
| properties |
|
||
| children | Target Observer | ||
| source | <xs:complexType name="E2Location3D"> <xs:complexContent> <xs:extension base="E2LocationBase"> <xs:sequence> <xs:element name="Target" type="E2Point"/> <xs:element name="Observer" type="E2Point"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | ![]() |
||||
| type | E2Point | ||||
| properties |
|
||||
| children | Point | ||||
| source | <xs:element name="Target" type="E2Point"/> |
| diagram | ![]() |
||||
| type | E2Point | ||||
| properties |
|
||||
| children | Point | ||||
| source | <xs:element name="Observer" type="E2Point"/> |
| diagram | |||||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||||
| properties |
|
||||
| used by |
|
||||
| source | <xs:complexType name="E2LocationBase" abstract="true"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2MapDescriptionBase | ||
| properties |
|
||
| children | Name Description Copyright ProjectedCoordinateSystem GeographicCoordinateSystem | ||
| source | <xs:complexType name="E2MapDescription2D"> <xs:complexContent> <xs:extension base="E2MapDescriptionBase"> <xs:sequence> <xs:choice> <xs:element name="ProjectedCoordinateSystem" type="xs:long"/> <xs:element name="GeographicCoordinateSystem" type="xs:long"/> </xs:choice> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:long | ||||
| properties |
|
||||
| source | <xs:element name="ProjectedCoordinateSystem" type="xs:long"/> |
| diagram | |||||
| type | xs:long | ||||
| properties |
|
||||
| source | <xs:element name="GeographicCoordinateSystem" type="xs:long"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2MapDescriptionBase | ||
| properties |
|
||
| children | Name Description Copyright SpinGlobeOnOpen ZoomGlobeOnOpen | ||
| source | <xs:complexType name="E2MapDescription3D"> <xs:complexContent> <xs:extension base="E2MapDescriptionBase"> <xs:sequence> <xs:choice minOccurs="0"> <xs:element name="SpinGlobeOnOpen" type="xs:boolean"/> <xs:element name="ZoomGlobeOnOpen" type="xs:boolean"/> </xs:choice> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:boolean | ||||
| properties |
|
||||
| source | <xs:element name="SpinGlobeOnOpen" type="xs:boolean"/> |
| diagram | |||||
| type | xs:boolean | ||||
| properties |
|
||||
| source | <xs:element name="ZoomGlobeOnOpen" type="xs:boolean"/> |
| diagram | ![]() |
||||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||||
| properties |
|
||||
| children | Name Description Copyright | ||||
| used by |
|
||||
| source | <xs:complexType name="E2MapDescriptionBase" abstract="true"> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="Description" type="xs:string"/> <xs:element name="Copyright" type="xs:string"/> </xs:sequence> </xs:complexType> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Name" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Description" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Copyright" type="xs:string"/> |
| diagram | |||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| children | PropertySet | ||
| used by |
|
||
| source | <xs:complexType name="E2ParameterSet"> <xs:sequence> <xs:element name="PropertySet" type="PropertySet"/> </xs:sequence> </xs:complexType> |
| diagram | |||
| type | PropertySet | ||
| properties |
|
||
| source | <xs:element name="PropertySet" type="PropertySet"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2PlaceResultBase | ||
| properties |
|
||
| children | Title Description Subtype Category VisibleInManager SelfContained Bitmap ChildE2Results Copyright ResultGeometry ZoomGeometry Symbol Visible | ||
| source | <xs:complexType name="E2PlaceResult"> <xs:complexContent> <xs:extension base="E2PlaceResultBase"/> </xs:complexContent> </xs:complexType> |
| diagram | ![]() |
||||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||||
| type | extension of E2ResultBase | ||||
| properties |
|
||||
| children | Title Description Subtype Category VisibleInManager SelfContained Bitmap ChildE2Results Copyright ResultGeometry ZoomGeometry Symbol Visible | ||||
| used by |
|
||||
| source | <xs:complexType name="E2PlaceResultBase" abstract="true"> <xs:complexContent> <xs:extension base="E2ResultBase"> <xs:sequence> <xs:element name="ResultGeometry" type="E2Geometry"/> <xs:element name="ZoomGeometry" type="E2Geometry" minOccurs="0"/> <xs:element name="Symbol" type="xs:string" minOccurs="0"/> <xs:element name="Visible" type="xs:boolean"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | E2Geometry | ||||
| properties |
|
||||
| source | <xs:element name="ResultGeometry" type="E2Geometry"/> |
| diagram | |||||||||
| type | E2Geometry | ||||||||
| properties |
|
||||||||
| source | <xs:element name="ZoomGeometry" type="E2Geometry" minOccurs="0"/> |
| diagram | |||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="Symbol" type="xs:string" minOccurs="0"/> |
| diagram | |||||
| type | xs:boolean | ||||
| properties |
|
||||
| source | <xs:element name="Visible" type="xs:boolean"/> |
| diagram | |||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2Geometry | ||
| properties |
|
||
| children | Point | ||
| used by |
|
||
| source | <xs:complexType name="E2Point"> <xs:complexContent> <xs:extension base="E2Geometry"> <xs:sequence> <xs:element name="Point" type="Point"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||
| type | Point | ||
| properties |
|
||
| source | <xs:element name="Point" type="Point"/> |
| diagram | |||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2Geometry | ||
| properties |
|
||
| children | Polygon | ||
| source | <xs:complexType name="E2Polygon"> <xs:complexContent> <xs:extension base="E2Geometry"> <xs:sequence> <xs:element name="Polygon" type="Polygon"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||
| type | Polygon | ||
| properties |
|
||
| source | <xs:element name="Polygon" type="Polygon"/> |
| diagram | |||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2Geometry | ||
| properties |
|
||
| children | Polyline | ||
| source | <xs:complexType name="E2Polyline"> <xs:complexContent> <xs:extension base="E2Geometry"> <xs:sequence> <xs:element name="Polyline" type="Polyline"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||
| type | Polyline | ||
| properties |
|
||
| source | <xs:element name="Polyline" type="Polyline"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2GlobeLayerPropertiesBase | ||
| properties |
|
||
| children | MinimumVisibleDistance MaximumVisibleDistance CacheName | ||
| source | <xs:complexType name="E2RasterImageryLayerProperties"> <xs:complexContent> <xs:extension base="E2GlobeLayerPropertiesBase"> <xs:sequence> <xs:element name="CacheName" type="xs:string"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="CacheName" type="xs:string"/> |
| diagram | |||||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||||
| properties |
|
||||
| used by |
|
||||
| source | <xs:complexType name="E2RendererDescriptionBase" abstract="true"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2RendererDescriptionBase | ||
| properties |
|
||
| children | FieldName ColorRampName | ||
| source | <xs:complexType name="E2RendererDescriptionColorRamp"> <xs:complexContent> <xs:extension base="E2RendererDescriptionBase"> <xs:sequence> <xs:element name="FieldName" type="xs:string"/> <xs:element name="ColorRampName" type="xs:string"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="FieldName" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="ColorRampName" type="xs:string"/> |
| diagram | |||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2RendererDescriptionBase | ||
| properties |
|
||
| children | E2SymbolDescription | ||
| source | <xs:complexType name="E2RendererDescriptionSimpleSymbol"> <xs:complexContent> <xs:extension base="E2RendererDescriptionBase"> <xs:sequence> <xs:element name="E2SymbolDescription" type="E2SymbolDescription"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | ![]() |
||||
| type | E2SymbolDescription | ||||
| properties |
|
||||
| children | Name Size Color | ||||
| source | <xs:element name="E2SymbolDescription" type="E2SymbolDescription"/> |
| diagram | |||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2RendererDescriptionBase | ||
| properties |
|
||
| children | FieldName | ||
| source | <xs:complexType name="E2RendererDescriptionSymbolLookup"> <xs:complexContent> <xs:extension base="E2RendererDescriptionBase"> <xs:sequence> <xs:element name="FieldName" type="xs:string"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="FieldName" type="xs:string"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2ResultBase | ||
| properties |
|
||
| children | Title Description Subtype Category VisibleInManager SelfContained Bitmap ChildE2Results Copyright | ||
| source | <xs:complexType name="E2Result"> <xs:complexContent> <xs:extension base="E2ResultBase"/> </xs:complexContent> </xs:complexType> |
| diagram | ![]() |
||||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||||
| properties |
|
||||
| children | Title Description Subtype Category VisibleInManager SelfContained Bitmap ChildE2Results Copyright | ||||
| used by |
|
||||
| source | <xs:complexType name="E2ResultBase" abstract="true"> <xs:sequence> <xs:element name="Title" type="xs:string"/> <xs:element name="Description" type="xs:string" minOccurs="0"/> <xs:element name="Subtype" type="xs:string" minOccurs="0"/> <xs:element name="Category" type="xs:string" minOccurs="0"/> <xs:element name="VisibleInManager" type="xs:boolean" minOccurs="0"/> <xs:element name="SelfContained" type="xs:boolean" minOccurs="0"/> <xs:element name="Bitmap" type="xs:string" minOccurs="0"/> <xs:element name="ChildE2Results" type="ArrayOfE2Result" minOccurs="0"/> <xs:element name="Copyright" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Title" type="xs:string"/> |
| diagram | |||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="Description" type="xs:string" minOccurs="0"/> |
| diagram | |||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="Subtype" type="xs:string" minOccurs="0"/> |
| diagram | |||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="Category" type="xs:string" minOccurs="0"/> |
| diagram | |||||||||
| type | xs:boolean | ||||||||
| properties |
|
||||||||
| source | <xs:element name="VisibleInManager" type="xs:boolean" minOccurs="0"/> |
| diagram | |||||||||
| type | xs:boolean | ||||||||
| properties |
|
||||||||
| source | <xs:element name="SelfContained" type="xs:boolean" minOccurs="0"/> |
| diagram | |||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="Bitmap" type="xs:string" minOccurs="0"/> |
| diagram | ![]() |
||||||||
| type | ArrayOfE2Result | ||||||||
| properties |
|
||||||||
| children | E2Result | ||||||||
| source | <xs:element name="ChildE2Results" type="ArrayOfE2Result" minOccurs="0"/> |
| diagram | |||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="Copyright" type="xs:string" minOccurs="0"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2LayerBase | ||
| properties |
|
||
| children | DisplayName Visible Copyright HideFromContents Transparency GlobeLayerType Url ServiceName | ||
| source | <xs:complexType name="E2ServerLayer"> <xs:complexContent> <xs:extension base="E2LayerBase"> <xs:sequence> <xs:element name="GlobeLayerType" type="xs:long"/> <xs:element name="Url" type="xs:string"/> <xs:element name="ServiceName" type="xs:string"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:long | ||||
| properties |
|
||||
| source | <xs:element name="GlobeLayerType" type="xs:long"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Url" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="ServiceName" type="xs:string"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2GlobeLayerPropertiesBase | ||
| properties |
|
||
| children | MinimumVisibleDistance MaximumVisibleDistance MinimumCellSize | ||
| source | <xs:complexType name="E2ServerLayerProperties"> <xs:complexContent> <xs:extension base="E2GlobeLayerPropertiesBase"> <xs:sequence> <xs:element name="MinimumCellSize" type="xs:double"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:double | ||||
| properties |
|
||||
| source | <xs:element name="MinimumCellSize" type="xs:double"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2LayerResultBase | ||
| properties |
|
||
| children | Title Description Subtype Category VisibleInManager SelfContained Bitmap ChildE2Results Copyright MinimumScale MaximumScale Visible Transparency AutoConnect Type Server Service SubService ServerType SourceID | ||
| source | <xs:complexType name="E2ServerLayerResult"> <xs:complexContent> <xs:extension base="E2LayerResultBase"> <xs:sequence> <xs:element name="Server" type="xs:string"/> <xs:element name="Service" type="xs:string"/> <xs:element name="SubService" type="xs:string"/> <xs:element name="ServerType" type="xs:string"/> <xs:element name="SourceID" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Server" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Service" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="SubService" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="ServerType" type="xs:string"/> |
| diagram | |||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="SourceID" type="xs:string" minOccurs="0"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2PlaceResultBase | ||
| properties |
|
||
| children | Title Description Subtype Category VisibleInManager SelfContained Bitmap ChildE2Results Copyright ResultGeometry ZoomGeometry Symbol Visible Operation File Directory Arguments Show | ||
| source | <xs:complexType name="E2ShellResult"> <xs:complexContent> <xs:extension base="E2PlaceResultBase"> <xs:sequence> <xs:element name="Operation" type="xs:string"/> <xs:element name="File" type="xs:string"/> <xs:element name="Directory" type="xs:string" minOccurs="0"/> <xs:element name="Arguments" type="xs:string" minOccurs="0"/> <xs:element name="Show" type="xs:long" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Operation" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="File" type="xs:string"/> |
| diagram | |||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="Directory" type="xs:string" minOccurs="0"/> |
| diagram | |||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="Arguments" type="xs:string" minOccurs="0"/> |
| diagram | |||||||||
| type | xs:long | ||||||||
| properties |
|
||||||||
| source | <xs:element name="Show" type="xs:long" minOccurs="0"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| children | Name Size Color | ||
| used by |
|
||
| source | <xs:complexType name="E2SymbolDescription"> <xs:sequence> <xs:element name="Name" type="xs:string"/> <xs:element name="Size" type="xs:double" minOccurs="0"/> <xs:element name="Color" type="xs:long" minOccurs="0"/> </xs:sequence> </xs:complexType> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Name" type="xs:string"/> |
| diagram | |||||||||
| type | xs:double | ||||||||
| properties |
|
||||||||
| source | <xs:element name="Size" type="xs:double" minOccurs="0"/> |
| diagram | |||||||||
| type | xs:long | ||||||||
| properties |
|
||||||||
| source | <xs:element name="Color" type="xs:long" minOccurs="0"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| children | E2ParameterSet Status StatusMessage TaskName TaskUIName E2Result | ||
| used by |
|
||
| source | <xs:complexType name="E2TaskContext"> <xs:sequence> <xs:element name="E2ParameterSet" type="E2ParameterSet"/> <xs:element name="Status" type="xs:long"/> <xs:element name="StatusMessage" type="E2ParameterSet"/> <xs:element name="TaskName" type="xs:string"/> <xs:element name="TaskUIName" type="xs:string"/> <xs:element name="E2Result" type="E2ResultBase"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||
| type | E2ParameterSet | ||||
| properties |
|
||||
| children | PropertySet | ||||
| source | <xs:element name="E2ParameterSet" type="E2ParameterSet"/> |
| diagram | |||||
| type | xs:long | ||||
| properties |
|
||||
| source | <xs:element name="Status" type="xs:long"/> |
| diagram | ![]() |
||||
| type | E2ParameterSet | ||||
| properties |
|
||||
| children | PropertySet | ||||
| source | <xs:element name="StatusMessage" type="E2ParameterSet"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="TaskName" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="TaskUIName" type="xs:string"/> |
| diagram | ![]() |
||||
| type | E2ResultBase | ||||
| properties |
|
||||
| children | Title Description Subtype Category VisibleInManager SelfContained Bitmap ChildE2Results Copyright | ||||
| source | <xs:element name="E2Result" type="E2ResultBase"/> |
| diagram | ![]() |
||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2TaskUIDescription | ||
| properties |
|
||
| children | TaskUIName DisplayName E2ParameterSet | ||
| source | <xs:complexType name="E2TaskUI"> <xs:complexContent> <xs:extension base="E2TaskUIDescription"> <xs:sequence> <xs:element name="TaskUIName" type="xs:string"/> <xs:element name="DisplayName" type="xs:string"/> <xs:element name="E2ParameterSet" type="E2ParameterSet" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="TaskUIName" type="xs:string"/> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="DisplayName" type="xs:string"/> |
| diagram | ![]() |
||||||||
| type | E2ParameterSet | ||||||||
| properties |
|
||||||||
| children | PropertySet | ||||||||
| source | <xs:element name="E2ParameterSet" type="E2ParameterSet" minOccurs="0"/> |
| diagram | |||||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||||
| properties |
|
||||
| used by |
|
||||
| source | <xs:complexType name="E2TaskUIDescription" abstract="true"/> |
| diagram | |||
| namespace | http://www.esri.com/schemas/ArcGIS/9.2 | ||
| type | extension of E2TaskUIDescription | ||
| properties |
|
||
| children | Name | ||
| source | <xs:complexType name="E2TaskUIGroupHeading"> <xs:complexContent> <xs:extension base="E2TaskUIDescription"> <xs:sequence> <xs:element name="Name" type="xs:string"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |||||
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:element name="Name" type="xs:string"/> |