<?xml version="1.0" encoding="UTF-8" standalone="no"?><metadata xml:lang="en">
    <Esri>
        <CreaDate>20230306</CreaDate>
        <CreaTime>16411000</CreaTime>
        <SyncOnce>FALSE</SyncOnce>
        <SyncDate>20230316</SyncDate>
        <SyncTime>10495500</SyncTime>
        <ModDate>20230316</ModDate>
        <ModTime>10495500</ModTime>
        <DataProperties>
            <itemProps>
                <itemName Sync="FALSE">MasterAddress</itemName>
                <imsContentType Sync="TRUE">002</imsContentType>
                <nativeExtBox>
                    <westBL Sync="TRUE">3028408.542927</westBL>
                    <eastBL Sync="TRUE">3125728.337788</eastBL>
                    <southBL Sync="TRUE">1491254.809513</southBL>
                    <northBL Sync="TRUE">1758024.790735</northBL>
                    <exTypeCode Sync="TRUE">1</exTypeCode>
                </nativeExtBox>
            </itemProps>
            <coordRef>
                <type Sync="TRUE">Geographic</type>
                <geogcsn Sync="TRUE">GCS_WGS_1984</geogcsn>
                <csUnits Sync="TRUE">Angular Unit: Degree (0.017453)</csUnits>
                <peXml Sync="TRUE">&lt;GeographicCoordinateSystem xsi:type='typens:GeographicCoordinateSystem' 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;GEOGCS[&amp;quot;GCS_WGS_1984&amp;quot;,DATUM[&amp;quot;D_WGS_1984&amp;quot;,SPHEROID[&amp;quot;WGS_1984&amp;quot;,6378137.0,298.257223563]],PRIMEM[&amp;quot;Greenwich&amp;quot;,0.0],UNIT[&amp;quot;Degree&amp;quot;,0.0174532925199433],AUTHORITY[&amp;quot;EPSG&amp;quot;,4326]]&lt;/WKT&gt;&lt;XOrigin&gt;-400&lt;/XOrigin&gt;&lt;YOrigin&gt;-400&lt;/YOrigin&gt;&lt;XYScale&gt;999999999.99999988&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;8.983152841195215e-09&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;LeftLongitude&gt;-180&lt;/LeftLongitude&gt;&lt;WKID&gt;4326&lt;/WKID&gt;&lt;LatestWKID&gt;4326&lt;/LatestWKID&gt;&lt;/GeographicCoordinateSystem&gt;</peXml>
            </coordRef>
        </DataProperties>
        <scaleRange>
            <minScale>150000000</minScale>
            <maxScale>5000</maxScale>
        </scaleRange>
        <ArcGISFormat>1.0</ArcGISFormat>
        <ArcGISProfile>ItemDescription</ArcGISProfile>
    </Esri>
    <idinfo>
        <native Sync="FALSE">ESRI ArcCatalog 9.3.1.4000</native>
        <descript>
            <langdata Sync="TRUE">en</langdata>
            <abstract>The MasterAddress feature class consists of all base- and sub-address point features, where the latter are addresses with unit designations. The concept of base- and sub-addresses is essentially a parent-child relationship, and referential integrity is employed within the database in conjunction with application logic (via the ASP Tools) to ensure no subaddress (child) may exist without an associated base (parent) address. Column ADRBASECODE and its domain of ('B','S') may be used to differentiate base from sub addresses. Column SUBADRUID may also be employed for such delineation as it is null for base addresses and not null for subs. Likewise, column SUBADRUNIT may be utilized in a similar fashion given SUBADRUNIT may not be null for a sub-address feature. All addresses, whether base- or sub-address, exist in the "ASP.MasterAddress" feature class. Active addresses are those where STATUS = 'A'. Note inactive addresses are filtered out of the "JEFFCO.MasterAddress" feature class in SDEWHP (through the ASP To Warehouse {ASP2WH} processing).The "key" column for addressing is ADNO (address number) which is unique for all base- and sub-address features. Columns ADNO and ADRUID are identical on all base address features (and SUBADRUID is null), while ADNO and SUBADRUID are identical for all sub address features (where ADRUID points to the ADNO-ADRUID associated with the base-address for the unit address). Column ADNO is carried as a foreign key in other enterprise data systems: notably, as PROPGISID1 in Amanda's "Property" table, and as CMNADRNBR in the ATSP600 table in the Assessor Treasurer System (ATS).Column ADNO is carried by all "bridge" tables utilized for managing one-to-many or many-to-many relations where address features are involved. As an example, table "ParcelAndAddress" contains all ADNO (address) and PIN (parcel) combinations. Hence where ATS is incapable of attaching more than one address to a parcel, the ASP database does manage this complex relation. PIN is not directly carried in the MasterAddress table but rather is accessible via "ParcelAndAddress" bridge table. Joining parcels to addresses from ASP requires a tabular join, where ParcelAndAddress column PINPRIORITY is employed to narrow the relation to a 1:1 correspondence via the "primary" PIN (where PINPRIORITY = 1). Note where an address (ADNO) is associated with multiple PIN in ParcelAndAddress that only one may have a PINPRIORITY of '1'; the others must be '2'. It is the discretion of the ASP Tool user as to which PIN is the primary for the address. In addition, note the primary PIN mechanism is also employed in propagating ASP transactions to the Endor data repository, where Endor and an associated ASP2Endor WebLogic workflow expect at most one parcel per address. Likewise, "SpecialDistrictAndAddress" is a bridge table carring all ADNO (address) and AUTHNO (tax authority number) associations, making it easy to determine what addresses are associated with a special district (if any) and what special districts are associated with any particular address (if any). Other address relations managed through "bridge" tables include points of interest ("POIAndAddress", containing all POIUID-ADNO correspondences), names ("NameAndAddress", containing all NAMEUID - ADNO correspondences), and buildings ("BuildingAndName", containing all BLDGUID-ADNO correspondences). Note numerous additional bridge tables exist within ASP: for example, to manage the relation between street features and street names (that is, to manage the issue of street aliasing). Many of these bridge tables are propagated to the spatial warehouse (SDEWHP) and for those that are, Relationship Classes (RCs) exist within SDEWHP so such associations are readily reported when identifying an address point feature within ArcMap.Column RSN a foreign key for Amanda's PROPERTYRSN. As implemented, ASP is constrained to a 1:1 relation for ADNO and RSN, whereas in reality it is a 1:M relation- on rare occasions multiple PROPERTYRSN in Amanda point to the same address (ADNO). Originally, ASP was designed to carry ADNO-RSN relations in a "PropertyAndAddress" bridge table; a design which probably should have been retained.For display purposes, column ADRXYMETA (address x,y meta) should be used. The domain of values for ADRXYMETA is four-fold: 'US' (user-specified), 'PC' (parcel centroid), 'PL' (parcel average of labelpoints), and 'I' (interpolated). Most address point features carry either the 'PC' or 'US' designations. 'PL' is a remnant of when the data existed in coverage format and was edited using ArcInfo Workstation; very few features still carry this designation. Interpolated addresses are generally those to which no parcel association is known nor do we now have any idea where the address should be located spatially. Note interpolated addresses are in a continual process of review whereby we determine to what parcel and structure they are associated; otherwise, they are retired. It is worth noting that where ADRXYMETA is 'PC' and where multiple parcels are associated with the address, the parcel centroid location is for the primary PIN (where PINPRIORITY = '1').To graphically distinguish by both address positioning (ADRXYMETA) and the address base code (ADRBASECODE) for display purposes, twice add the feature class to ArcMap's Table-of-Contents (TOC) and then use definition queries to single out base addreses on one and sub addresses on the other, where symbology is then established using ADRXYMETA on both so that one may readily observe not only whether the address is base- or sub but how it was positioned spatially. Column ADRTYPECODE (address type code) is a three-character string describing the address through use of more than 30 "type" codes, and is useful for a number of purposes; for example, determining what addresses are schools, fire stations, residential or commercial, etc. Descriptions for each ADRTYPECODE value are found in the "AddressTypeCode" lookup table, which should be reviewed prior to issuing any SQL queries. Note ADRTYPECODE values map to, or are associated with, column ADRVRC (address voter registerability code). Both columns were developed for maintainance of State of Colorado Registrations and Elections (SCORE) system data by the Elections Office via help from the automated, integrated SCORE SPLIT and SCORE COMPARATIVE processes developed by IT Services (GIS Services).ADDRESSING BUSINESS RULESIn Jefferson County, political or jurisdictional polygonal attributes are attached to an address point feature through the relation of each to the appropriate side of an associated street feature. This relational approach- address to matching side of street / side-of-street to matching political polygonal feature- has been employed by the County, in leu of point-in-poly spatial overlay, since the very start of County addressing operations. There are two primary reasons for use of this approach:1) It is far easier to maintain the attribute accuracy of 33,000 street features relative 8,000 political polygons than it is to maintain the spatial accuracy of 220,000 address point features relative 8,000 polygons, and2) Such a relational approach yields no ambiguity, so reaults in better data as well as greater confidence in our use of such.This relational approach to attaching juridictional attributes to addresses is essentially a two way join- address to street, street to political poly. Hence the street data serves as the foundational cornerstone for addressing.Rules of AddressingThe following are some of the core business rules in terms of County addressing, which are enforced applicationally through the ASP Tools and/or database-wise through Oracle: 1) An address may match to (or is associated with) one side of one and only one street feature.2) A side of a street feature will have one and only one associated polygonal feature (carrying political/jurisdictional attributes)3) The political attributes for an address derive from the polygon associated with the side of the street feature on which the address "matches" (is associated with).4) An address may not be created, or updated in terms of house number or street name attributes, unless a matching street feature exists in terms of street name and address range attribute components (as well as with correct parity).5) A street feature may not be deleted or updated in terrms of street name or address range attribute components if such would "orphan" addresses.6) A street feature may not be updated in terms of street name or address range attributes if such would cause an "overlap" with another street feature (potentially creating ambiguity in terms of address-street relations).7) A sub-address (child) may not exist without a corresponding base (parent).Many additional business rules are enforced by the ASP Tools, but these form the foundation for overall application and database-logic.SPECIFICSThe production "ASP.MasterAddress" feature class lives in the ASPP geodatabase in SDE/Oracle and is maintained by IT Services (GIS Services) through the ASP Tools- a custom extension to ArcMap built in C#/.Net consisting of numerous toolbars and tools. This tool suite was developed expressly for maintenance of the address, street, political and ancillary data within ASPP and enforces Jefferson County's business rules for addressing. Editing of ASP's MasterAddress point data, BaseLine atomic linear and BasePoly atomic polygonal data occurs on an ad-hoc but often daily basis, and when such occurs, the automated, integrated nightly Python processies of ASP Derivative (ASPDER) and ASP To Warehouse (ASP2WH) ensure all data remains current in the Jefferson County spatial data warehouse (SDEWHP).Quality assurance/quality control (QA/QC) is performed in the form of a report created by the automated ASP QAQC METRICS process. That software establishes more than 100 data metrics for the address, street, political and ancillary data elements within ASPP and then performs more than 80 evaluations of those metrics, so that integrity is ensured across the numerous data relations maintained in the complex and sophisticated ASP data schema- or, if issues exist- we are aware of such. The ASP schema is available for review here (via Livelink): Address, Street and Political (ASP)- Physical Geodatabase (GDB) Schema (Six 44"x34" pages, 676 Kb, PDF)The "MasterAddress feature class data is in State Plane Grid coordinates, Colorado Central Zone, NAD83.</abstract>
            <purpose>The master address file of the more than 215,000 base- and sub-address point features in Jefferson County, Colorado.</purpose>
        </descript>
        <citation>
            <citeinfo>
                <origin>REQUIRED: The name of an organization or individual that developed the data set.</origin>
                <pubdate>REQUIRED: The date when the data set is published or otherwise made available for release.</pubdate>
                <title Sync="FALSE">MasterAddress</title>
                <ftname Sync="FALSE">MasterAddress</ftname>
                <geoform Sync="TRUE">vector digital data</geoform>
                <onlink Sync="FALSE">withheld</onlink>
            </citeinfo>
        </citation>
        <timeperd>
            <current>REQUIRED: The basis on which the time period of content information is determined.</current>
            <timeinfo>
                <sngdate>
                    <caldate>REQUIRED: The year (and optionally month, or month and day) for which the data set corresponds to the ground.</caldate>
                </sngdate>
            </timeinfo>
        </timeperd>
        <status>
            <progress>REQUIRED: The state of the data set.</progress>
            <update>REQUIRED: The frequency with which changes and additions are made to the data set after the initial data set is completed.</update>
        </status>
        <spdom>
            <bounding>
                <westbc Sync="TRUE">REQUIRED: Western-most coordinate of the limit of coverage expressed in longitude.</westbc>
                <eastbc Sync="TRUE">REQUIRED: Eastern-most coordinate of the limit of coverage expressed in longitude.</eastbc>
                <northbc Sync="TRUE">REQUIRED: Northern-most coordinate of the limit of coverage expressed in latitude.</northbc>
                <southbc Sync="TRUE">REQUIRED: Southern-most coordinate of the limit of coverage expressed in latitude.</southbc>
            </bounding>
        </spdom>
        <keywords>
            <theme>
                <themekt>REQUIRED: Reference to a formally registered thesaurus or a similar authoritative source of theme keywords.</themekt>
                <themekey>REQUIRED: Common-use word or phrase used to describe the subject of the data set.</themekey>
            </theme>
        </keywords>
        <accconst>REQUIRED: Restrictions and legal prerequisites for accessing the data set.</accconst>
        <useconst>REQUIRED: Restrictions and legal prerequisites for using the data set after access is granted.</useconst>
        <natvform Sync="FALSE">Feature Class</natvform>
    </idinfo>
    <dataIdInfo>
        <envirDesc Sync="FALSE">Esri ArcGIS 13.1.0.41833</envirDesc>
        <dataLang>
            <languageCode Sync="TRUE" value="eng"/>
            <countryCode Sync="TRUE" value="USA"/>
        </dataLang>
        <idCitation>
            <resTitle Sync="TRUE">Address</resTitle>
            <presForm>
                <PresFormCd Sync="TRUE" value="005"/>
            </presForm>
        </idCitation>
        <spatRpType>
            <SpatRepTypCd Sync="TRUE" value="001"/>
        </spatRpType>
        <dataExt>
            <geoEle>
                <GeoBndBox esriExtentType="search">
                    <exTypeCode Sync="TRUE">1</exTypeCode>
                    <westBL Sync="TRUE">-105.399779</westBL>
                    <eastBL Sync="TRUE">-105.051810</eastBL>
                    <northBL Sync="TRUE">39.914547</northBL>
                    <southBL Sync="TRUE">39.181362</southBL>
                </GeoBndBox>
            </geoEle>
        </dataExt>
        <idPurp>Addresses in Jefferson County Colorado</idPurp>
        <idAbs>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;DIV STYLE="font-size:12pt"&gt;&lt;P&gt;&lt;SPAN&gt;The Master Address data set is a collection of the known addresses in Jefferson County, Colorado. Address data are maintained by the Jefferson County ITS GIS Division. Notification of change to the address data set come from the county (unincorporated) and municipalities (incorporated).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN /&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</idAbs>
        <searchKeys>
            <keyword>property</keyword>
            <keyword>jefferson county</keyword>
            <keyword>jeffco</keyword>
            <keyword>colorado</keyword>
        </searchKeys>
        <idCredit>Jefferson County Colorado</idCredit>
        <resConst>
            <Consts>
                <useLimit>&lt;DIV STYLE="text-align:Left;"&gt;&lt;DIV&gt;&lt;DIV STYLE="font-size:12pt"&gt;&lt;P&gt;&lt;SPAN&gt;This work is licensed under a &lt;/SPAN&gt;&lt;A href="http://creativecommons.org/licenses/by/4.0/" STYLE="text-decoration:underline;"&gt;&lt;SPAN&gt;Creative Commons Attribution 4.0 International License&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</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>REQUIRED: The person responsible for the metadata information.</cntper>
                    <cntorg>REQUIRED: The organization responsible for the metadata information.</cntorg>
                </cntorgp>
                <cntaddr>
                    <addrtype>REQUIRED: The mailing and/or physical address for the organization or individual.</addrtype>
                    <city>REQUIRED: The city of the address.</city>
                    <state>REQUIRED: The state or province of the address.</state>
                    <postal>REQUIRED: The ZIP or other postal code of the address.</postal>
                </cntaddr>
                <cntvoice>REQUIRED: The telephone number by which individuals can speak to the organization or individual.</cntvoice>
            </cntinfo>
        </metc>
        <metd Sync="TRUE">20120710</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="FALSE">withheld</linkage>
                </onLineSrc>
            </distorTran>
            <distorFormat>
                <formatName Sync="FALSE">Feature Class</formatName>
            </distorFormat>
        </distributor>
        <distFormat>
            <formatName Sync="FALSE">Feature Class</formatName>
        </distFormat>
    </distInfo>
    <spdoinfo>
        <direct Sync="TRUE">Vector</direct>
        <ptvctinf>
            <esriterm Name="Address">
                <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_Colorado_Central_FIPS_0502_Feet</projcsn>
            </cordsysn>
            <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="4326">NAD_1983_StatePlane_Colorado_Central_FIPS_0502_Feet</identCode>
                <idCodeSpace Sync="TRUE">EPSG</idCodeSpace>
                <idVersion Sync="TRUE">6.2(3.0.1)</idVersion>
            </refSysID>
        </RefSystem>
    </refSysInfo>
    <spatRepInfo>
        <VectSpatRep>
            <geometObjs Name="Address">
                <geoObjTyp>
                    <GeoObjTypCd Sync="TRUE" value="004"/>
                </geoObjTyp>
                <geoObjCnt Sync="TRUE">0</geoObjCnt>
            </geometObjs>
            <topLvl>
                <TopoLevCd Sync="TRUE" value="001"/>
            </topLvl>
        </VectSpatRep>
    </spatRepInfo>
    <eainfo>
        <detailed Name="Address">
            <enttyp>
                <enttypl Sync="FALSE">MasterAddress</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">ADNO</attrlabl>
                <attalias Sync="TRUE">ADNO</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">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>
            <attr>
                <attrlabl Sync="TRUE">ADRHSNO</attrlabl>
                <attalias Sync="TRUE">ADRHSNO</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">ADRHSNOSFX</attrlabl>
                <attalias Sync="TRUE">ADRHSNOSFX</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">3</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">STREET_DIRECTION_PREFIX</attrlabl>
                <attalias Sync="TRUE">STREET_DIRECTION_PREFIX</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">2</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">STREET_NAME</attrlabl>
                <attalias Sync="TRUE">STREET_NAME</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">20</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">STREET_TYPE</attrlabl>
                <attalias Sync="TRUE">STREET_TYPE</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">4</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">STREET_DIRECTION_SUFFIX</attrlabl>
                <attalias Sync="TRUE">STREET_DIRECTION_SUFFIX</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">2</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">SUBADRUNIT</attrlabl>
                <attalias Sync="TRUE">SUBADRUNIT</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">7</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">ADDRESS</attrlabl>
                <attalias Sync="TRUE">ADDRESS</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">49</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">CITY_POSTAL</attrlabl>
                <attalias Sync="TRUE">CITY_POSTAL</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">16</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">ZIP</attrlabl>
                <attalias Sync="TRUE">ZIP</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">ADDRESS_TYPE</attrlabl>
                <attalias Sync="TRUE">ADDRESS_TYPE</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">32</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">CITY_MUNICIPAL</attrlabl>
                <attalias Sync="TRUE">CITY_MUNICIPAL</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">16</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">CITY_WARD</attrlabl>
                <attalias Sync="TRUE">CITY_WARD</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">2</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">CITY_PRECINCT</attrlabl>
                <attalias Sync="TRUE">CITY_PRECINCT</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">2</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">COMMISSIONER_DISTRICT</attrlabl>
                <attalias Sync="TRUE">COMMISSIONER_DISTRICT</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">1</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">COMMISSIONER_LIVING_IN_DIST</attrlabl>
                <attalias Sync="TRUE">COMMISSIONER_LIVING_IN_DIST</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">32</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">COUNTY_PRECINCT</attrlabl>
                <attalias Sync="TRUE">COUNTY_PRECINCT</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">10</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">FEDERAL_HOUSE_DISTRICT</attrlabl>
                <attalias Sync="TRUE">FEDERAL_HOUSE_DISTRICT</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">1</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">FEDERAL_HOUSE_REPRESENTATIVE</attrlabl>
                <attalias Sync="TRUE">FEDERAL_HOUSE_REPRESENTATIVE</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">32</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">STATE_HOUSE_DISTRICT</attrlabl>
                <attalias Sync="TRUE">STATE_HOUSE_DISTRICT</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">2</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">STATE_HOUSE_REPRESENTATIVE</attrlabl>
                <attalias Sync="TRUE">STATE_HOUSE_REPRESENTATIVE</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">32</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">STATE_SENATE_DISTRICT</attrlabl>
                <attalias Sync="TRUE">STATE_SENATE_DISTRICT</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">2</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">STATE_SENATOR</attrlabl>
                <attalias Sync="TRUE">STATE_SENATOR</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">32</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">RTD</attrlabl>
                <attalias Sync="TRUE">RTD</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">1</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">SJLID</attrlabl>
                <attalias Sync="TRUE">SJLID</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">2</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">TIFA</attrlabl>
                <attalias Sync="TRUE">TIFA</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">1</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">ADR_LONGITUDE</attrlabl>
                <attalias Sync="TRUE">ADR_LONGITUDE</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">ADR_LATITUDE</attrlabl>
                <attalias Sync="TRUE">ADR_LATITUDE</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">ADR_ELEVATION</attrlabl>
                <attalias Sync="TRUE">ADR_ELEVATION</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">AIN</attrlabl>
                <attalias Sync="TRUE">AIN</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">13</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">ADR_XY_META</attrlabl>
                <attalias Sync="TRUE">ADR_XY_META</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">2</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
            <attr>
                <attrlabl Sync="TRUE">ADR_XY_META_DESCRIPTION</attrlabl>
                <attalias Sync="TRUE">ADR_XY_META_DESCRIPTION</attalias>
                <attrtype Sync="TRUE">String</attrtype>
                <attwidth Sync="TRUE">32</attwidth>
                <atprecis Sync="TRUE">0</atprecis>
                <attscale Sync="TRUE">0</attscale>
            </attr>
        </detailed>
    </eainfo>
    <mdDateSt Sync="TRUE">20230316</mdDateSt>
    <Binary>
        <Thumbnail>
            <Data EsriPropertyType="PictureX">/9j/4AAQSkZJRgABAQEAYABgAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoMDAsK
CwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsNFBQUFBQU
FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wAARCACFAMgDASIA
AhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA
AAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3
ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm
p6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEA
AwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSEx
BhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK
U1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3
uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD9U6KK
KACiiigAooooAKKKKAPlL/gopoWlat8CbOfUbuSzu7HXbG4sZre48u4EvmBMxLuTzG2O7bFZTxXF
6L+0BpX7P/hHUvh1q/jjxV4w8cMj6vpiXFn/AMTa6tX3P9n+beiumx13/wDAttdd/wAFFrHw/qHw
Z0BfENzDFt8SWH2a1ms0uhcuz7GTYxXd8jM2zcu/ZtrivhL/AME39A8J/ETw1rl7cWup2WkWy3T6
ksDw3up3Tfwy/vWVIlQL8qIv3qAPlLxx+1Nonxwhhnh8O/2Zb+FdatdTi1O3g+1eVZLLFLcW8tx8
7TyvLtZH2L/Hur7T+NmreG/2h/2aLbx/8Orue803wTeNqtpZQTPYW919mUrNE21G/wCWTPs+X72K
+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</Data>
        </Thumbnail>
    </Binary>
</metadata>