<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<metadata xml:lang="en">
<Esri>
<CreaDate>20180306</CreaDate>
<CreaTime>07164400</CreaTime>
<SyncOnce>FALSE</SyncOnce>
<SyncDate>20230915</SyncDate>
<SyncTime>09464700</SyncTime>
<ModDate>20230915</ModDate>
<ModTime>09464700</ModTime>
<DataProperties>
<itemProps>
<itemName Sync="TRUE">CommunityParks_Buffer</itemName>
<imsContentType Sync="TRUE">002</imsContentType>
<nativeExtBox>
<westBL Sync="TRUE">448260.372512</westBL>
<eastBL Sync="TRUE">621231.687330</eastBL>
<southBL Sync="TRUE">949434.125450</southBL>
<northBL Sync="TRUE">1111265.692206</northBL>
<exTypeCode Sync="TRUE">1</exTypeCode>
</nativeExtBox>
<relatedItems>
<item>
<itemName/>
</item>
<item>
<itemName/>
<itemType Sync="TRUE">Relationship</itemType>
</item>
<item>
<itemName/>
<itemType Sync="TRUE">Relationship</itemType>
</item>
<item>
<itemName/>
<itemType Sync="TRUE">Relationship</itemType>
</item>
<item>
<itemName/>
<itemType Sync="TRUE">Relationship</itemType>
</item>
<item>
<itemName/>
<itemType Sync="TRUE">Relationship</itemType>
</item>
<item>
<itemName/>
<itemType Sync="TRUE">Relationship</itemType>
</item>
<item>
<itemName Sync="TRUE">SQLPNL.PNL.ParksCoverManyParcels</itemName>
<itemType Sync="TRUE">Relationship</itemType>
</item>
</relatedItems>
<itemLocation>
<linkage Sync="TRUE">file://\\cnp-gis-05\GIS_Public\Departments\Parks\Projects2023\FutureParksPlanning\Default.gdb</linkage>
<protocol Sync="TRUE">Local Area Network</protocol>
</itemLocation>
</itemProps>
<coordRef>
<type Sync="TRUE">Projected</type>
<geogcsn Sync="TRUE">GCS_North_American_1983_HARN</geogcsn>
<projcsn Sync="TRUE">NAD_1983_HARN_StatePlane_Florida_West_FIPS_0902_Feet</projcsn>
<peXml Sync="TRUE">&lt;ProjectedCoordinateSystem xsi:type='typens:ProjectedCoordinateSystem' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xs='http://www.w3.org/2001/XMLSchema' xmlns:typens='http://www.esri.com/schemas/ArcGIS/3.1.0'&gt;&lt;WKT&gt;PROJCS[&amp;quot;NAD_1983_HARN_StatePlane_Florida_West_FIPS_0902_Feet&amp;quot;,GEOGCS[&amp;quot;GCS_North_American_1983_HARN&amp;quot;,DATUM[&amp;quot;D_North_American_1983_HARN&amp;quot;,SPHEROID[&amp;quot;GRS_1980&amp;quot;,6378137.0,298.257222101]],PRIMEM[&amp;quot;Greenwich&amp;quot;,0.0],UNIT[&amp;quot;Degree&amp;quot;,0.0174532925199433]],PROJECTION[&amp;quot;Transverse_Mercator&amp;quot;],PARAMETER[&amp;quot;False_Easting&amp;quot;,656166.6666666665],PARAMETER[&amp;quot;False_Northing&amp;quot;,0.0],PARAMETER[&amp;quot;Central_Meridian&amp;quot;,-82.0],PARAMETER[&amp;quot;Scale_Factor&amp;quot;,0.9999411764705882],PARAMETER[&amp;quot;Latitude_Of_Origin&amp;quot;,24.33333333333333],UNIT[&amp;quot;Foot_US&amp;quot;,0.3048006096012192],AUTHORITY[&amp;quot;EPSG&amp;quot;,2882]]&lt;/WKT&gt;&lt;XOrigin&gt;-17791300&lt;/XOrigin&gt;&lt;YOrigin&gt;-41645400&lt;/YOrigin&gt;&lt;XYScale&gt;137249422.94257641&lt;/XYScale&gt;&lt;ZOrigin&gt;-100000&lt;/ZOrigin&gt;&lt;ZScale&gt;10000&lt;/ZScale&gt;&lt;MOrigin&gt;-100000&lt;/MOrigin&gt;&lt;MScale&gt;10000&lt;/MScale&gt;&lt;XYTolerance&gt;0.0032808333333333331&lt;/XYTolerance&gt;&lt;ZTolerance&gt;0.001&lt;/ZTolerance&gt;&lt;MTolerance&gt;0.001&lt;/MTolerance&gt;&lt;HighPrecision&gt;true&lt;/HighPrecision&gt;&lt;WKID&gt;2882&lt;/WKID&gt;&lt;LatestWKID&gt;2882&lt;/LatestWKID&gt;&lt;/ProjectedCoordinateSystem&gt;</peXml>
<csUnits Sync="TRUE">Linear Unit: Foot_US (0.304801)</csUnits>
</coordRef>
<lineage>
<Process Date="20110114" Time="092407" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries PNL_ID ID VB "Dim ID\nDim strDay\nDim strMonth\nDim lastbit\n\nstrDay = Day(Now())\nstrMonth = Month(Now())\nlastbit = [OBJECTID]\nIf strDay &lt; 10 Then strDay = "0" &amp; strDay\nIf strMonth &lt; 10 Then strMonth = "0" &amp; strMonth\nIf lastbit &lt; 10 Then lastbit = "00000" &amp; lastbit\nIf lastbit &gt;= 10 And lastbit &lt; 100 Then lastbit = "0000" &amp; lastbit\nIf lastbit &gt;= 100 And lastbit &lt; 1000 Then lastbit = "000" &amp; lastbit\nIf lastbit &gt;= 1000 And lastbit &lt; 10000 Then lastbit = "00" &amp; lastbit\nIf lastbit &gt;= 10000 And lastbit &lt; 100000 Then lastbit = "0" &amp; lastbit\n\nID = "PA" &amp; "_" &amp; strMonth &amp; strDay &amp; Year(Now()) &amp; "_" &amp; lastbit\n\n\n\n"</Process>
<Process Date="20110114" Time="092449" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries PNL_ID ID VB "Dim ID\nDim strDay\nDim strMonth\nDim lastbit\n\nstrDay = Day(Now())\nstrMonth = Month(Now())\nlastbit = [OBJECTID]\nIf strDay &lt; 10 Then strDay = "0" &amp; strDay\nIf strMonth &lt; 10 Then strMonth = "0" &amp; strMonth\nIf lastbit &lt; 10 Then lastbit = "00000" &amp; lastbit\nIf lastbit &gt;= 10 And lastbit &lt; 100 Then lastbit = "0000" &amp; lastbit\nIf lastbit &gt;= 100 And lastbit &lt; 1000 Then lastbit = "000" &amp; lastbit\nIf lastbit &gt;= 1000 And lastbit &lt; 10000 Then lastbit = "00" &amp; lastbit\nIf lastbit &gt;= 10000 And lastbit &lt; 100000 Then lastbit = "0" &amp; lastbit\n\nID = "PS" &amp; "_" &amp; strMonth &amp; strDay &amp; Year(Now()) &amp; "_" &amp; lastbit\n\n\n\n"</Process>
<Process Date="20110217" Time="140625" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries PNL_ID ID VB "Dim ID\nDim lastbit\n\nlastbit = [OBJECTID]\n\nIf lastbit &lt; 10 Then lastbit = "00" &amp; lastbit\nIf lastbit &gt;= 10 And lastbit &lt; 100 Then lastbit = "0" &amp; lastbit\nIf lastbit &gt;= 100 And lastbit &lt; 1000 Then lastbit = lastbit\n\nID = "PNL" &amp; "_" &amp; lastbit\n\n\n\n"</Process>
<Process Date="20110902" Time="071906" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries ParkName "Siesta Beach Access 7 Additions" VB #</Process>
<Process Date="20110902" Time="072834" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries PNL_ID ID VB "Dim ID\nDim lastbit\n\nlastbit = [OBJECTID]\n\nIf lastbit &lt; 10 Then lastbit = "00" &amp; lastbit\nIf lastbit &gt;= 10 And lastbit &lt; 100 Then lastbit = "0" &amp; lastbit\nIf lastbit &gt;= 100 And lastbit &lt; 1000 Then lastbit = lastbit\n\nID = "PNL" &amp; "_" &amp; lastbit\n\n\n\n"</Process>
<Process Date="20111229" Time="112216" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries ParkType "&lt;Null&gt;" VB #</Process>
<Process Date="20111229" Time="121740" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries ParkName "Siesta Key Beach Access 7 Additions" VB #</Process>
<Process Date="20120105" Time="110613" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries PNL_ID ID VB "Dim ID\nDim lastbit\n\nlastbit = [OBJECTID]\n\nIf lastbit &lt; 10 Then lastbit = "00" &amp; lastbit\nIf lastbit &gt;= 10 And lastbit &lt; 100 Then lastbit = "0" &amp; lastbit\nIf lastbit &gt;= 100 And lastbit &lt; 1000 Then lastbit = lastbit\n\nID = "PNL" &amp; "_" &amp; lastbit\n\n\n\n"</Process>
<Process Date="20120105" Time="110650" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries Label_ID ID VB "Dim ID\nDim lastbit\n\nlastbit = [OBJECTID]\n\nIf lastbit &lt; 10 Then lastbit = "00" &amp; lastbit\nIf lastbit &gt;= 10 And lastbit &lt; 100 Then lastbit = "0" &amp; lastbit\nIf lastbit &gt;= 100 And lastbit &lt; 1000 Then lastbit = lastbit\n\nID = "PNL" &amp; "_" &amp; lastbit\n\n\n\n"</Process>
<Process Date="20120105" Time="135033" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries EditDate "1/5/2012" VB #</Process>
<Process Date="20120105" Time="140247" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries EditDate "1/5/2012" VB #</Process>
<Process Date="20120105" Time="140834" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries EditDate "1/5/2012" VB #</Process>
<Process Date="20120203" Time="141807" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [AcreSource] VB #</Process>
<Process Date="20120203" Time="141823" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120203" Time="144351" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120203" Time="150856" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120203" Time="150917" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries EditDate "2/3/2012" VB #</Process>
<Process Date="20120203" Time="150959" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120203" Time="151018" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries EditDate "2/3/2011" VB #</Process>
<Process Date="20120314" Time="115251" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="115500" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="115519" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="115728" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="115921" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="120017" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="120110" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="120230" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="120258" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="120408" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="120513" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="120759" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="120924" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="121002" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="121200" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="121216" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="121237" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="121310" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="121445" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="121517" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="121552" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="121613" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="122709" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="122735" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="122825" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="122949" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="123010" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="123033" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="123049" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="123152" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="123220" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="123238" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="123308" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="123344" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="123411" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="123449" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="123506" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="124846" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="124904" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="124924" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="125021" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="125041" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="125126" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="125151" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="125256" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="125410" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="125438" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="125500" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="125834" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120314" Time="125958" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120319" Time="152701" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage null VB #</Process>
<Process Date="20120319" Time="152750" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries AcreSource null VB #</Process>
<Process Date="20120319" Time="152953" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage [Acreage] VB #</Process>
<Process Date="20120319" Time="153036" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries Acreage "[Shape.area] * 0.000022956841139" VB #</Process>
<Process Date="20120319" Time="153303" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries RecordedAcreage null VB #</Process>
<Process Date="20120319" Time="153440" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries Acreage "[Shape.area] * 0.000022956841139" VB #</Process>
<Process Date="20120319" Time="153547" ToolSource="C:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField ParkBoundaries AcreSource "NONE" VB #</Process>
<Process Date="20121206" Time="090306" ToolSource="C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField NP_ParkBoundariesRecreatefromSCGIS Amenities [Notes] VB #</Process>
<Process Date="20130129" Time="073536" ToolSource="C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField NP_ParkBoundariesRecreatefromSCGIS Phone "429-7275" VB #</Process>
<Process Date="20130129" Time="075335" ToolSource="C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField NP_ParkBoundariesRecreatefromSCGIS BrochureLbl_1 [BrochureLbl] VB #</Process>
<Process Date="20130129" Time="075447" ToolSource="C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField NP_ParkBoundariesRecreatefromSCGIS BrochureLbl [BrochureLbl_1] VB #</Process>
<Process Date="20130129" Time="085153" ToolSource="C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField NP_ParkBoundariesRecreatefromSCGIS EditDate "01/29/2013" VB #</Process>
<Process Date="20130129" Time="104230" ToolSource="C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField NP_ParkBoundariesRecreatefromSCGIS NPParkType "Community Parks / Activity Centers" VB #</Process>
<Process Date="20130129" Time="104451" ToolSource="C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField NP_ParkBoundariesRecreatefromSCGIS NPParkType "Recreational / Sports Facilities" VB #</Process>
<Process Date="20130129" Time="104724" ToolSource="C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField NP_ParkBoundariesRecreatefromSCGIS NPParkType "Special Use" VB #</Process>
<Process Date="20130129" Time="104809" ToolSource="C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField NP_ParkBoundariesRecreatefromSCGIS NPParkType "Future Amenities" VB #</Process>
<Process Date="20130129" Time="105050" ToolSource="C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField NP_ParkBoundariesRecreatefromSCGIS NPParkType "Neighborhood Parks" VB #</Process>
<Process Date="20130129" Time="105401" ToolSource="C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField NP_ParkBoundariesRecreatefromSCGIS Phone "941.429.7275" VB #</Process>
<Process Date="20130129" Time="125611" ToolSource="C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField NP_ParkBoundariesRecreatefromSCGIS Notes "" VB #</Process>
<Process Date="20130130" Time="074450" ToolSource="C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField NP_ParkBoundariesRecreatefromSCGIS EditDate "01/30/2013" VB #</Process>
<Process Date="20130130" Time="074502" ToolSource="C:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\Toolboxes\Data Management Tools.tbx\CalculateField">CalculateField NP_ParkBoundariesRecreatefromSCGIS Editor "NLH" VB #</Process>
<Process Date="20160616" Time="090223" ToolSource="c:\program files (x86)\arcgis\desktop10.3\ArcToolbox\Toolboxes\Data Management Tools.tbx\FeatureToPoint">FeatureToPoint NP_ParksPolygons M:\Departments\GeneralServices\GIS\GISMaintenance\ParksMaintenance\ParksMaintenanceData.gdb\NP_ParksPts_1 CENTROID</Process>
<Process Date="20230912" Time="080550" ToolSource="c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Conversion Tools.tbx\ExportFeatures">ExportFeatures GIS_Prod.GIS.NP_ParksPts M:\Departments\Parks\Projects2023\FutureParksPlanning\Default.gdb\CommunityParks # NOT_USE_ALIAS "ParkType "ParkType" true true false 4 Long 0 10,First,#,GIS_Prod.GIS.NP_ParksPts,ParkType,-1,-1;SpecialtyType "SpecialtyType" true true false 6 Text 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,SpecialtyType,0,6;PNL_ID "PNL_ID" true true false 7 Text 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,PNL_ID,0,7;Label_ID "Label_ID" true true false 4 Long 0 10,First,#,GIS_Prod.GIS.NP_ParksPts,Label_ID,-1,-1;ParkName "ParkName" true true false 200 Text 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,ParkName,0,200;PrimaryMaintenance "PrimaryMaintenance" true true false 6 Text 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,PrimaryMaintenance,0,6;PrimaryOwner "PrimaryOwner" true true false 6 Text 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,PrimaryOwner,0,6;FundingProgram "FundingProgram" true true false 6 Text 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,FundingProgram,0,6;EditDate "EditDate" true true false 8 Date 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,EditDate,-1,-1;Editor "Editor" true true false 5 Text 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,Editor,0,5;Address "Address" true true false 100 Text 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,Address,0,100;Phone "Phone" true true false 12 Text 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,Phone,0,12;ZipCode "ZipCode" true true false 7 Text 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,ZipCode,0,7;BoundarySource "BoundarySource" true true false 5 Text 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,BoundarySource,0,5;RecordedAcreSource "RecordedAcreSource" true true false 5 Text 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,RecordedAcreSource,0,5;RecordedAcreage "RecordedAcreage" true true false 8 Double 8 38,First,#,GIS_Prod.GIS.NP_ParksPts,RecordedAcreage,-1,-1;CalculatedAcreage "CalculatedAcreage" true true false 8 Double 8 38,First,#,GIS_Prod.GIS.NP_ParksPts,CalculatedAcreage,-1,-1;Notes "Notes" true true false 200 Text 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,Notes,0,200;AcquisitionDate "AcquisitionDate" true true false 8 Date 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,AcquisitionDate,-1,-1;PublicAccessibility "PublicAccessibility" true true false 5 Text 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,PublicAccessibility,0,5;Amenities "Amenities" true true false 255 Text 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,Amenities,0,255;NP_ID "NP_ID" true true false 2 Short 0 5,First,#,GIS_Prod.GIS.NP_ParksPts,NP_ID,-1,-1;BrochureLbl "BrochureLbl" true true false 2 Short 0 5,First,#,GIS_Prod.GIS.NP_ParksPts,BrochureLbl,-1,-1;NPParkType "NPParkType" true true false 50 Text 0 0,First,#,GIS_Prod.GIS.NP_ParksPts,NPParkType,0,50;ORIG_FID "ORIG_FID" true true false 4 Long 0 10,First,#,GIS_Prod.GIS.NP_ParksPts,ORIG_FID,-1,-1" #</Process>
<Process Date="20230915" Time="094648" ToolSource="c:\program files\arcgis\pro\Resources\ArcToolbox\toolboxes\Analysis Tools.tbx\Buffer">Buffer CommunityParks M:\Departments\Parks\Projects2023\FutureParksPlanning\Default.gdb\CommunityParks_Buffer "3 Miles" Full Round "No Dissolve" # Planar</Process>
</lineage>
</DataProperties>
<ArcGISFormat>1.0</ArcGISFormat>
<ArcGISstyle>FGDC CSDGM Metadata</ArcGISstyle>
</Esri>
<idinfo>
<native Sync="TRUE">Microsoft Windows XP Version 5.1 (Build 2600) Service Pack 3; ESRI ArcCatalog 9.3.1.4000</native>
<descript>
<langdata Sync="TRUE">en</langdata>
<abstract>The ParkBoundary feature class represents county, municipal, state land boundaries. These boundaries are subdivided into eleven main management and use categories or subtypes. They are: Athletic Complexes, Bay Islands, Beach Access Parks, Community Parks, Linear Parks, Natural Area Parks, Neighborhood Parks, Reserves, Preserves, State Lands and Water Access Parks. The Park LabelPoints represent the centroid of each land boundary.</abstract>
<purpose>The ParkBoundary feature class provides users with the means to record, store retrieve, map and display recreational, maintenance, stewardship and ownership information associated with each land boundary.</purpose>
</descript>
<citation>
<citeinfo>
<origin>David Coley, Sarasota County GIS</origin>
<pubdate>Unpublished Material</pubdate>
<title Sync="TRUE">SQLPNL.PNL.ParkBoundary</title>
<ftname Sync="TRUE">SQLPNL.PNL.ParkBoundary</ftname>
<geoform Sync="TRUE">vector digital data</geoform>
<origin>Karen Liesz, Sarasota County GIS</origin>
<origin>Roland Habicht, Sarasota County Natural Resources</origin>
<origin>Aubrey Phillips, Sarasota County Natural Resources</origin>
<onlink Sync="TRUE">Service=sde:sqlserver:scggisdb01pw; Database=SQLPNL; Version=dbo.DEFAULT</onlink>
</citeinfo>
</citation>
<timeperd>
<current>publication date</current>
<timeinfo>
<sngdate>
<caldate>11/2010</caldate>
</sngdate>
</timeinfo>
</timeperd>
<status>
<progress>In work</progress>
<update>Weekly</update>
</status>
<spdom>
<bounding>
<westbc Sync="TRUE">-82.640708</westbc>
<eastbc Sync="TRUE">-82.107236</eastbc>
<northbc Sync="TRUE">27.390846</northbc>
<southbc Sync="TRUE">26.944259</southbc>
</bounding>
<lboundng>
<leftbc Sync="TRUE">448260.372512</leftbc>
<rightbc Sync="TRUE">621231.687330</rightbc>
<bottombc Sync="TRUE">949434.125778</bottombc>
<topbc Sync="TRUE">1111265.692206</topbc>
</lboundng>
</spdom>
<keywords>
<theme>
<themekt>Websters</themekt>
<themekey>Park Boundaries</themekey>
</theme>
<place>
<placekey>Florida</placekey>
<placekey>Sarasota County</placekey>
</place>
<temporal>
<tempkey>Year</tempkey>
</temporal>
</keywords>
<accconst>All county staff has read access to the data housed in the Production environment. Write access is restricted to authorized county GIS staff and Natural Resources GIS support staff.</accconst>
<useconst>This data is provided as is. It cannot be used as a legal survey.</useconst>
<natvform Sync="TRUE">SDE Feature Class</natvform>
<datacred>David Coley, Karen Leisz, Roland Habicht, Aubrey Phillips</datacred>
<ptcontac>
<cntinfo>
<cntvoice>941-861-0903</cntvoice>
<cntorgp>
<cntorg>Sarasota County GIS</cntorg>
<cntper>David Coley</cntper>
</cntorgp>
<cntpos>Spatial Database Administrator</cntpos>
<cntemail>dcoley@scgov.net</cntemail>
<hours>9am - 5pm</hours>
</cntinfo>
</ptcontac>
</idinfo>
<dataIdInfo>
<envirDesc Sync="TRUE">Microsoft Windows 10 Version 10.0 (Build 19044) ; Esri ArcGIS 13.1.3.41833</envirDesc>
<dataLang>
<languageCode Sync="TRUE" country="US" value="eng"/>
<countryCode Sync="TRUE" value="USA"/>
</dataLang>
<idCitation>
<resTitle Sync="TRUE">Community Parks 3 Mile Radius Buffer</resTitle>
<presForm>
<PresFormCd Sync="TRUE" value="005"/>
</presForm>
</idCitation>
<spatRpType>
<SpatRepTypCd Sync="TRUE" value="001"/>
</spatRpType>
<dataExt>
<geoEle>
<GeoBndBox esriExtentType="search">
<westBL Sync="TRUE">-82.640708</westBL>
<eastBL Sync="TRUE">-82.107236</eastBL>
<northBL Sync="TRUE">27.390846</northBL>
<southBL Sync="TRUE">26.944259</southBL>
<exTypeCode Sync="TRUE">1</exTypeCode>
</GeoBndBox>
<GeoBndBox esriExtentType="search">
<westBL Sync="TRUE">-82.640708</westBL>
<eastBL Sync="TRUE">-82.107236</eastBL>
<northBL Sync="TRUE">27.390846</northBL>
<southBL Sync="TRUE">26.944259</southBL>
<exTypeCode Sync="TRUE">1</exTypeCode>
</GeoBndBox>
</geoEle>
</dataExt>
<geoBox esriExtentType="decdegrees">
<westBL Sync="TRUE">-82.640708</westBL>
<eastBL Sync="TRUE">-82.107236</eastBL>
<northBL Sync="TRUE">27.390846</northBL>
<southBL Sync="TRUE">26.944259</southBL>
<exTypeCode Sync="TRUE">1</exTypeCode>
</geoBox>
<descKeys>
<thesaName uuidref="723f6998-058e-11dc-8314-0800200c9a66"/>
<keyword Sync="TRUE">002</keyword>
</descKeys>
<idAbs/>
<searchKeys>
<keyword>Parks and Rec</keyword>
<keyword>Community Parks</keyword>
</searchKeys>
<idPurp>3 mile radius around all Community Parks in North Port</idPurp>
<idCredit/>
<resConst>
<Consts>
<useLimit/>
</Consts>
</resConst>
</dataIdInfo>
<metainfo>
<langmeta Sync="TRUE">en</langmeta>
<metstdn Sync="TRUE">FGDC Content Standards for Digital Geospatial Metadata</metstdn>
<metstdv Sync="TRUE">FGDC-STD-001-1998</metstdv>
<mettc Sync="TRUE">local time</mettc>
<metc>
<cntinfo>
<cntorgp>
<cntper>David Coley</cntper>
<cntorg>Sarasota County GIS</cntorg>
</cntorgp>
<cntaddr>
<addrtype>mailing and physical address</addrtype>
<city>Sarasota</city>
<state>FL</state>
<postal>34237</postal>
<address>1001 Sarasota Center Blvd</address>
<country>USA</country>
</cntaddr>
<cntvoice>941-861-0903</cntvoice>
<cntpos>Spatial Database Administrator</cntpos>
</cntinfo>
</metc>
<metd Sync="TRUE">20110111</metd>
</metainfo>
<mdLang>
<languageCode Sync="TRUE" value="eng"/>
<countryCode Sync="TRUE" value="USA"/>
</mdLang>
<mdStanName Sync="TRUE">ISO 19115 Geographic Information - Metadata</mdStanName>
<mdStanVer Sync="TRUE">DIS_ESRI1.0</mdStanVer>
<mdChar>
<CharSetCd Sync="TRUE" value="004"/>
</mdChar>
<mdHrLv>
<ScopeCd Sync="TRUE" value="005"/>
</mdHrLv>
<mdHrLvName Sync="TRUE">dataset</mdHrLvName>
<distinfo>
<resdesc Sync="TRUE">Downloadable Data</resdesc>
</distinfo>
<distInfo>
<distributor>
<distorTran>
<onLineSrc>
<orDesc Sync="TRUE">002</orDesc>
<linkage Sync="TRUE">file://Service=sde:sqlserver:scggisdb01pw; Database=SQLPNL; Version=dbo.DEFAULT</linkage>
<protocol Sync="TRUE">Local Area Network</protocol>
</onLineSrc>
</distorTran>
<distorFormat>
<formatName Sync="TRUE">SDE Feature Class</formatName>
</distorFormat>
</distributor>
<distFormat>
<formatName Sync="TRUE">File Geodatabase Feature Class</formatName>
</distFormat>
</distInfo>
<spdoinfo>
<direct Sync="TRUE">Vector</direct>
<ptvctinf>
<esriterm Name="CommunityParks_Buffer">
<efeatyp Sync="TRUE">Simple</efeatyp>
<efeageom Sync="TRUE" code="4"/>
<esritopo Sync="TRUE">FALSE</esritopo>
<efeacnt Sync="TRUE">0</efeacnt>
<spindex Sync="TRUE">TRUE</spindex>
<linrefer Sync="TRUE">FALSE</linrefer>
</esriterm>
</ptvctinf>
</spdoinfo>
<spref>
<horizsys>
<cordsysn>
<geogcsn Sync="TRUE">GCS_North_American_1983</geogcsn>
<projcsn Sync="TRUE">NAD_1983_StatePlane_Florida_West_FIPS_0902_Feet</projcsn>
</cordsysn>
<planar>
<planci>
<plance Sync="TRUE">coordinate pair</plance>
<plandu Sync="TRUE">survey feet</plandu>
<coordrep>
<absres Sync="TRUE">0.000328</absres>
<ordres Sync="TRUE">0.000328</ordres>
</coordrep>
</planci>
</planar>
<geodetic>
<horizdn Sync="TRUE">North American Datum of 1983</horizdn>
<ellips Sync="TRUE">Geodetic Reference System 80</ellips>
<semiaxis Sync="TRUE">6378137.000000</semiaxis>
<denflat Sync="TRUE">298.257222</denflat>
</geodetic>
</horizsys>
<vertdef>
<altsys>
<altenc Sync="TRUE">Explicit elevation coordinate included with horizontal coordinates</altenc>
<altres Sync="TRUE">1.000000</altres>
</altsys>
</vertdef>
</spref>
<refSysInfo>
<RefSystem>
<refSysID>
<identCode Sync="TRUE" code="2882" value="2237">NAD_1983_StatePlane_Florida_West_FIPS_0902_Feet</identCode>
<idCodeSpace Sync="TRUE">EPSG</idCodeSpace>
<idVersion Sync="TRUE">6.3(9.0.0)</idVersion>
</refSysID>
</RefSystem>
</refSysInfo>
<spatRepInfo>
<VectSpatRep>
<geometObjs Name="CommunityParks_Buffer">
<geoObjTyp>
<GeoObjTypCd Sync="TRUE" value="002"/>
</geoObjTyp>
<geoObjCnt Sync="TRUE">0</geoObjCnt>
</geometObjs>
<topLvl>
<TopoLevCd Sync="TRUE" value="001"/>
</topLvl>
</VectSpatRep>
</spatRepInfo>
<mdDateSt Sync="TRUE">20230915</mdDateSt>
<eainfo>
<detailed Name="CommunityParks_Buffer">
<enttyp>
<enttypl Sync="TRUE">CommunityParks_Buffer</enttypl>
<enttypt Sync="TRUE">Feature Class</enttypt>
<enttypc Sync="TRUE">0</enttypc>
</enttyp>
<attr>
<attrlabl Sync="TRUE">OBJECTID</attrlabl>
<attalias Sync="TRUE">OBJECTID</attalias>
<attrtype Sync="TRUE">OID</attrtype>
<attwidth Sync="TRUE">4</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef Sync="TRUE">Internal feature number.</attrdef>
<attrdefs Sync="TRUE">ESRI</attrdefs>
<attrdomv>
<udom Sync="TRUE">Sequential unique whole numbers that are automatically generated.</udom>
</attrdomv>
</attr>
<attr>
<attrlabl Sync="TRUE">ParkType</attrlabl>
<attalias Sync="TRUE">ParkType</attalias>
<attrtype Sync="TRUE">Integer</attrtype>
<attwidth Sync="TRUE">4</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef>Subtype Field for ParkBoundary Categories</attrdef>
<attrdefs>Sarsota County GIS</attrdefs>
</attr>
<attr>
<attrlabl Sync="TRUE">PNL_ID</attrlabl>
<attalias Sync="TRUE">PNL_ID</attalias>
<attrtype Sync="TRUE">String</attrtype>
<attwidth Sync="TRUE">7</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef>User defined primary key</attrdef>
<attrdefs>Sarasota County GIS</attrdefs>
</attr>
<attr>
<attrlabl Sync="TRUE">Label_ID</attrlabl>
<attalias Sync="TRUE">Label_ID</attalias>
<attrtype Sync="TRUE">Integer</attrtype>
<attwidth Sync="TRUE">4</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef>User defined cartographic labeling ID</attrdef>
<attrdefs>Sarasota County GIS</attrdefs>
</attr>
<attr>
<attrlabl Sync="TRUE">ParkName</attrlabl>
<attalias Sync="TRUE">ParkName</attalias>
<attrtype Sync="TRUE">String</attrtype>
<attwidth Sync="TRUE">200</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef>Official Boundary Name</attrdef>
<attrdefs>Parks and Recreation / Natural Resources</attrdefs>
</attr>
<attr>
<attrlabl Sync="TRUE">PrimaryMaintenance</attrlabl>
<attalias Sync="TRUE">PrimaryMaintenance</attalias>
<attrtype Sync="TRUE">String</attrtype>
<attwidth Sync="TRUE">6</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef>Primary Maintenance Responsibility. See pFundingPartners domain for valid values.</attrdef>
<attrdefs>Parks and Recreation / Natural Resources</attrdefs>
</attr>
<attr>
<attrlabl Sync="TRUE">PrimaryOwner</attrlabl>
<attalias Sync="TRUE">PrimaryOwner</attalias>
<attrtype Sync="TRUE">String</attrtype>
<attwidth Sync="TRUE">6</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef>Primary Owner. See pFundingPartners domain for valid values.</attrdef>
<attrdefs>Parks and Recreation / Natural Resources</attrdefs>
</attr>
<attr>
<attrlabl Sync="TRUE">FundingProgram</attrlabl>
<attalias Sync="TRUE">FundingProgram</attalias>
<attrtype Sync="TRUE">String</attrtype>
<attwidth Sync="TRUE">6</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef>Funding Source for land purchace, if any. See pFundingProgram domain for valid values.</attrdef>
<attrdefs>Parks and Recreation / Natural Resources</attrdefs>
</attr>
<attr>
<attrlabl Sync="TRUE">EditDate</attrlabl>
<attalias Sync="TRUE">EditDate</attalias>
<attrtype Sync="TRUE">Date</attrtype>
<attwidth Sync="TRUE">8</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef>Last feature edit date</attrdef>
<attrdefs>Sarasota County GIS</attrdefs>
</attr>
<attr>
<attrlabl Sync="TRUE">Editor</attrlabl>
<attalias Sync="TRUE">Editor</attalias>
<attrtype Sync="TRUE">String</attrtype>
<attwidth Sync="TRUE">5</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef>Feature Editor. See pCollectorEditor diomain for valid values</attrdef>
<attrdefs>Sarasota County GIS</attrdefs>
</attr>
<attr>
<attrlabl Sync="TRUE">Address</attrlabl>
<attalias Sync="TRUE">Address</attalias>
<attrtype Sync="TRUE">String</attrtype>
<attwidth Sync="TRUE">100</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef>Mailing Address if avaliable, physical adresss if not</attrdef>
<attrdefs>Parks and Recreation / Natural Resources</attrdefs>
</attr>
<attr>
<attrlabl Sync="TRUE">Phone</attrlabl>
<attalias Sync="TRUE">Phone</attalias>
<attrtype Sync="TRUE">String</attrtype>
<attwidth Sync="TRUE">12</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef>Phone Number</attrdef>
<attrdefs>Parks and Recreation / Natural Resources</attrdefs>
</attr>
<attr>
<attrlabl Sync="TRUE">ZipCode</attrlabl>
<attalias Sync="TRUE">ZipCode</attalias>
<attrtype Sync="TRUE">String</attrtype>
<attwidth Sync="TRUE">7</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef>Postal 5 digit zip code</attrdef>
<attrdefs>Sarasota County GIS</attrdefs>
</attr>
<attr>
<attrlabl Sync="TRUE">BoundarySource</attrlabl>
<attalias Sync="TRUE">BoundarySource</attalias>
<attrtype Sync="TRUE">String</attrtype>
<attwidth Sync="TRUE">5</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef>Data source OR agency supplying boundary line information if any. See pDataSource for valid values</attrdef>
<attrdefs>Parks and Recreation / Natural Resources</attrdefs>
</attr>
<attr>
<attrlabl Sync="TRUE">SpecialtyType</attrlabl>
<attalias Sync="TRUE">SpecialtyType</attalias>
<attrtype Sync="TRUE">String</attrtype>
<attwidth Sync="TRUE">6</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
</attr>
<attr>
<attrlabl Sync="TRUE">Notes</attrlabl>
<attalias Sync="TRUE">Notes</attalias>
<attrtype Sync="TRUE">String</attrtype>
<attwidth Sync="TRUE">200</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef>Notes field for temporaty attribute or value storage</attrdef>
<attrdefs>Parks and Recreation / Natural Resources</attrdefs>
</attr>
<attr>
<attrlabl Sync="TRUE">AcquisitionDate</attrlabl>
<attalias Sync="TRUE">AcquisitionDate</attalias>
<attrtype Sync="TRUE">Date</attrtype>
<attwidth Sync="TRUE">8</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef>Date of boundary acquisition</attrdef>
<attrdefs>Parks and Recreation / Natural Resources</attrdefs>
</attr>
<attr>
<attrlabl Sync="TRUE">PublicAccessibility</attrlabl>
<attalias Sync="TRUE">PublicAccessibility</attalias>
<attrtype Sync="TRUE">String</attrtype>
<attwidth Sync="TRUE">5</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef>Level of Public access. See pFacilityAccessTypes domain for valid values</attrdef>
<attrdefs>Parks and Recreation / Natural Resources</attrdefs>
</attr>
<attr>
<attrlabl Sync="TRUE">Shape</attrlabl>
<attalias Sync="TRUE">Shape</attalias>
<attrtype Sync="TRUE">Geometry</attrtype>
<attwidth Sync="TRUE">0</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef Sync="TRUE">Feature geometry.</attrdef>
<attrdefs Sync="TRUE">ESRI</attrdefs>
<attrdomv>
<udom Sync="TRUE">Coordinates defining the features.</udom>
</attrdomv>
</attr>
<subtype>
<stname Sync="TRUE">Reserve</stname>
<stcode Sync="TRUE">7</stcode>
<stfield>
<stfldnm Sync="TRUE">ParkType</stfldnm>
<stflddv Sync="TRUE">7</stflddv>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryMaintenance</stfldnm>
<stflddd>
<domname Sync="TRUE">pPrimaryMaintenance</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryOwner</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPartners</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">FundingProgram</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPrograms</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">Editor</stfldnm>
<stflddd>
<domname Sync="TRUE">pCollectorEditor</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">BoundarySource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">AcreSource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PublicAccessibility</stfldnm>
<stflddd>
<domname Sync="TRUE">pFacilityAccessTypes</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
</subtype>
<subtype>
<stname Sync="TRUE">Preserve</stname>
<stcode Sync="TRUE">8</stcode>
<stfield>
<stfldnm Sync="TRUE">ParkType</stfldnm>
<stflddv Sync="TRUE">4</stflddv>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryMaintenance</stfldnm>
<stflddd>
<domname Sync="TRUE">pPrimaryMaintenance</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryOwner</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPartners</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">FundingProgram</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPrograms</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">Editor</stfldnm>
<stflddd>
<domname Sync="TRUE">pCollectorEditor</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">BoundarySource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">AcreSource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PublicAccessibility</stfldnm>
<stflddd>
<domname Sync="TRUE">pFacilityAccessTypes</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
</subtype>
<subtype>
<stname Sync="TRUE">Beach Access Park</stname>
<stcode Sync="TRUE">1</stcode>
<stfield>
<stfldnm Sync="TRUE">ParkType</stfldnm>
<stflddv Sync="TRUE">2</stflddv>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryMaintenance</stfldnm>
<stflddd>
<domname Sync="TRUE">pPrimaryMaintenance</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryOwner</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPartners</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">FundingProgram</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPrograms</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">Editor</stfldnm>
<stflddd>
<domname Sync="TRUE">pCollectorEditor</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">BoundarySource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">AcreSource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PublicAccessibility</stfldnm>
<stflddd>
<domname Sync="TRUE">pFacilityAccessTypes</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
</subtype>
<subtype>
<stname Sync="TRUE">Community Park</stname>
<stcode Sync="TRUE">2</stcode>
<stfield>
<stfldnm Sync="TRUE">ParkType</stfldnm>
<stflddv Sync="TRUE">2</stflddv>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryMaintenance</stfldnm>
<stflddd>
<domname Sync="TRUE">pPrimaryMaintenance</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryOwner</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPartners</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">FundingProgram</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPrograms</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">Editor</stfldnm>
<stflddd>
<domname Sync="TRUE">pCollectorEditor</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">BoundarySource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">AcreSource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PublicAccessibility</stfldnm>
<stflddd>
<domname Sync="TRUE">pFacilityAccessTypes</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
</subtype>
<subtype>
<stname Sync="TRUE">Neighborhood Park</stname>
<stcode Sync="TRUE">3</stcode>
<stfield>
<stfldnm Sync="TRUE">ParkType</stfldnm>
<stflddv Sync="TRUE">2</stflddv>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryMaintenance</stfldnm>
<stflddd>
<domname Sync="TRUE">pPrimaryMaintenance</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryOwner</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPartners</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">FundingProgram</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPrograms</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">Editor</stfldnm>
<stflddd>
<domname Sync="TRUE">pCollectorEditor</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">BoundarySource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">AcreSource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PublicAccessibility</stfldnm>
<stflddd>
<domname Sync="TRUE">pFacilityAccessTypes</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
</subtype>
<subtype>
<stname Sync="TRUE">Natural Area Park</stname>
<stcode Sync="TRUE">4</stcode>
<stfield>
<stfldnm Sync="TRUE">ParkType</stfldnm>
<stflddv Sync="TRUE">2</stflddv>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryMaintenance</stfldnm>
<stflddd>
<domname Sync="TRUE">pPrimaryMaintenance</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryOwner</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPartners</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">FundingProgram</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPrograms</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">Editor</stfldnm>
<stflddd>
<domname Sync="TRUE">pCollectorEditor</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">BoundarySource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">AcreSource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PublicAccessibility</stfldnm>
<stflddd>
<domname Sync="TRUE">pFacilityAccessTypes</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
</subtype>
<subtype>
<stname Sync="TRUE">Linear Park</stname>
<stcode Sync="TRUE">5</stcode>
<stfield>
<stfldnm Sync="TRUE">ParkType</stfldnm>
<stflddv Sync="TRUE">2</stflddv>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryMaintenance</stfldnm>
<stflddd>
<domname Sync="TRUE">pPrimaryMaintenance</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryOwner</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPartners</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">FundingProgram</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPrograms</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">Editor</stfldnm>
<stflddd>
<domname Sync="TRUE">pCollectorEditor</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">BoundarySource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">AcreSource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PublicAccessibility</stfldnm>
<stflddd>
<domname Sync="TRUE">pFacilityAccessTypes</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
</subtype>
<subtype>
<stname Sync="TRUE">Athletic Complex</stname>
<stcode Sync="TRUE">6</stcode>
<stfield>
<stfldnm Sync="TRUE">ParkType</stfldnm>
<stflddv Sync="TRUE">2</stflddv>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryMaintenance</stfldnm>
<stflddd>
<domname Sync="TRUE">pPrimaryMaintenance</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryOwner</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPartners</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">FundingProgram</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPrograms</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">Editor</stfldnm>
<stflddd>
<domname Sync="TRUE">pCollectorEditor</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">BoundarySource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">AcreSource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PublicAccessibility</stfldnm>
<stflddd>
<domname Sync="TRUE">pFacilityAccessTypes</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
</subtype>
<attr>
<attrlabl Sync="TRUE">RecordedAcreSource</attrlabl>
<attalias Sync="TRUE">RecordedAcreSource</attalias>
<attrtype Sync="TRUE">String</attrtype>
<attwidth Sync="TRUE">5</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
</attr>
<attr>
<attrlabl Sync="TRUE">RecordedAcreage</attrlabl>
<attalias Sync="TRUE">RecordedAcreage</attalias>
<attrtype Sync="TRUE">Double</attrtype>
<attwidth Sync="TRUE">8</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
</attr>
<attr>
<attrlabl Sync="TRUE">CalculatedAcreage</attrlabl>
<attalias Sync="TRUE">CalculatedAcreage</attalias>
<attrtype Sync="TRUE">Double</attrtype>
<attwidth Sync="TRUE">8</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
</attr>
<subtype>
<stname Sync="TRUE">Bay Islands</stname>
<stcode Sync="TRUE">9</stcode>
<stfield>
<stfldnm Sync="TRUE">ParkType</stfldnm>
<stflddv Sync="TRUE">2</stflddv>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryMaintenance</stfldnm>
<stflddd>
<domname Sync="TRUE">pPrimaryMaintenance</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryOwner</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPartners</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">FundingProgram</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPrograms</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">Editor</stfldnm>
<stflddd>
<domname Sync="TRUE">pCollectorEditor</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">BoundarySource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">AcreSource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PublicAccessibility</stfldnm>
<stflddd>
<domname Sync="TRUE">pFacilityAccessTypes</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
</subtype>
<subtype>
<stname Sync="TRUE">Water Access Park</stname>
<stcode Sync="TRUE">10</stcode>
<stfield>
<stfldnm Sync="TRUE">ParkType</stfldnm>
<stflddv Sync="TRUE">2</stflddv>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryMaintenance</stfldnm>
<stflddd>
<domname Sync="TRUE">pPrimaryMaintenance</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryOwner</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPartners</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">FundingProgram</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPrograms</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">Editor</stfldnm>
<stflddd>
<domname Sync="TRUE">pCollectorEditor</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">BoundarySource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">AcreSource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PublicAccessibility</stfldnm>
<stflddd>
<domname Sync="TRUE">pFacilityAccessTypes</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
</subtype>
<subtype>
<stname Sync="TRUE">State Park</stname>
<stcode Sync="TRUE">11</stcode>
<stfield>
<stfldnm Sync="TRUE">ParkType</stfldnm>
<stflddv Sync="TRUE">2</stflddv>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryMaintenance</stfldnm>
<stflddd>
<domname Sync="TRUE">pPrimaryMaintenance</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PrimaryOwner</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPartners</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">FundingProgram</stfldnm>
<stflddd>
<domname Sync="TRUE">pFundingPrograms</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">Editor</stfldnm>
<stflddd>
<domname Sync="TRUE">pCollectorEditor</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">BoundarySource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">AcreSource</stfldnm>
<stflddd>
<domname Sync="TRUE">pDataSource</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
<stfield>
<stfldnm Sync="TRUE">PublicAccessibility</stfldnm>
<stflddd>
<domname Sync="TRUE">pFacilityAccessTypes</domname>
<domdesc Sync="TRUE"/>
<domtype Sync="TRUE">Coded Value</domtype>
<mrgtype Sync="TRUE">Default value</mrgtype>
<splttype Sync="TRUE">Default value</splttype>
<domowner Sync="TRUE">PNL</domowner>
<domfldtp Sync="TRUE">String</domfldtp>
</stflddd>
</stfield>
</subtype>
<attr>
<attrlabl Sync="TRUE">Amenities</attrlabl>
<attalias Sync="TRUE">Amenities</attalias>
<attrtype Sync="TRUE">String</attrtype>
<attwidth Sync="TRUE">255</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
</attr>
<attr>
<attrlabl Sync="TRUE">NP_ID</attrlabl>
<attalias Sync="TRUE">NP_ID</attalias>
<attrtype Sync="TRUE">SmallInteger</attrtype>
<attwidth Sync="TRUE">2</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
</attr>
<attr>
<attrlabl Sync="TRUE">BrochureLbl</attrlabl>
<attalias Sync="TRUE">BrochureLbl</attalias>
<attrtype Sync="TRUE">SmallInteger</attrtype>
<attwidth Sync="TRUE">2</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
</attr>
<attr>
<attrlabl Sync="TRUE">NPParkType</attrlabl>
<attalias Sync="TRUE">NPParkType</attalias>
<attrtype Sync="TRUE">String</attrtype>
<attwidth Sync="TRUE">50</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
</attr>
<attr>
<attrlabl Sync="TRUE">ORIG_FID</attrlabl>
<attalias Sync="TRUE">ORIG_FID</attalias>
<attrtype Sync="TRUE">Integer</attrtype>
<attwidth Sync="TRUE">4</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
</attr>
<attr>
<attrlabl Sync="TRUE">BUFF_DIST</attrlabl>
<attalias Sync="TRUE">BUFF_DIST</attalias>
<attrtype Sync="TRUE">Double</attrtype>
<attwidth Sync="TRUE">8</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
</attr>
<attr>
<attrlabl Sync="TRUE">Shape_Length</attrlabl>
<attalias Sync="TRUE">Shape_Length</attalias>
<attrtype Sync="TRUE">Double</attrtype>
<attwidth Sync="TRUE">8</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef Sync="TRUE">Length of feature in internal units.</attrdef>
<attrdefs Sync="TRUE">Esri</attrdefs>
<attrdomv>
<udom Sync="TRUE">Positive real numbers that are automatically generated.</udom>
</attrdomv>
</attr>
<attr>
<attrlabl Sync="TRUE">Shape_Area</attrlabl>
<attalias Sync="TRUE">Shape_Area</attalias>
<attrtype Sync="TRUE">Double</attrtype>
<attwidth Sync="TRUE">8</attwidth>
<atprecis Sync="TRUE">0</atprecis>
<attscale Sync="TRUE">0</attscale>
<attrdef Sync="TRUE">Area of feature in internal units squared.</attrdef>
<attrdefs Sync="TRUE">Esri</attrdefs>
<attrdomv>
<udom Sync="TRUE">Positive real numbers that are automatically generated.</udom>
</attrdomv>
</attr>
</detailed>
<detailed Name="SQLPNL.PNL.ParksHaveInformation">
<enttyp>
<enttypl Sync="TRUE">SQLPNL.PNL.ParksHaveInformation</enttypl>
<enttypt Sync="TRUE">Relationship</enttypt>
<enttypc Sync="TRUE">327</enttypc>
</enttyp>
</detailed>
<detailed Name="SQLPNL.PNL.ParksShareMaintenanceGroups">
<enttyp>
<enttypl Sync="TRUE">SQLPNL.PNL.ParksShareMaintenanceGroups</enttypl>
<enttypt Sync="TRUE">Relationship</enttypt>
</enttyp>
</detailed>
<detailed Name="SQLPNL.PNL.ParksCoverManyParcels">
<enttyp>
<enttypl Sync="TRUE">SQLPNL.PNL.ParksCoverManyParcels</enttypl>
<enttypt Sync="TRUE">Relationship</enttypt>
</enttyp>
</detailed>
<detailed Name="SQLPNL.PNL.ParksHaveManyDesignations">
<enttyp>
<enttypl Sync="TRUE">SQLPNL.PNL.ParksHaveManyDesignations</enttypl>
<enttypt Sync="TRUE">Relationship</enttypt>
</enttyp>
</detailed>
<detailed Name="SQLPNL.PNL.ParksHaveManyNames">
<enttyp>
<enttypl Sync="TRUE">SQLPNL.PNL.ParksHaveManyNames</enttypl>
<enttypt Sync="TRUE">Relationship</enttypt>
</enttyp>
</detailed>
<overview>
<eaover>Subtype Definitions
Atheletic Complex: Parks supporting organized sports and active recreation types.
Bay Islands: Parks wholly surrounded by Sarasota County bay waters.
Beach Access: Parks providing direct access to the Gulf of Mexico.
Community Park: Parks supporting community-level ativities.
Linear Park: Parks supporting mixed-use trail activities.
Neighborhood Park: Parks supporting neighborhood-level recreation activity.
Natural Area Park; Parks supporting passive and nature based activity.
Preserves: Land preverved for a or in a specific ecologic or natural state.
Reserves: Land reserved for a specific use or uses. State Lands: State Parks and Forests.
Water Access Parks: Parks focusing on water based or water related recreation activites.</eaover>
</overview>
<detailed Name="SQLPNL.PNL.ParksHaveFundingPartners">
<enttyp>
<enttypl Sync="TRUE">SQLPNL.PNL.ParksHaveFundingPartners</enttypl>
<enttypt Sync="TRUE">Relationship</enttypt>
</enttyp>
</detailed>
<detailed Name="SQLPNL.PNL.ParksHaveMaintenanceAgencies">
<enttyp>
<enttypl Sync="TRUE">SQLPNL.PNL.ParksHaveMaintenanceAgencies</enttypl>
<enttypt Sync="TRUE">Relationship</enttypt>
</enttyp>
</detailed>
</eainfo>
<dataqual>
<lineage>
<procstep>
<procdesc Sync="TRUE">Metadata imported.</procdesc>
<srcused Sync="TRUE">X:\_1DCOLEY\PNL\metadata.xml</srcused>
<procdate Sync="TRUE">20101116</procdate>
<proctime Sync="TRUE">14592500</proctime>
</procstep>
<procstep>
<procdesc Sync="TRUE">Metadata imported.</procdesc>
<srcused Sync="TRUE">X:\_1DCOLEY\PNL\Metadata\ParkBndMetadata.xml</srcused>
<procdate Sync="TRUE">20101124</procdate>
<proctime Sync="TRUE">10560200</proctime>
</procstep>
<procstep>
<procdesc Sync="TRUE">Metadata imported.</procdesc>
<srcused Sync="TRUE">X:\_1DCOLEY\PNL\Metadata\ParkBndMetadata.xml</srcused>
<procdate Sync="TRUE">20101124</procdate>
<proctime Sync="TRUE">12495600</proctime>
</procstep>
</lineage>
</dataqual>
<Binary>
<Thumbnail>
<Data EsriPropertyType="PictureX">/9j/4AAQSkZJRgABAQEAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0a
HBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIy
MjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCADIASwDASIA
AhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA
AAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3
ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm
p6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEA
AwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSEx
BhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK
U1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3
uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD3+iii
gAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKA
CiiigAooooAKKKKACiiigAooooAKKKKACq9/O1rYXE6gFo4ywz6gVYqlrBxo14T/AM8m/lVQV5JD
irtHNadceKr3SbO9N7Z/6TGjhVtycbgDj8M1faHxUrAC+sXz6REVNpsgh0ix3zqFWOLaG5JHlqOn
bnNTR3sCCI+Z5hyy/cztPPP8x+NQ5xW7BJsgZfEKJk3lqTzx5R7VVm/4TAgtbXGksnGGZX57dhV9
b+AxQrtlLIhJIHTt681LNqCJDn5wSF+crgnn2o9vFdV+BXvdvwMInx7tYrPoL7fQS8/+O0BvHxJ2
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</Data>
</Thumbnail>
</Binary>
</metadata>
