# Attribute Schema

## Block Segments

| Field Name           | Description                                                                                                                                    |
| -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| OBJECTID             | Esri Default field                                                                                                                             |
| BLOCK\_SEGMENT\_ID   | Unique ID field for block segments, created by Attribute Rule                                                                                  |
| SEGMENT\_ID          | Unique ID field for TRANSPORTATION.street\_segment, code this value from Segment ID in street segment feature class                            |
| FULL\_STREET\_NAME   | Full Street Name of the street segment, code this from Full Street Name field in street segment feature class                                  |
| RIGHT\_FROM\_ADDRESS | Right From Address of the street segment, code this value from Right From Address field in street segment feature class                        |
| BLOCK\_DIRECTION     | Curb that block segment is located on                                                                                                          |
| BLOCK\_NAME          | Concatenated from Full Street Name, Right From Address, and Block Direction (do not add street type (ST), use acronym for block direction (NC) |
| TOTAL\_SPACES        | Total number of parking spaces on the block, should be the total spaces of all parking zones combined                                          |
| BLOCK\_STATUS        | Null unless block segment is not available due to construction, proposed - new, special event, or temporary valet / relocate                   |
| COMMENTS             | Free form text field for any comments that many need to be added                                                                               |
| STATUS\_TYPE         | Field to mark block segment as being Active, Inactive or Retired (Active by default)                                                           |
| RETIRED\_DATE        | Date that block segment was Retired, null if block segment is Active                                                                           |
| CREATED\_BY          | Editor Tracking Field (automatically updated)                                                                                                  |
| CREATED\_DATE        | Editor Tracking Field (automatically updated)                                                                                                  |
| MODIFIED\_BY         | Editor Tracking Field (automatically updated)                                                                                                  |
| MODIFIED\_DATE       | Editor Tracking Field (automatically updated)                                                                                                  |

## Parking Zones

| Field Name                  | Description                                                                                                                 |
| --------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| OBJECTID                    | Esri Default field                                                                                                          |
| PARKING\_ZONE\_ID           | Unique ID field for parking zones, created by Attribute Rule                                                                |
| BLOCK\_SEGMENT\_ID          | Unique ID field for block segments, field is used to create relationship class between parking zones and block segments     |
| SEGMENT\_ID                 | Unique ID field for TRANSPORTATION.street\_segment, code this value from Segment ID in street segment feature class         |
| MOBILE\_PAY\_ID             |                                                                                                                             |
| RESIDENTIAL\_DISTRICT\_ZONE |                                                                                                                             |
| RESIDENTIAL\_DISTRICT\_ID   |                                                                                                                             |
| ZONE\_DESCRIPTION           | Zone that parking zone is located within                                                                                    |
| METER\_ROUTE                | Meter Route that parking zone is located within                                                                             |
| PARKING\_ORIENTATION        | Vehicle parking orientation for parking zone                                                                                |
| PARKING\_SPACES             | Total number of parking spaces for parking zone                                                                             |
| TEMPORARY\_PLATE\_TALLY     |                                                                                                                             |
| ZONE\_STATUS                | Null unless parking zone is not available due to construction, proposed - new, special event, or temporary valet / relocate |
| COMMENTS                    | Free form text field for any comments that many need to be added                                                            |
| STATUS\_TYPE                | Field to mark parking zone as being Active, Inactive or Retired (Active by default)                                         |
| RETIRED\_DATE               | Date that parking zone was Retired, null if parking zone is Active                                                          |
| CREATED\_BY                 | Editor Tracking Field (automatically updated)                                                                               |
| CREATED\_DATE               | Editor Tracking Field (automatically updated)                                                                               |
| MODIFIED\_BY                | Editor Tracking Field (automatically updated)                                                                               |
| MODIFIED\_DATE              | Editor Tracking Field (automatically updated)                                                                               |

## Parking Restrictions

| Field Name               | Description                                                                                                                  |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------- |
| OBJECTID                 | Esri Default field                                                                                                           |
| PARKING\_RESTRICTION\_ID | Unique ID field for parking restrictions, created by Attribute Rule                                                          |
| PARKING\_ZONE\_ID        | Unique ID field for parking zones, field is used to create relationship class between parking restrictions and parking zones |
| PARKING\_TYPE            | Type of parking restriction assigned                                                                                         |
| RATE\_COST               | Rate cost for parking restriction based on rate duration (field to be removed)                                               |
| RATE\_DURATION           | Unit of time per the rate cost                                                                                               |
| TIME\_LIMIT              | The length of time a vehicle can remain parked without renewing                                                              |
| HOURS\_OF\_OPERATION     | All hours of operation for the parking restriction                                                                           |
| MONDAY\_HOURS            | Total number of hours that the restriction is valid on Monday                                                                |
| TUESDAY\_HOURS           | Total number of hours that the restriction is valid on Tuesday                                                               |
| WEDNESDAY\_HOURS         | Total number of hours that the restriction is valid on Wednesday                                                             |
| THURSDAY\_HOURS          | Total number of hours that the restriction is valid on Thursday                                                              |
| FRIDAY\_HOURS            | Total number of hours that the restriction is valid on Friday                                                                |
| SATURDAY\_HOURS          | Total number of hours that the restriction is valid on Saturday                                                              |
| SUNDAY\_HOURS            | Total number of hours that the restriction is valid on Sunday                                                                |
| STATUS\_TYPE             | Field to mark parking restriction as being Active, Inactive or Retired (Active by default)                                   |
| RETIRED\_DATE            | Date that parking restriction was Retired, null if parking restriction is Active                                             |
| RATE                     |                                                                                                                              |
| REGULATION               |                                                                                                                              |
| REGULATION               |                                                                                                                              |
| CREATED\_BY              | Editor Tracking Field (automatically updated)                                                                                |
| CREATED\_DATE            | Editor Tracking Field (automatically updated)                                                                                |
| MODIFIED\_BY             | Editor Tracking Field (automatically updated)                                                                                |
| MODIFIED\_DATE           | Editor Tracking Field (automatically updated)                                                                                |

## Parking Spaces

| Field Name                       | Description                                                                                                            |
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| OBJECTID                         | Esri Default field                                                                                                     |
| PARKING\_SPACE\_ID               | Unique ID field for parking spaces, created by Attribute Rule                                                          |
| PARKING\_ZONE\_ID                | Unique ID field for parking zones, field is used to create relationship class between parking spaces and parking zones |
| TEMPORARY\_PLATE                 |                                                                                                                        |
| SPACE\_STATUS                    | Null unless parking space is not available due to construction, special event, or temporary valet / relocate           |
| PARKING\_BENEFIT\_DISTRICT       |                                                                                                                        |
| PARKING\_BENEFIT\_DISTRICT\_ID   |                                                                                                                        |
| PARKING\_BENEFIT\_DISTRICT\_NAME |                                                                                                                        |
| STATUS\_TYPE                     | Field to mark parking space as being Active or Retired (Active by default)                                             |
| RETIRED\_DATE                    | Date that parking space was Retired, null if parking space is Active                                                   |
| CREATED\_BY                      | Editor Tracking Field (automatically updated)                                                                          |
| CREATED\_DATE                    | Editor Tracking Field (automatically updated)                                                                          |
| MODIFIED\_BY                     | Editor Tracking Field (automatically updated)                                                                          |
| MODIFIED\_DATE                   | Editor Tracking Field (automatically updated)                                                                          |

## Parking Meters

| Field Name         | Description                                                                                                  |
| ------------------ | ------------------------------------------------------------------------------------------------------------ |
| OBJECTID           | Esri Default field                                                                                           |
| PARKING\_METER\_ID | Unique ID field for parking meters, created by Attribute Rule                                                |
| JURISDICTION       |                                                                                                              |
| SUB\_JURISDICTION  |                                                                                                              |
| STATION\_NUMBER    | Parking Meter number, field is used to create relationship class between parking meters and parking spaces   |
| BLOCK\_LOCATION    | Location of parking meter in relation to the block                                                           |
| PAY\_TYPE          | Parking Meter                                                                                                |
| METER\_STATUS      | Null unless parking meter is not available due to construction, special event, or temporary valet / relocate |
| COMMENTS           | Free form text field for any comments that many need to be added                                             |
| STATUS\_TYPE       | Field to mark parking meter as being Active or Retired (Active by default)                                   |
| RETIRED\_DATE      | Date that parking meter was Retired, null if parking meter is Active                                         |
| CREATED\_BY        | Editor Tracking Field (automatically updated)                                                                |
| CREATED\_DATE      | Editor Tracking Field (automatically updated)                                                                |
| MODIFIED\_BY       | Editor Tracking Field (automatically updated)                                                                |
| MODIFIED\_DATE     | Editor Tracking Field (automatically updated)                                                                |

## Parking Pay Stations

| Field Name        | Description                                                                                                            |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------- |
| OBJECTID          | Esri Default field                                                                                                     |
| PARKING\_PAY\_ID  | Unique ID field for parking pay stations, created by Attribute Rule                                                    |
| JURISDICTION      |                                                                                                                        |
| SUB\_JURISDICTION |                                                                                                                        |
| STATION\_NUMBER   | Parking Pay Station number, field is used to create relationship class between parking pay stations and parking spaces |
| BLOCK\_LOCATION   | Location of parking pay station in relation to the block                                                               |
| PAY\_TYPE         | Pay Station                                                                                                            |
| METER\_STATUS     | Null unless parking pay station is not available due to construction, special event, or temporary valet / relocate     |
| COMMENTS          | Free form text field for any comments that many need to be added                                                       |
| STATUS\_TYPE      | Field to mark parking pay station as being Active or Retired (Active by default)                                       |
| RETIRED\_DATE     | Date that parking pay station was Retired, null if parking meter is Active                                             |
| CREATED\_BY       | Editor Tracking Field (automatically updated)                                                                          |
| CREATED\_DATE     | Editor Tracking Field (automatically updated)                                                                          |
| MODIFIED\_BY      | Editor Tracking Field (automatically updated)                                                                          |
| MODIFIED\_DATE    | Editor Tracking Field (automatically updated)                                                                          |
