Code for the subtype of location.
| Field Name | Field Description | Data Type | Field Size* | LocSubTypeID | Unique identifier describing the kind of a line, point or polygon represented by the LocationID. | smallint | 2 | LocSubType | Unique description of the kind of a line, point or polygon represented by the LocationID. | varchar | 60 | LocSubTypeDescription | Specific description of the kind of a line, point or polygon represented by the LocationID. | varchar | 255 |
*The text datatype pre-allocates only 16 bytes. Size represents actual bytes for all other data types.