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 |