<?xml version="1.0" encoding="UTF-8"?><metadata xml:lang="de">
    <Esri>
        <CreaDate>20200827</CreaDate>
        <CreaTime>11160700</CreaTime>
        <ArcGISFormat>1.0</ArcGISFormat>
        <SyncOnce>TRUE</SyncOnce>
        <ModDate>20260119</ModDate>
        <ModTime>120507</ModTime>
        <scaleRange>
            <minScale>150000000</minScale>
            <maxScale>5000</maxScale>
        </scaleRange>
        <ArcGISProfile>ItemDescription</ArcGISProfile>
    </Esri>
    <tool displayname="Get Product Info Task" name="GetProductInfoTool" toolboxalias="VertiGIS_Printing_Tools_5_29_0_v3">
        <arcToolboxHelpPath>withheld</arcToolboxHelpPath>
        <summary>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Fetches the Information of this Product.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</summary>
        <scriptExamples>
            <scriptExample>
                <title>Task Response Schema</title>
                <code>{
  "$schema": "http://json-schema.org/schema",
  "$id": "https://vertigis.com/product-info-response.schema.json",
  "title": "Product Info Response Schema",
  "type": "object",
  "properties": {
    "results": {
      "description": "Prodcut Info Results Output Parameters.",
      "type": "array",
      "minItems": 2,
      "maxItems": 2,
      "items": [
        {
          "type": "object",
          "properties": {
            "paramName": {
              "description": "GP Process Output Parameter Name.",
              "type": "string"
            },
            "dataType": {
              "description": "GP Process Output Parameter Type.",
              "type": "string"
            },
            "value": {
              "description": "GP Process Output Parameter Value.",
              "type": "object",
              "properties": {
                "Version": {
                  "description": "GP Tool Product Build Version.",
                  "type": "string"
                },
                "Date": {
                  "description": "GP Tool Product Build Date.",
                  "type": "string"
                }
              },
              "required": [
                "Version",
                "Date"
              ]
            }
          },
          "required": [
            "paramName",
            "dataType",
            "value"
          ]
        },
        {
          "type": "object",
          "properties": {
            "paramName": {
              "description": "GP Process Log File Output Parameter Name.",
              "type": "string"
            },
            "dataType": {
              "description": "GP Process Log File Output Parameter Type.",
              "type": "string"
            },
            "value": {
              "description": "GP Process Log File Output Parameter Value.",
              "type": "object",
              "properties": {
                "url": {
                  "description": "Log File URL.",
                  "type": "string"
                }
              },
              "required": [
                "url"
              ]
            }
          },
          "required": [
            "paramName",
            "dataType",
            "value"
          ]
        }
      ]
    },
    "messages": {
      "description": "GP Process Output Messages. Shown according to their Severity when publishing the Toolbox.",
      "type": "array",
      "minItems": 0,
      "items": {}
    }
  },
  "required": [
    "results",
    "messages"
  ]
}</code>
                <para>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN STYLE="font-style:italic;"&gt;JSON Schema&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</para>
            </scriptExample>
        </scriptExamples>
        <scriptExamples>
            <scriptExample>
                <title>Sample - Response Parameter :: 'Output_JSON'</title>
                <code>{
  "Version": "1.4.0.21",
  "Date": "3/29/2023"
}</code>
                <para>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN STYLE="font-style:italic;"&gt;Product Build Version and Date&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</para>
            </scriptExample>
        </scriptExamples>
        <usage>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;No Task Parameters needed for submit.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</usage>
        <parameters/>
    </tool>
    <dataIdInfo>
        <idCitation>
            <resTitle>Get Product Info Task</resTitle>
        </idCitation>
        <searchKeys>
            <keyword>VertiGIS, Printing</keyword>
        </searchKeys>
        <idCredit>Copyright 2023, VertiGIS GmbH</idCredit>
    </dataIdInfo>
    <distInfo>
        <distributor>
            <distorFormat>
                <formatName>ArcToolbox Tool</formatName>
            </distorFormat>
        </distributor>
    </distInfo>
    <mdHrLv>
        <ScopeCd value="005"/>
    </mdHrLv>
    <mdDateSt Sync="TRUE">20230414</mdDateSt>
</metadata>
