<?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: how to add seed function in ArcGIS CityEngine Questions</title>
    <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-add-seed-function/m-p/162380#M2154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the Tutorial, helped me a lot to understand more ways to write my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am not sure how to put a handle in my code since it is generated from&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;GFHeight + nFloors*UFHeight&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Here is my complete code&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Lot --&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;split(x) { Width: Col(split.index, split.total)}*&lt;BR /&gt;&lt;BR /&gt;Col(col_ind, nCols) --&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;split(z) { Length: Cell(split.index, split.total, col_ind, nCols)}*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cell(row_ind, nRows, col_ind, nCols) --&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;extrude(&lt;/SPAN&gt;&lt;SPAN style="background-color: #f6f6f6; border: 0px; font-size: 14px;"&gt;getHeight(row_ind, nRows, col_ind, nCols)&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;//////////////////////////&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;getHeight(row_ind, nRows, col_ind, nCols) = GfHeight + nFloors(row_ind, nRows, col_ind, nCols)*UfHeight&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;nFloors(row_ind, nRows, col_ind, nCols) =&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;case Variation_Mode == "None" || (nRows*nCols) &amp;lt; 2 : Floor_Max&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;case Variation_Mode == "Increasing" : (Floor_Min) + (rint((Floor_Max-Floor_Min)*((row_ind*nCols+col_ind)/((nRows*nCols)-1))))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;case Variation_Mode == "Decreasing" : Floor_Min + rint((Floor_Max-Floor_Min)*(1-(row_ind*nCols+col_ind)/((nRows*nCols)-1)))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;case Variation_Mode == "Alternating" : Floor_Min + rint((Floor_Max-Floor_Min)*((row_ind*nCols+col_ind)%2))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;else&amp;nbsp;: rint(rand(Floor_Min-0.49,Floor_Max+0.49))&amp;nbsp; &amp;nbsp; &amp;nbsp;//////////// Random Height Function&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I can't put handle on both GFHeight and UFHeight in the attribute because both will be constant from the attribute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw the seedian shape attribute in help link but didn't get it properly how to apply in the code. It will be great if you can provide some example on using "seedian shape attribute"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Nov 2017 09:48:16 GMT</pubDate>
    <dc:creator>AbhishekSobbana1</dc:creator>
    <dc:date>2017-11-27T09:48:16Z</dc:date>
    <item>
      <title>how to add seed function</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-add-seed-function/m-p/162376#M2150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have split a parcel into pieces and assigned a probability function between&amp;nbsp; building, greenspace and openspace.&lt;/P&gt;&lt;P&gt;I have also given rand height function for the building.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I regenerate(ctrl+shift+g) it give me options like,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/384763_Recursion.gif" style="width: 620px; height: 443px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the issue is once I select the building footprint location I want to regenerate for random height , when I try to that it will change the building location also because of probability function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I there a way, where I can apply seedian function just for height without changing the location of the building. something like this&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/384794_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 10:49:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-add-seed-function/m-p/162376#M2150</guid>
      <dc:creator>AbhishekSobbana1</dc:creator>
      <dc:date>2017-11-23T10:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to add seed function</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-add-seed-function/m-p/162377#M2151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the initial shape is the large space which is divided up into the 4x5 grid, then trying to select one of the 20 individual cells is not possible in the normal selection mode.&amp;nbsp; The whole large shape will be selected, and then all 20 lots will be regenerated with different random numbers.&amp;nbsp; When updating the seed using Ctrl+Shift+G, the seed for the whole shape will be changed, so this will change your&amp;nbsp;type assignment on the grid cells no matter what, which I think is not what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make changes to an individual cell, I would recommend using the local edits mode, which can be found on toolbar or accessible through the keyboard shortcut O.&amp;nbsp; You would have to create an attribute for the building height, put a handle on it, and then you can change the height of each individual building that you can select in local edits mode.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/384796_local_edits_toolbar_icon.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;@Handle(shape=Mass)
attr building_height = 10

GridCell --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;extrude(building_height)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Mass
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a tutorial on local edits (only available starting with 2017.0).&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/cityengine/latest/tutorials/tutorial-20-local-edits.htm" title="http://desktop.arcgis.com/en/cityengine/latest/tutorials/tutorial-20-local-edits.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Tutorial 20: Local edits—CityEngine Tutorials | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:31:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-add-seed-function/m-p/162377#M2151</guid>
      <dc:creator>CherylLau</dc:creator>
      <dc:date>2021-12-11T08:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to add seed function</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-add-seed-function/m-p/162378#M2152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does @Handels works on 2015.2 advance version?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My height function is not defined in attribute, it from the GF_Height and UF_Height,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;getHeight(row_ind, nRows, col_ind, nCols) = GfHeight + nFloors(row_ind, nRows, col_ind, nCols)*UfHeight&lt;/P&gt;&lt;P&gt;nFloors(row_ind, nRows, col_ind, nCols) = &lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;case Variation_Mode == "None" || (nRows*nCols) &amp;lt; 2 : Floor_Max &lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;case Variation_Mode == "Increasing" : (Floor_Min) + (rint((Floor_Max-Floor_Min)*((row_ind*nCols+col_ind)/((nRows*nCols)-1))))&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;case Variation_Mode == "Decreasing" : Floor_Min + rint((Floor_Max-Floor_Min)*(1-(row_ind*nCols+col_ind)/((nRows*nCols)-1)))&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;case Variation_Mode == "Alternating" : Floor_Min + rint((Floor_Max-Floor_Min)*((row_ind*nCols+col_ind)%2))&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;else&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lot --&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;extrude(&lt;SPAN style="background-color: #f6f6f6;"&gt;getHeight(row_ind, nRows, col_ind, nCols)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking for a seed function like in block division shape parameters. Is it possible to have such function in the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="384824" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/384824_pastedImage_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 03:46:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-add-seed-function/m-p/162378#M2152</guid>
      <dc:creator>AbhishekSobbana1</dc:creator>
      <dc:date>2017-11-24T03:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to add seed function</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-add-seed-function/m-p/162379#M2153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Handles were first introduced in 2015.0, but they have been updated and extended since then.&amp;nbsp; Here is a tutorial on handles and some pages from the help doc:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/cityengine/latest/tutorials/tutorial-18-handles.htm" title="http://desktop.arcgis.com/en/cityengine/latest/tutorials/tutorial-18-handles.htm"&gt;Tutorial 18: Handles—CityEngine Tutorials | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/manual/cga/handles/handles.html?resultof=%22%68%61%6e%64%6c%65%73%22%20%22%68%61%6e%64%6c%22%20" title="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/manual/cga/handles/handles.html?resultof=%22%68%61%6e%64%6c%65%73%22%20%22%68%61%6e%64%6c%22%20"&gt;Handles&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/manual/cga/handles/cga_wr_handles.html?resultof=%22%68%61%6e%64%6c%65%73%22%20%22%68%61%6e%64%6c%22%20" title="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/manual/cga/handles/cga_wr_handles.html?resultof=%22%68%61%6e%64%6c%65%73%22%20%22%68%61%6e%64%6c%22%20"&gt;Creating Handles&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Handles are only available on attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The seed is not really a function but rather a&amp;nbsp;number that belongs to the shape.&amp;nbsp; In cga code, you can get and set this number using the seedian shape attribute.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/attr_seedian.html" title="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/attr_seedian.html"&gt;seedian Shape Attribute&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 08:32:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-add-seed-function/m-p/162379#M2153</guid>
      <dc:creator>CherylLau</dc:creator>
      <dc:date>2017-11-24T08:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to add seed function</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-add-seed-function/m-p/162380#M2154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the Tutorial, helped me a lot to understand more ways to write my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am not sure how to put a handle in my code since it is generated from&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;GFHeight + nFloors*UFHeight&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Here is my complete code&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Lot --&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;split(x) { Width: Col(split.index, split.total)}*&lt;BR /&gt;&lt;BR /&gt;Col(col_ind, nCols) --&amp;gt;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;split(z) { Length: Cell(split.index, split.total, col_ind, nCols)}*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cell(row_ind, nRows, col_ind, nCols) --&amp;gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;extrude(&lt;/SPAN&gt;&lt;SPAN style="background-color: #f6f6f6; border: 0px; font-size: 14px;"&gt;getHeight(row_ind, nRows, col_ind, nCols)&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;//////////////////////////&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;getHeight(row_ind, nRows, col_ind, nCols) = GfHeight + nFloors(row_ind, nRows, col_ind, nCols)*UfHeight&lt;/P&gt;&lt;P style="border: 0px; font-size: 14px;"&gt;nFloors(row_ind, nRows, col_ind, nCols) =&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;case Variation_Mode == "None" || (nRows*nCols) &amp;lt; 2 : Floor_Max&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;case Variation_Mode == "Increasing" : (Floor_Min) + (rint((Floor_Max-Floor_Min)*((row_ind*nCols+col_ind)/((nRows*nCols)-1))))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;case Variation_Mode == "Decreasing" : Floor_Min + rint((Floor_Max-Floor_Min)*(1-(row_ind*nCols+col_ind)/((nRows*nCols)-1)))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;case Variation_Mode == "Alternating" : Floor_Min + rint((Floor_Max-Floor_Min)*((row_ind*nCols+col_ind)%2))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;else&amp;nbsp;: rint(rand(Floor_Min-0.49,Floor_Max+0.49))&amp;nbsp; &amp;nbsp; &amp;nbsp;//////////// Random Height Function&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I can't put handle on both GFHeight and UFHeight in the attribute because both will be constant from the attribute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw the seedian shape attribute in help link but didn't get it properly how to apply in the code. It will be great if you can provide some example on using "seedian shape attribute"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 09:48:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-add-seed-function/m-p/162380#M2154</guid>
      <dc:creator>AbhishekSobbana1</dc:creator>
      <dc:date>2017-11-27T09:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to add seed function</title>
      <link>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-add-seed-function/m-p/162381#M2155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Handles only work on attributes.&amp;nbsp; In order to use handles, you would have to redesign the code&amp;nbsp;so that you have attributes for the quantities that you want to have handles for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you could put a handle on the attribute nFloors and then set the handle to use the shape which is the mass of the building which is extruded to the correct height.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for the seedian, again, I don't think setting it will get you what you want, but maybe you see a way of getting it to work for you.&amp;nbsp; You can set it in cga code using set().&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_set.html" title="http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/cgareference/op_set.html"&gt;set Operation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This sets the seedian to the value 123456, for example.&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;set(seedian, 123456)‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 12:25:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-cityengine-questions/how-to-add-seed-function/m-p/162381#M2155</guid>
      <dc:creator>CherylLau</dc:creator>
      <dc:date>2017-11-27T12:25:57Z</dc:date>
    </item>
  </channel>
</rss>

