<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What represent the xml file(s) referenced in the .lyrx files? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/what-represent-the-xml-file-s-referenced-in-the/m-p/1015476#M35842</link>
    <description>&lt;LI-CODE lang="markup"&gt;"type" : "CIMLayerDocument",
  "version" : "2.7.0",
  "build" : 26398,
  "layers" : [
    "CIMPATH=npgeom_tests/x2.xml"&lt;/LI-CODE&gt;&lt;P&gt;In the above example The CIMPATH refers to the map (npgeom_tests) that the input layer resides.&lt;/P&gt;&lt;P&gt;The actual location of the geodatabase that file that it references is given later.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"workspaceConnectionString" : "DATABASE=..\\tests.gdb",&lt;/LI-CODE&gt;&lt;P&gt;The lyrx references what was use to produce the file and the properties of the symbology.&amp;nbsp; If you are looking to see a nice little package describing the symbology, you will have to scroll through lyrx and its multitudinous list of nested curly brackets&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;.&amp;nbsp; The above simple lyrx file that I extracted the examples from was only 1433 lines long.&amp;nbsp; But it is best not to mess with the file&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jan 2021 11:04:25 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2021-01-11T11:04:25Z</dc:date>
    <item>
      <title>What represent the xml file(s) referenced in the .lyrx files?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-represent-the-xml-file-s-referenced-in-the/m-p/1015451#M35841</link>
      <description>&lt;P&gt;I'm trying to understand .lyrx files and I don't find much info about the .xml files referenced in them. For example, I exported the symbology for a layer called "hydroWaterBodies" (first part below), but don't find this map/hydrowaterbodies.xml anywhere on my computer. I understood it's for the layer metadata? Where is this file located? Any clarification on this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
"type" : "CIMLayerDocument",
"version" : "2.7.0",
"build" : 26828,
"layers" : [
"CIMPATH=map/hydrowaterbodies.xml"
],
"layerDefinitions" : [
{
"type" : "CIMFeatureLayer",
"name" : "Water body",
"uRI" : "CIMPATH=map/hydrowaterbodies.xml",
"sourceModifiedTime" : {
"type" : "TimeInstant"

...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 08:35:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-represent-the-xml-file-s-referenced-in-the/m-p/1015451#M35841</guid>
      <dc:creator>MarcFasel2</dc:creator>
      <dc:date>2021-01-11T08:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: What represent the xml file(s) referenced in the .lyrx files?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-represent-the-xml-file-s-referenced-in-the/m-p/1015476#M35842</link>
      <description>&lt;LI-CODE lang="markup"&gt;"type" : "CIMLayerDocument",
  "version" : "2.7.0",
  "build" : 26398,
  "layers" : [
    "CIMPATH=npgeom_tests/x2.xml"&lt;/LI-CODE&gt;&lt;P&gt;In the above example The CIMPATH refers to the map (npgeom_tests) that the input layer resides.&lt;/P&gt;&lt;P&gt;The actual location of the geodatabase that file that it references is given later.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"workspaceConnectionString" : "DATABASE=..\\tests.gdb",&lt;/LI-CODE&gt;&lt;P&gt;The lyrx references what was use to produce the file and the properties of the symbology.&amp;nbsp; If you are looking to see a nice little package describing the symbology, you will have to scroll through lyrx and its multitudinous list of nested curly brackets&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;.&amp;nbsp; The above simple lyrx file that I extracted the examples from was only 1433 lines long.&amp;nbsp; But it is best not to mess with the file&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 11:04:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-represent-the-xml-file-s-referenced-in-the/m-p/1015476#M35842</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-01-11T11:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: What represent the xml file(s) referenced in the .lyrx files?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-represent-the-xml-file-s-referenced-in-the/m-p/1015862#M35886</link>
      <description>&lt;P&gt;Thanks, it's clearer now.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 09:45:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-represent-the-xml-file-s-referenced-in-the/m-p/1015862#M35886</guid>
      <dc:creator>MarcFasel2</dc:creator>
      <dc:date>2021-01-12T09:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: What represent the xml file(s) referenced in the .lyrx files?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/what-represent-the-xml-file-s-referenced-in-the/m-p/1015877#M35889</link>
      <description>&lt;P&gt;No problem.&amp;nbsp; You may want to close the thread if your question was answered&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 11:18:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/what-represent-the-xml-file-s-referenced-in-the/m-p/1015877#M35889</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-01-12T11:18:04Z</dc:date>
    </item>
  </channel>
</rss>

