<?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>09155000</SyncTime>
<ModDate>20230915</ModDate>
<ModTime>09155000</ModTime>
<DataProperties>
<itemProps>
<itemName Sync="TRUE">SpecialtyParks</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="20230915" Time="091551" 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\SpecialtyParks # 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>
</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">Specialty Parks</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</keyword>
</searchKeys>
<idPurp>All of the specialty 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="SpecialtyParks">
<efeatyp Sync="TRUE">Simple</efeatyp>
<efeageom Sync="TRUE" code="1"/>
<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="SpecialtyParks">
<geoObjTyp>
<GeoObjTypCd Sync="TRUE" value="004"/>
</geoObjTyp>
<geoObjCnt Sync="TRUE">0</geoObjCnt>
</geometObjs>
<topLvl>
<TopoLevCd Sync="TRUE" value="001"/>
</topLvl>
</VectSpatRep>
</spatRepInfo>
<mdDateSt Sync="TRUE">20230915</mdDateSt>
<eainfo>
<detailed Name="SpecialtyParks">
<enttyp>
<enttypl Sync="TRUE">SpecialtyParks</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>
</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
gAooooAKKKKAI5II5SC6AsOjdCPoaqGwkhBNrOy85CseB7dMY+oJ96v0UAUDd3cQHmW2712g5/DG
c/iRUUuvWkaYB/fHhYyy5z74JxWk7rGjO5wqjJNZQZppTPIMM3Cr/dX0+vrWNapyLTcuEOZldLy3
DM7zhpG5ZsH/ADin/b7b/nqPyNWKD0NeedJX+3Wx/wCWo/I1WeDS5ZN7RxlyS3Q9T1NOsrO2aygZ
7eIsUBJKAk8VN/Z9n/z6w/8AfsVbSTtctqKdjPGn2Ecgkt5QjA55Y4H+FYuuM0l/YfaHDRJFMCId
zMR8mMnOfT8q6k6dYnraQf8AfsVyuuHTXvLN4bZTCguI5AkGcsNg5HpnvQrC90g0m0tlkM0kjm3Q
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
exZooorpMgooooAKKKKACiiigAooooA//9k=</Data>
</Thumbnail>
</Binary>
</metadata>
