@vertigis/viewer-spec 42.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +5 -0
- package/README.md +3 -0
- package/app-config/AppConfig.d.ts +55 -0
- package/app-config/AppConfig.js +1 -0
- package/app-config/ItemConfig.d.ts +18 -0
- package/app-config/ItemConfig.js +1 -0
- package/app-config/common/BasemapPickerModelProperties.d.ts +6 -0
- package/app-config/common/BasemapPickerModelProperties.js +1 -0
- package/app-config/common/BookmarksModelProperties.d.ts +17 -0
- package/app-config/common/BookmarksModelProperties.js +1 -0
- package/app-config/common/BrandingColors.d.ts +94 -0
- package/app-config/common/BrandingColors.js +1 -0
- package/app-config/common/BrandingModelProperties.d.ts +23 -0
- package/app-config/common/BrandingModelProperties.js +1 -0
- package/app-config/common/BrandingThemeProperties.d.ts +35 -0
- package/app-config/common/BrandingThemeProperties.js +1 -0
- package/app-config/common/CompassModelProperties.d.ts +6 -0
- package/app-config/common/CompassModelProperties.js +1 -0
- package/app-config/common/ComponentModelProperties.d.ts +14 -0
- package/app-config/common/ComponentModelProperties.js +1 -0
- package/app-config/common/CoordinateModelProperties.d.ts +34 -0
- package/app-config/common/CoordinateModelProperties.js +1 -0
- package/app-config/common/DialogModelProperties.d.ts +6 -0
- package/app-config/common/DialogModelProperties.js +1 -0
- package/app-config/common/ExpandModelProperties.d.ts +6 -0
- package/app-config/common/ExpandModelProperties.js +1 -0
- package/app-config/common/FeatureDetailsModelProperties.d.ts +27 -0
- package/app-config/common/FeatureDetailsModelProperties.js +1 -0
- package/app-config/common/GeolocationModelProperties.d.ts +6 -0
- package/app-config/common/GeolocationModelProperties.js +1 -0
- package/app-config/common/HighlightModelProperties.d.ts +69 -0
- package/app-config/common/HighlightModelProperties.js +1 -0
- package/app-config/common/ImageModelProperties.d.ts +14 -0
- package/app-config/common/ImageModelProperties.js +1 -0
- package/app-config/common/ItemRef.d.ts +4 -0
- package/app-config/common/ItemRef.js +1 -0
- package/app-config/common/LayerListModelProperties.d.ts +12 -0
- package/app-config/common/LayerListModelProperties.js +1 -0
- package/app-config/common/LayerPresetsModelProperties.d.ts +14 -0
- package/app-config/common/LayerPresetsModelProperties.js +1 -0
- package/app-config/common/LayoutProperties.d.ts +33 -0
- package/app-config/common/LayoutProperties.js +1 -0
- package/app-config/common/LegendModelProperties.d.ts +6 -0
- package/app-config/common/LegendModelProperties.js +1 -0
- package/app-config/common/LicensingModelProperties.d.ts +10 -0
- package/app-config/common/LicensingModelProperties.js +1 -0
- package/app-config/common/MapCoordinatesModelProperties.d.ts +6 -0
- package/app-config/common/MapCoordinatesModelProperties.js +1 -0
- package/app-config/common/MapModelProperties.d.ts +7 -0
- package/app-config/common/MapModelProperties.js +1 -0
- package/app-config/common/MenuModelProperties.d.ts +13 -0
- package/app-config/common/MenuModelProperties.js +1 -0
- package/app-config/common/ModelProperties.d.ts +6 -0
- package/app-config/common/ModelProperties.js +1 -0
- package/app-config/common/PanelModelProperties.d.ts +6 -0
- package/app-config/common/PanelModelProperties.js +1 -0
- package/app-config/common/RegionModelProperties.d.ts +26 -0
- package/app-config/common/RegionModelProperties.js +1 -0
- package/app-config/common/ResultsModelProperties.d.ts +12 -0
- package/app-config/common/ResultsModelProperties.js +1 -0
- package/app-config/common/ScalebarModelProperties.d.ts +6 -0
- package/app-config/common/ScalebarModelProperties.js +1 -0
- package/app-config/common/SearchModelProperties.d.ts +26 -0
- package/app-config/common/SearchModelProperties.js +1 -0
- package/app-config/common/ServiceModelProperties.d.ts +6 -0
- package/app-config/common/ServiceModelProperties.js +1 -0
- package/app-config/common/SplitModelProperties.d.ts +6 -0
- package/app-config/common/SplitModelProperties.js +1 -0
- package/app-config/common/StackModelProperties.d.ts +6 -0
- package/app-config/common/StackModelProperties.js +1 -0
- package/app-config/common/TextModelProperties.d.ts +10 -0
- package/app-config/common/TextModelProperties.js +1 -0
- package/app-config/common/TranslatableText.d.ts +27 -0
- package/app-config/common/TranslatableText.js +1 -0
- package/app-config/common/UserModelProperties.d.ts +6 -0
- package/app-config/common/UserModelProperties.js +1 -0
- package/app-config/common/WorkflowEventsProperties.d.ts +11 -0
- package/app-config/common/WorkflowEventsProperties.js +1 -0
- package/app-config/common/WorkflowModelProperties.d.ts +44 -0
- package/app-config/common/WorkflowModelProperties.js +1 -0
- package/app-config/common/ZoomModelProperties.d.ts +6 -0
- package/app-config/common/ZoomModelProperties.js +1 -0
- package/app-config/common/colors.d.ts +6 -0
- package/app-config/common/colors.js +1 -0
- package/app-config/index.d.ts +2 -0
- package/app-config/index.js +1 -0
- package/app-config/mobile/AddFeatureModelProperties.d.ts +6 -0
- package/app-config/mobile/AddFeatureModelProperties.js +1 -0
- package/app-config/mobile/AddRelatedFeatureModelProperties.d.ts +6 -0
- package/app-config/mobile/AddRelatedFeatureModelProperties.js +1 -0
- package/app-config/mobile/BasemapModelProperties.d.ts +11 -0
- package/app-config/mobile/BasemapModelProperties.js +1 -0
- package/app-config/mobile/FeatureDetailsModelProperties.d.ts +23 -0
- package/app-config/mobile/FeatureDetailsModelProperties.js +1 -0
- package/app-config/mobile/GeometryToolbarModelProperties.d.ts +6 -0
- package/app-config/mobile/GeometryToolbarModelProperties.js +1 -0
- package/app-config/mobile/GnssDeviceSelectionModelProperties.d.ts +6 -0
- package/app-config/mobile/GnssDeviceSelectionModelProperties.js +1 -0
- package/app-config/mobile/GnssDeviceSettingsModelProperties.d.ts +6 -0
- package/app-config/mobile/GnssDeviceSettingsModelProperties.js +1 -0
- package/app-config/mobile/GnssMetadataModelProperties.d.ts +6 -0
- package/app-config/mobile/GnssMetadataModelProperties.js +1 -0
- package/app-config/mobile/MapModelProperties.d.ts +45 -0
- package/app-config/mobile/MapModelProperties.js +1 -0
- package/app-config/mobile/OfflineModelProperties.d.ts +48 -0
- package/app-config/mobile/OfflineModelProperties.js +1 -0
- package/app-config/mobile/PortalExtensionSettingsProperties.d.ts +27 -0
- package/app-config/mobile/PortalExtensionSettingsProperties.js +1 -0
- package/app-config/mobile/ScrollModelProperties.d.ts +6 -0
- package/app-config/mobile/ScrollModelProperties.js +1 -0
- package/app-config/mobile/SelectLayerSettingsModelProperties.d.ts +11 -0
- package/app-config/mobile/SelectLayerSettingsModelProperties.js +1 -0
- package/app-config/mobile/TaskbarModelProperties.d.ts +6 -0
- package/app-config/mobile/TaskbarModelProperties.js +1 -0
- package/app-config/mobile/UpdateFeatureModelProperties.d.ts +6 -0
- package/app-config/mobile/UpdateFeatureModelProperties.js +1 -0
- package/app-config/mobile/VertigisMobileModelProperties.d.ts +65 -0
- package/app-config/mobile/VertigisMobileModelProperties.js +1 -0
- package/app-config/schema/common-app-config.schema.json +1 -0
- package/app-config/schema/mobile-app-config.schema.json +1 -0
- package/app-config/schema/web-app-config.schema.json +1 -0
- package/app-config/web/AddressModelProperties.d.ts +6 -0
- package/app-config/web/AddressModelProperties.js +1 -0
- package/app-config/web/BasemapPickerModelProperties.d.ts +7 -0
- package/app-config/web/BasemapPickerModelProperties.js +1 -0
- package/app-config/web/BookmarksModelProperties.d.ts +7 -0
- package/app-config/web/BookmarksModelProperties.js +1 -0
- package/app-config/web/BrandingModelProperties.d.ts +14 -0
- package/app-config/web/BrandingModelProperties.js +1 -0
- package/app-config/web/ChartModelProperties.d.ts +58 -0
- package/app-config/web/ChartModelProperties.js +1 -0
- package/app-config/web/CompassModelProperties.d.ts +7 -0
- package/app-config/web/CompassModelProperties.js +1 -0
- package/app-config/web/ComponentModelProperties.d.ts +12 -0
- package/app-config/web/ComponentModelProperties.js +1 -0
- package/app-config/web/CoordinateModelProperties.d.ts +7 -0
- package/app-config/web/CoordinateModelProperties.js +1 -0
- package/app-config/web/DialogModelProperties.d.ts +7 -0
- package/app-config/web/DialogModelProperties.js +1 -0
- package/app-config/web/DrawModelProperties.d.ts +102 -0
- package/app-config/web/DrawModelProperties.js +1 -0
- package/app-config/web/FeatureDetailsModelProperties.d.ts +12 -0
- package/app-config/web/FeatureDetailsModelProperties.js +1 -0
- package/app-config/web/FeatureInfoModelProperties.d.ts +22 -0
- package/app-config/web/FeatureInfoModelProperties.js +1 -0
- package/app-config/web/FeatureListProperties.d.ts +12 -0
- package/app-config/web/FeatureListProperties.js +1 -0
- package/app-config/web/FeatureSetProperties.d.ts +16 -0
- package/app-config/web/FeatureSetProperties.js +1 -0
- package/app-config/web/FeatureSummaryModelProperties.d.ts +22 -0
- package/app-config/web/FeatureSummaryModelProperties.js +1 -0
- package/app-config/web/GeolocationModelProperties.d.ts +7 -0
- package/app-config/web/GeolocationModelProperties.js +1 -0
- package/app-config/web/GeometryModelProperties.d.ts +27 -0
- package/app-config/web/GeometryModelProperties.js +1 -0
- package/app-config/web/HasVisibilityFilters.d.ts +35 -0
- package/app-config/web/HasVisibilityFilters.js +1 -0
- package/app-config/web/ImageModelProperties.d.ts +7 -0
- package/app-config/web/ImageModelProperties.js +1 -0
- package/app-config/web/KpiCardModelProperties.d.ts +145 -0
- package/app-config/web/KpiCardModelProperties.js +1 -0
- package/app-config/web/LayerListModelProperties.d.ts +7 -0
- package/app-config/web/LayerListModelProperties.js +1 -0
- package/app-config/web/LayerPresetsModelProperties.d.ts +7 -0
- package/app-config/web/LayerPresetsModelProperties.js +1 -0
- package/app-config/web/LegendModelProperties.d.ts +7 -0
- package/app-config/web/LegendModelProperties.js +1 -0
- package/app-config/web/Map3dToggleModelProperties.d.ts +6 -0
- package/app-config/web/Map3dToggleModelProperties.js +1 -0
- package/app-config/web/MapCoordinatesModelProperties.d.ts +43 -0
- package/app-config/web/MapCoordinatesModelProperties.js +1 -0
- package/app-config/web/MapModelProperties.d.ts +81 -0
- package/app-config/web/MapModelProperties.js +1 -0
- package/app-config/web/MeasurementModelProperties.d.ts +36 -0
- package/app-config/web/MeasurementModelProperties.js +1 -0
- package/app-config/web/MenuItemModelProperties.d.ts +7 -0
- package/app-config/web/MenuItemModelProperties.js +1 -0
- package/app-config/web/MenuModelProperties.d.ts +13 -0
- package/app-config/web/MenuModelProperties.js +1 -0
- package/app-config/web/ModelProperties.d.ts +7 -0
- package/app-config/web/ModelProperties.js +1 -0
- package/app-config/web/PanelModelProperties.d.ts +7 -0
- package/app-config/web/PanelModelProperties.js +1 -0
- package/app-config/web/PortalModelProperties.d.ts +10 -0
- package/app-config/web/PortalModelProperties.js +1 -0
- package/app-config/web/PrintFormModelProperties.d.ts +42 -0
- package/app-config/web/PrintFormModelProperties.js +1 -0
- package/app-config/web/ReportModelProperties.d.ts +15 -0
- package/app-config/web/ReportModelProperties.js +1 -0
- package/app-config/web/ResultsModelProperties.d.ts +93 -0
- package/app-config/web/ResultsModelProperties.js +1 -0
- package/app-config/web/ScaleInputModelProperties.d.ts +6 -0
- package/app-config/web/ScaleInputModelProperties.js +1 -0
- package/app-config/web/ScalebarModelProperties.d.ts +22 -0
- package/app-config/web/ScalebarModelProperties.js +1 -0
- package/app-config/web/SearchModelProperties.d.ts +22 -0
- package/app-config/web/SearchModelProperties.js +1 -0
- package/app-config/web/SplitModelProperties.d.ts +7 -0
- package/app-config/web/SplitModelProperties.js +1 -0
- package/app-config/web/StackModelProperties.d.ts +7 -0
- package/app-config/web/StackModelProperties.js +1 -0
- package/app-config/web/TabsModelProperties.d.ts +6 -0
- package/app-config/web/TabsModelProperties.js +1 -0
- package/app-config/web/TextModelProperties.d.ts +7 -0
- package/app-config/web/TextModelProperties.js +1 -0
- package/app-config/web/UserModelProperties.d.ts +12 -0
- package/app-config/web/UserModelProperties.js +1 -0
- package/app-config/web/UserPreferencesModelProperties.d.ts +10 -0
- package/app-config/web/UserPreferencesModelProperties.js +1 -0
- package/app-config/web/VertigisWebModelProperties.d.ts +84 -0
- package/app-config/web/VertigisWebModelProperties.js +1 -0
- package/app-config/web/WorkflowModelProperties.d.ts +7 -0
- package/app-config/web/WorkflowModelProperties.js +1 -0
- package/app-config/web/ZoomModelProperties.d.ts +7 -0
- package/app-config/web/ZoomModelProperties.js +1 -0
- package/docs/Geocortex Apps.md +311 -0
- package/docs/layout-spec.md +720 -0
- package/docs/presentation.md +98 -0
- package/layout/schema/layout-common.xsd +849 -0
- package/layout/schema/layout-mobile.xsd +256 -0
- package/layout/schema/layout-web.xsd +248 -0
- package/layout/schema/schema-reference-example.xml +14 -0
- package/messaging/Command.d.ts +74 -0
- package/messaging/Command.js +1 -0
- package/messaging/CommandRegistry.d.ts +13 -0
- package/messaging/CommandRegistry.js +1 -0
- package/messaging/Event.d.ts +25 -0
- package/messaging/Event.js +1 -0
- package/messaging/EventRegistry.d.ts +13 -0
- package/messaging/EventRegistry.js +1 -0
- package/messaging/Message.d.ts +23 -0
- package/messaging/Message.js +1 -0
- package/messaging/MessageBus.d.ts +54 -0
- package/messaging/MessageBus.js +1 -0
- package/messaging/Operation.d.ts +53 -0
- package/messaging/Operation.js +1 -0
- package/messaging/OperationRegistry.d.ts +13 -0
- package/messaging/OperationRegistry.js +1 -0
- package/messaging/common.d.ts +246 -0
- package/messaging/common.js +1 -0
- package/messaging/mobile.d.ts +13 -0
- package/messaging/mobile.js +1 -0
- package/messaging/registry/Commands.d.ts +65 -0
- package/messaging/registry/Commands.js +1 -0
- package/messaging/registry/Events.d.ts +53 -0
- package/messaging/registry/Events.js +1 -0
- package/messaging/registry/Operations.d.ts +54 -0
- package/messaging/registry/Operations.js +1 -0
- package/messaging/registry/app-config.d.ts +11 -0
- package/messaging/registry/app-config.js +1 -0
- package/messaging/registry/app.d.ts +136 -0
- package/messaging/registry/app.js +1 -0
- package/messaging/registry/auth.d.ts +125 -0
- package/messaging/registry/auth.js +1 -0
- package/messaging/registry/basemap.d.ts +52 -0
- package/messaging/registry/basemap.js +1 -0
- package/messaging/registry/charts.d.ts +78 -0
- package/messaging/registry/charts.js +1 -0
- package/messaging/registry/debugConsole.d.ts +24 -0
- package/messaging/registry/debugConsole.js +1 -0
- package/messaging/registry/device.d.ts +15 -0
- package/messaging/registry/device.js +1 -0
- package/messaging/registry/display.d.ts +16 -0
- package/messaging/registry/display.js +1 -0
- package/messaging/registry/drawing.d.ts +126 -0
- package/messaging/registry/drawing.js +1 -0
- package/messaging/registry/edit.d.ts +123 -0
- package/messaging/registry/edit.js +1 -0
- package/messaging/registry/file.d.ts +58 -0
- package/messaging/registry/file.js +1 -0
- package/messaging/registry/geocode.d.ts +91 -0
- package/messaging/registry/geocode.js +1 -0
- package/messaging/registry/geolocation.d.ts +268 -0
- package/messaging/registry/geolocation.js +1 -0
- package/messaging/registry/geometry-toolbar.d.ts +28 -0
- package/messaging/registry/geometry-toolbar.js +1 -0
- package/messaging/registry/geometry.d.ts +101 -0
- package/messaging/registry/geometry.js +1 -0
- package/messaging/registry/highlights.d.ts +83 -0
- package/messaging/registry/highlights.js +1 -0
- package/messaging/registry/input.d.ts +21 -0
- package/messaging/registry/input.js +1 -0
- package/messaging/registry/iwtm.d.ts +10 -0
- package/messaging/registry/iwtm.js +1 -0
- package/messaging/registry/kpi.d.ts +95 -0
- package/messaging/registry/kpi.js +1 -0
- package/messaging/registry/layer-comparison.d.ts +102 -0
- package/messaging/registry/layer-comparison.js +1 -0
- package/messaging/registry/layer-presets.d.ts +28 -0
- package/messaging/registry/layer-presets.js +1 -0
- package/messaging/registry/layers.d.ts +45 -0
- package/messaging/registry/layers.js +1 -0
- package/messaging/registry/layout.d.ts +48 -0
- package/messaging/registry/layout.js +1 -0
- package/messaging/registry/location-marker.d.ts +172 -0
- package/messaging/registry/location-marker.js +1 -0
- package/messaging/registry/logViewer.d.ts +16 -0
- package/messaging/registry/logViewer.js +1 -0
- package/messaging/registry/map.d.ts +893 -0
- package/messaging/registry/map.js +1 -0
- package/messaging/registry/measurement.d.ts +142 -0
- package/messaging/registry/measurement.js +1 -0
- package/messaging/registry/messaging.d.ts +22 -0
- package/messaging/registry/messaging.js +1 -0
- package/messaging/registry/network.d.ts +50 -0
- package/messaging/registry/network.js +1 -0
- package/messaging/registry/offline.d.ts +357 -0
- package/messaging/registry/offline.js +1 -0
- package/messaging/registry/panel.d.ts +93 -0
- package/messaging/registry/panel.js +1 -0
- package/messaging/registry/photos.d.ts +45 -0
- package/messaging/registry/photos.js +1 -0
- package/messaging/registry/portal.d.ts +47 -0
- package/messaging/registry/portal.js +1 -0
- package/messaging/registry/printing.d.ts +138 -0
- package/messaging/registry/printing.js +1 -0
- package/messaging/registry/region.d.ts +21 -0
- package/messaging/registry/region.js +1 -0
- package/messaging/registry/reports.d.ts +112 -0
- package/messaging/registry/reports.js +1 -0
- package/messaging/registry/results.d.ts +454 -0
- package/messaging/registry/results.js +1 -0
- package/messaging/registry/search.d.ts +51 -0
- package/messaging/registry/search.js +1 -0
- package/messaging/registry/sketching.d.ts +521 -0
- package/messaging/registry/sketching.js +1 -0
- package/messaging/registry/system.d.ts +117 -0
- package/messaging/registry/system.js +1 -0
- package/messaging/registry/tasks.d.ts +178 -0
- package/messaging/registry/tasks.js +1 -0
- package/messaging/registry/ui.d.ts +361 -0
- package/messaging/registry/ui.js +1 -0
- package/messaging/registry/viewer.d.ts +95 -0
- package/messaging/registry/viewer.js +1 -0
- package/messaging/registry/workflow.d.ts +134 -0
- package/messaging/registry/workflow.js +1 -0
- package/messaging/schema/common-action.schema.json +11130 -0
- package/messaging/schema/common-event.schema.json +7955 -0
- package/messaging/schema/mobile-action.schema.json +14328 -0
- package/messaging/schema/mobile-event.schema.json +9245 -0
- package/messaging/schema/web-action.schema.json +18896 -0
- package/messaging/schema/web-event.schema.json +8515 -0
- package/package.json +71 -0
- package/version.d.ts +4 -0
- package/version.js +4 -0
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<schema
|
|
3
|
+
xmlns="http://www.w3.org/2001/XMLSchema"
|
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
5
|
+
xmlns:base="https://geocortex.com/layout/v1"
|
|
6
|
+
xmlns:tns="https://geocortex.com/layout/mobile/v1"
|
|
7
|
+
targetNamespace="https://geocortex.com/layout/mobile/v1"
|
|
8
|
+
elementFormDefault="qualified"
|
|
9
|
+
xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
10
|
+
|
|
11
|
+
<import namespace="https://geocortex.com/layout/v1" schemaLocation="./layout-common.xsd" />
|
|
12
|
+
|
|
13
|
+
<element name="taskbar" substitutionGroup="base:component">
|
|
14
|
+
<annotation>
|
|
15
|
+
<documentation xml:lang="en">
|
|
16
|
+
Organizes child components into separate items in the taskbar.
|
|
17
|
+
The item names will correspond to the child components' titles.
|
|
18
|
+
The item icons will correspond to the child components' icons.
|
|
19
|
+
</documentation>
|
|
20
|
+
</annotation>
|
|
21
|
+
<complexType>
|
|
22
|
+
<complexContent>
|
|
23
|
+
<extension base="base:Component">
|
|
24
|
+
<choice>
|
|
25
|
+
<element ref="base:component" minOccurs="0" maxOccurs="unbounded"/>
|
|
26
|
+
</choice>
|
|
27
|
+
<attribute name="orientation">
|
|
28
|
+
<annotation>
|
|
29
|
+
<documentation xml:lang="en">
|
|
30
|
+
The orientation of the taskbar. The default is auto.
|
|
31
|
+
</documentation>
|
|
32
|
+
</annotation>
|
|
33
|
+
<simpleType>
|
|
34
|
+
<restriction base="string">
|
|
35
|
+
<enumeration value="auto"/>
|
|
36
|
+
<enumeration value="horizontal"/>
|
|
37
|
+
<enumeration value="vertical"/>
|
|
38
|
+
</restriction>
|
|
39
|
+
</simpleType>
|
|
40
|
+
</attribute>
|
|
41
|
+
</extension>
|
|
42
|
+
</complexContent>
|
|
43
|
+
</complexType>
|
|
44
|
+
</element>
|
|
45
|
+
|
|
46
|
+
<element name="offline-areas" substitutionGroup="base:component">
|
|
47
|
+
<annotation>
|
|
48
|
+
<documentation xml:lang="en">
|
|
49
|
+
Displays a list of offline map areas from Portal or ArcGIS Online, and allows users to download, sync,
|
|
50
|
+
or remove their data.
|
|
51
|
+
</documentation>
|
|
52
|
+
</annotation>
|
|
53
|
+
<complexType>
|
|
54
|
+
<complexContent>
|
|
55
|
+
<extension base="base:Component">
|
|
56
|
+
</extension>
|
|
57
|
+
</complexContent>
|
|
58
|
+
</complexType>
|
|
59
|
+
</element>
|
|
60
|
+
|
|
61
|
+
<element name="create-offline-area" substitutionGroup="base:component">
|
|
62
|
+
<annotation>
|
|
63
|
+
<documentation xml:lang="en">
|
|
64
|
+
Displays a form to use to create a new custom offline map area.
|
|
65
|
+
</documentation>
|
|
66
|
+
</annotation>
|
|
67
|
+
<complexType>
|
|
68
|
+
<complexContent>
|
|
69
|
+
<extension base="base:Component">
|
|
70
|
+
</extension>
|
|
71
|
+
</complexContent>
|
|
72
|
+
</complexType>
|
|
73
|
+
</element>
|
|
74
|
+
|
|
75
|
+
<element name="search-new-extent" substitutionGroup="base:component">
|
|
76
|
+
<annotation>
|
|
77
|
+
<documentation xml:lang="en">
|
|
78
|
+
A component that provides a single button that allows the user to "search this area"
|
|
79
|
+
when the extent of the map changes to be different than the extent that was originally searched.
|
|
80
|
+
</documentation>
|
|
81
|
+
</annotation>
|
|
82
|
+
<complexType>
|
|
83
|
+
<complexContent>
|
|
84
|
+
<extension base="base:Component">
|
|
85
|
+
</extension>
|
|
86
|
+
</complexContent>
|
|
87
|
+
</complexType>
|
|
88
|
+
</element>
|
|
89
|
+
|
|
90
|
+
<element name="version" substitutionGroup="base:component">
|
|
91
|
+
<annotation>
|
|
92
|
+
<documentation xml:lang="en">
|
|
93
|
+
A component that displays a string indicating the current version of the app.
|
|
94
|
+
</documentation>
|
|
95
|
+
</annotation>
|
|
96
|
+
<complexType>
|
|
97
|
+
<complexContent>
|
|
98
|
+
<extension base="base:Component">
|
|
99
|
+
</extension>
|
|
100
|
+
</complexContent>
|
|
101
|
+
</complexType>
|
|
102
|
+
</element>
|
|
103
|
+
|
|
104
|
+
<element name="status-bar-buffer" substitutionGroup="base:component">
|
|
105
|
+
<annotation>
|
|
106
|
+
<documentation xml:lang="en">
|
|
107
|
+
A component that takes up an amount of vertical space equal to the size of the
|
|
108
|
+
taskbar on the current platform.
|
|
109
|
+
</documentation>
|
|
110
|
+
</annotation>
|
|
111
|
+
<complexType>
|
|
112
|
+
<complexContent>
|
|
113
|
+
<extension base="base:Component">
|
|
114
|
+
</extension>
|
|
115
|
+
</complexContent>
|
|
116
|
+
</complexType>
|
|
117
|
+
</element>
|
|
118
|
+
|
|
119
|
+
<element name="add-feature-select-layer" substitutionGroup="base:component">
|
|
120
|
+
<annotation>
|
|
121
|
+
<documentation xml:lang="en">
|
|
122
|
+
A component that allows a user to select a layer to which a feature will be added.
|
|
123
|
+
</documentation>
|
|
124
|
+
</annotation>
|
|
125
|
+
<complexType>
|
|
126
|
+
<complexContent mixed="true">
|
|
127
|
+
<extension base="base:Component" />
|
|
128
|
+
</complexContent>
|
|
129
|
+
</complexType>
|
|
130
|
+
</element>
|
|
131
|
+
|
|
132
|
+
<element name="add-feature" substitutionGroup="base:component">
|
|
133
|
+
<annotation>
|
|
134
|
+
<documentation xml:lang="en">
|
|
135
|
+
A component that displays a form for collecting feature attributes and geometry. Allows a user to save their new feature.
|
|
136
|
+
</documentation>
|
|
137
|
+
</annotation>
|
|
138
|
+
<complexType>
|
|
139
|
+
<complexContent mixed="true">
|
|
140
|
+
<extension base="base:Component" />
|
|
141
|
+
</complexContent>
|
|
142
|
+
</complexType>
|
|
143
|
+
</element>
|
|
144
|
+
|
|
145
|
+
<element name="update-feature" substitutionGroup="base:component">
|
|
146
|
+
<annotation>
|
|
147
|
+
<documentation xml:lang="en">
|
|
148
|
+
A component that displays a form for editing a feature's attributes and geometry. Allows a user to save their changes to the feature.
|
|
149
|
+
</documentation>
|
|
150
|
+
</annotation>
|
|
151
|
+
<complexType>
|
|
152
|
+
<complexContent mixed="true">
|
|
153
|
+
<extension base="base:Component" />
|
|
154
|
+
</complexContent>
|
|
155
|
+
</complexType>
|
|
156
|
+
</element>
|
|
157
|
+
|
|
158
|
+
<element name="add-related-feature" substitutionGroup="base:component">
|
|
159
|
+
<annotation>
|
|
160
|
+
<documentation xml:lang="en">
|
|
161
|
+
A component that displays a form for collecting feature attributes and geometry. Allows a user to save their new feature and relates this feature with an existing feature based on the relationship properties of the feature sources.
|
|
162
|
+
</documentation>
|
|
163
|
+
</annotation>
|
|
164
|
+
<complexType>
|
|
165
|
+
<complexContent mixed="true">
|
|
166
|
+
<extension base="base:Component" />
|
|
167
|
+
</complexContent>
|
|
168
|
+
</complexType>
|
|
169
|
+
</element>
|
|
170
|
+
|
|
171
|
+
<element name="gnss-metadata" substitutionGroup="base:component">
|
|
172
|
+
<annotation>
|
|
173
|
+
<documentation xml:lang="en">
|
|
174
|
+
A component that provides a real-time display of specific metadata values being received from a connected and active GNSS
|
|
175
|
+
receiver.
|
|
176
|
+
</documentation>
|
|
177
|
+
</annotation>
|
|
178
|
+
<complexType>
|
|
179
|
+
<complexContent mixed="true">
|
|
180
|
+
<extension base="base:Component" />
|
|
181
|
+
</complexContent>
|
|
182
|
+
</complexType>
|
|
183
|
+
</element>
|
|
184
|
+
|
|
185
|
+
<element name="gnss-device-selection" substitutionGroup="base:component">
|
|
186
|
+
<annotation>
|
|
187
|
+
<documentation xml:lang="en">
|
|
188
|
+
A component that provides a form which allows the user to view and select between multiple connected GNSS sources (including external devices and integrated GPS). Selecting one will activate it as the current source of geolocation for the app.
|
|
189
|
+
</documentation>
|
|
190
|
+
</annotation>
|
|
191
|
+
<complexType>
|
|
192
|
+
<complexContent mixed="true">
|
|
193
|
+
<extension base="base:Component" />
|
|
194
|
+
</complexContent>
|
|
195
|
+
</complexType>
|
|
196
|
+
</element>
|
|
197
|
+
|
|
198
|
+
<element name="gnss-device-settings" substitutionGroup="base:component">
|
|
199
|
+
<annotation>
|
|
200
|
+
<documentation xml:lang="en">
|
|
201
|
+
A component that provides a form which allows the user to view, edit and save the settings for an external GNSS device.
|
|
202
|
+
</documentation>
|
|
203
|
+
</annotation>
|
|
204
|
+
<complexType>
|
|
205
|
+
<complexContent mixed="true">
|
|
206
|
+
<extension base="base:Component" />
|
|
207
|
+
</complexContent>
|
|
208
|
+
</complexType>
|
|
209
|
+
</element>
|
|
210
|
+
|
|
211
|
+
<element name="geometry-toolbar" substitutionGroup="base:component">
|
|
212
|
+
<annotation>
|
|
213
|
+
<documentation xml:lang="en">
|
|
214
|
+
A component that displays a toolbar containing buttons for geometry and measurement operations.
|
|
215
|
+
</documentation>
|
|
216
|
+
</annotation>
|
|
217
|
+
<complexType>
|
|
218
|
+
<complexContent mixed="true">
|
|
219
|
+
<extension base="base:Component" >
|
|
220
|
+
<attribute name="style">
|
|
221
|
+
<annotation>
|
|
222
|
+
<documentation xml:lang="en">
|
|
223
|
+
The desired visual style for the component.
|
|
224
|
+
</documentation>
|
|
225
|
+
</annotation>
|
|
226
|
+
<simpleType>
|
|
227
|
+
<restriction base="string">
|
|
228
|
+
<enumeration value="round"/>
|
|
229
|
+
<enumeration value="square"/>
|
|
230
|
+
</restriction>
|
|
231
|
+
</simpleType>
|
|
232
|
+
</attribute>
|
|
233
|
+
</extension>
|
|
234
|
+
</complexContent>
|
|
235
|
+
</complexType>
|
|
236
|
+
</element>
|
|
237
|
+
|
|
238
|
+
<element name="scroll" substitutionGroup="base:component">
|
|
239
|
+
<annotation>
|
|
240
|
+
<documentation xml:lang="en">
|
|
241
|
+
A component that allows a user to scroll content.
|
|
242
|
+
Note: Nested scrolling is not supported, so only nest non-scrolling components.
|
|
243
|
+
</documentation>
|
|
244
|
+
</annotation>
|
|
245
|
+
<complexType>
|
|
246
|
+
<complexContent mixed="true">
|
|
247
|
+
<extension base="base:Component">
|
|
248
|
+
<choice>
|
|
249
|
+
<element ref="base:component" minOccurs="0" maxOccurs="unbounded"/>
|
|
250
|
+
</choice>
|
|
251
|
+
</extension>
|
|
252
|
+
</complexContent>
|
|
253
|
+
</complexType>
|
|
254
|
+
</element>
|
|
255
|
+
|
|
256
|
+
</schema>
|
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<schema xmlns="http://www.w3.org/2001/XMLSchema"
|
|
3
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
4
|
+
xmlns:base="https://geocortex.com/layout/v1"
|
|
5
|
+
xmlns:tns="https://geocortex.com/layout/web/v1" targetNamespace="https://geocortex.com/layout/web/v1" elementFormDefault="qualified" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema https://www.w3.org/2009/XMLSchema/XMLSchema.xsd">
|
|
6
|
+
|
|
7
|
+
<import namespace="https://geocortex.com/layout/v1" schemaLocation="./layout-common.xsd" />
|
|
8
|
+
|
|
9
|
+
<!-- GIS Components -->
|
|
10
|
+
|
|
11
|
+
<element name="address" substitutionGroup="base:component">
|
|
12
|
+
<annotation>
|
|
13
|
+
<documentation xml:lang="en">
|
|
14
|
+
Provides reverse geocode information given a point geometry.
|
|
15
|
+
</documentation>
|
|
16
|
+
</annotation>
|
|
17
|
+
<complexType>
|
|
18
|
+
<complexContent>
|
|
19
|
+
<extension base="base:Component" />
|
|
20
|
+
</complexContent>
|
|
21
|
+
</complexType>
|
|
22
|
+
</element>
|
|
23
|
+
|
|
24
|
+
<element name="chart" substitutionGroup="base:component">
|
|
25
|
+
<annotation>
|
|
26
|
+
<documentation xml:lang="en">
|
|
27
|
+
A component that shows a chart.
|
|
28
|
+
</documentation>
|
|
29
|
+
</annotation>
|
|
30
|
+
<complexType>
|
|
31
|
+
<complexContent>
|
|
32
|
+
<extension base="base:Component" />
|
|
33
|
+
</complexContent>
|
|
34
|
+
</complexType>
|
|
35
|
+
</element>
|
|
36
|
+
|
|
37
|
+
<element name="feature-summary" substitutionGroup="base:component">
|
|
38
|
+
<annotation>
|
|
39
|
+
<documentation xml:lang="en">
|
|
40
|
+
A component that allows the user to view a feature summary.
|
|
41
|
+
</documentation>
|
|
42
|
+
</annotation>
|
|
43
|
+
<complexType>
|
|
44
|
+
<complexContent>
|
|
45
|
+
<extension base="base:Component"/>
|
|
46
|
+
</complexContent>
|
|
47
|
+
</complexType>
|
|
48
|
+
</element>
|
|
49
|
+
|
|
50
|
+
<element name="inline" substitutionGroup="base:component">
|
|
51
|
+
<annotation>
|
|
52
|
+
<documentation xml:lang="en">
|
|
53
|
+
A component that allows the integration of Geocortex Inline.
|
|
54
|
+
</documentation>
|
|
55
|
+
</annotation>
|
|
56
|
+
<complexType>
|
|
57
|
+
<complexContent>
|
|
58
|
+
<extension base="base:Component"/>
|
|
59
|
+
</complexContent>
|
|
60
|
+
</complexType>
|
|
61
|
+
</element>
|
|
62
|
+
|
|
63
|
+
<element name="kpi-card" substitutionGroup="base:component">
|
|
64
|
+
<annotation>
|
|
65
|
+
<documentation xml:lang="en">
|
|
66
|
+
A component that shows a key performance indicator.
|
|
67
|
+
</documentation>
|
|
68
|
+
</annotation>
|
|
69
|
+
<complexType>
|
|
70
|
+
<complexContent>
|
|
71
|
+
<extension base="base:Component" />
|
|
72
|
+
</complexContent>
|
|
73
|
+
</complexType>
|
|
74
|
+
</element>
|
|
75
|
+
|
|
76
|
+
<element name="map-3d-toggle" substitutionGroup="base:component">
|
|
77
|
+
<annotation>
|
|
78
|
+
<documentation xml:lang="en">
|
|
79
|
+
A button that allows the end user to switch between the webmap and the
|
|
80
|
+
webscene for a given map component. Requires an associated map component
|
|
81
|
+
(see the "models" attribute) with both a webmap and webscene configured.
|
|
82
|
+
</documentation>
|
|
83
|
+
</annotation>
|
|
84
|
+
<complexType>
|
|
85
|
+
<complexContent mixed="true">
|
|
86
|
+
<extension base="base:Component">
|
|
87
|
+
<attribute name="style">
|
|
88
|
+
<annotation>
|
|
89
|
+
<documentation xml:lang="en">
|
|
90
|
+
The desired visual style for the button.
|
|
91
|
+
</documentation>
|
|
92
|
+
</annotation>
|
|
93
|
+
<simpleType>
|
|
94
|
+
<restriction base="string">
|
|
95
|
+
<enumeration value="round"/>
|
|
96
|
+
<enumeration value="square"/>
|
|
97
|
+
</restriction>
|
|
98
|
+
</simpleType>
|
|
99
|
+
</attribute>
|
|
100
|
+
</extension>
|
|
101
|
+
</complexContent>
|
|
102
|
+
</complexType>
|
|
103
|
+
</element>
|
|
104
|
+
|
|
105
|
+
<element name="overview-map" substitutionGroup="base:component">
|
|
106
|
+
<annotation>
|
|
107
|
+
<documentation xml:lang="en">
|
|
108
|
+
A noninteractive map that displays the extent of a map component.
|
|
109
|
+
</documentation>
|
|
110
|
+
</annotation>
|
|
111
|
+
<complexType>
|
|
112
|
+
<complexContent>
|
|
113
|
+
<extension base="base:Component" />
|
|
114
|
+
</complexContent>
|
|
115
|
+
</complexType>
|
|
116
|
+
</element>
|
|
117
|
+
|
|
118
|
+
<element name="print-form" substitutionGroup="base:component">
|
|
119
|
+
<annotation>
|
|
120
|
+
<documentation xml:lang="en">
|
|
121
|
+
A component that presents configurable options for printing a map.
|
|
122
|
+
</documentation>
|
|
123
|
+
</annotation>
|
|
124
|
+
<complexType>
|
|
125
|
+
<complexContent>
|
|
126
|
+
<extension base="base:Component">
|
|
127
|
+
<attribute name="style">
|
|
128
|
+
<annotation>
|
|
129
|
+
<documentation xml:lang="en">
|
|
130
|
+
The desired visual style for the button.
|
|
131
|
+
</documentation>
|
|
132
|
+
</annotation>
|
|
133
|
+
<simpleType>
|
|
134
|
+
<restriction base="string">
|
|
135
|
+
<enumeration value="round"/>
|
|
136
|
+
<enumeration value="square"/>
|
|
137
|
+
</restriction>
|
|
138
|
+
</simpleType>
|
|
139
|
+
</attribute>
|
|
140
|
+
</extension>
|
|
141
|
+
</complexContent>
|
|
142
|
+
</complexType>
|
|
143
|
+
</element>
|
|
144
|
+
|
|
145
|
+
<element name="results-table" substitutionGroup="base:component">
|
|
146
|
+
<annotation>
|
|
147
|
+
<documentation xml:lang="en">
|
|
148
|
+
A component that allows the user to view results from a search,
|
|
149
|
+
identify, query, or any other activity that produces features in a table
|
|
150
|
+
view.
|
|
151
|
+
</documentation>
|
|
152
|
+
</annotation>
|
|
153
|
+
<complexType>
|
|
154
|
+
<complexContent>
|
|
155
|
+
<extension base="base:Component" />
|
|
156
|
+
</complexContent>
|
|
157
|
+
</complexType>
|
|
158
|
+
</element>
|
|
159
|
+
|
|
160
|
+
<element name="scale-input" substitutionGroup="base:component">
|
|
161
|
+
<annotation>
|
|
162
|
+
<documentation xml:lang="en">
|
|
163
|
+
A component that allows the user to change the scale of the map.
|
|
164
|
+
</documentation>
|
|
165
|
+
</annotation>
|
|
166
|
+
<complexType>
|
|
167
|
+
<complexContent>
|
|
168
|
+
<extension base="base:Component" />
|
|
169
|
+
</complexContent>
|
|
170
|
+
</complexType>
|
|
171
|
+
</element>
|
|
172
|
+
|
|
173
|
+
<element name="tabs" substitutionGroup="base:component">
|
|
174
|
+
<annotation>
|
|
175
|
+
<documentation xml:lang="en">
|
|
176
|
+
Organizes child components into separate tabs, so that only one
|
|
177
|
+
is active at a time. The tab names will correspond to the child
|
|
178
|
+
components' titles.
|
|
179
|
+
</documentation>
|
|
180
|
+
</annotation>
|
|
181
|
+
<complexType>
|
|
182
|
+
<complexContent mixed="true">
|
|
183
|
+
<extension base="base:Component">
|
|
184
|
+
<choice>
|
|
185
|
+
<element ref="base:component" minOccurs="0" maxOccurs="unbounded"/>
|
|
186
|
+
</choice>
|
|
187
|
+
<attribute name="orientation">
|
|
188
|
+
<annotation>
|
|
189
|
+
<documentation xml:lang="en">
|
|
190
|
+
The orientation of the tabs within the component. Valid values
|
|
191
|
+
include "horizontal", and "vertical". The default value is
|
|
192
|
+
"horizontal".
|
|
193
|
+
</documentation>
|
|
194
|
+
</annotation>
|
|
195
|
+
<simpleType>
|
|
196
|
+
<restriction base="string">
|
|
197
|
+
<enumeration value="horizontal"/>
|
|
198
|
+
<enumeration value="vertical"/>
|
|
199
|
+
</restriction>
|
|
200
|
+
</simpleType>
|
|
201
|
+
</attribute>
|
|
202
|
+
<attribute name="position">
|
|
203
|
+
<annotation>
|
|
204
|
+
<documentation xml:lang="en">
|
|
205
|
+
The position of the tabs within the component. Valid values
|
|
206
|
+
include "start", and "end". The default value is "start".
|
|
207
|
+
</documentation>
|
|
208
|
+
</annotation>
|
|
209
|
+
<simpleType>
|
|
210
|
+
<restriction base="string">
|
|
211
|
+
<enumeration value="start"/>
|
|
212
|
+
<enumeration value="end"/>
|
|
213
|
+
</restriction>
|
|
214
|
+
</simpleType>
|
|
215
|
+
</attribute>
|
|
216
|
+
</extension>
|
|
217
|
+
</complexContent>
|
|
218
|
+
</complexType>
|
|
219
|
+
</element>
|
|
220
|
+
|
|
221
|
+
<element name="user-preferences" substitutionGroup="base:component">
|
|
222
|
+
<annotation>
|
|
223
|
+
<documentation xml:lang="en">
|
|
224
|
+
A component that allows the user to change user preferences.
|
|
225
|
+
</documentation>
|
|
226
|
+
</annotation>
|
|
227
|
+
<complexType>
|
|
228
|
+
<complexContent>
|
|
229
|
+
<extension base="base:Component">
|
|
230
|
+
<attribute name="style">
|
|
231
|
+
<annotation>
|
|
232
|
+
<documentation xml:lang="en">
|
|
233
|
+
The desired visual style for the button.
|
|
234
|
+
</documentation>
|
|
235
|
+
</annotation>
|
|
236
|
+
<simpleType>
|
|
237
|
+
<restriction base="string">
|
|
238
|
+
<enumeration value="round"/>
|
|
239
|
+
<enumeration value="square"/>
|
|
240
|
+
</restriction>
|
|
241
|
+
</simpleType>
|
|
242
|
+
</attribute>
|
|
243
|
+
</extension>
|
|
244
|
+
</complexContent>
|
|
245
|
+
</complexType>
|
|
246
|
+
</element>
|
|
247
|
+
|
|
248
|
+
</schema>
|