| 122 | Starting from the Road Table described above, let’s construct a simple set of attribute data to represent a Road and several Annotation Text Elements. NOTE: Geometry and Envelope information are not described below. |
| 123 | |
| 124 | Road Features |
| 125 | |
| 126 | ||!FeatId||Name||Width||!DefaultTextValue|| |
| 127 | ||100||Main St.||25|||| |
| 128 | ||200||First Ave.||20|||| |
| 129 | ||300||Second Ave.||20||Expr(“Road.Name”)|| |
| 130 | |
| 131 | !RoadAnnotation Text Elements |
| 132 | |
| 133 | ||!ParentId||!SequenceId||!TextValue|| |
| 134 | ||100||1||“Main St.”|| |
| 135 | ||100||2||“Main St.”|| |
| 136 | ||200||1||“First Avenue”|| |
| 137 | ||200||2||“First Avenue”|| |
| 138 | ||200||3||“First Avenue”|| |
| 139 | ||300||1|||| |
| 140 | ||300||2|||| |
| 141 | |