Changes between Version 7 and Version 8 of FDORfc60


Ignore:
Timestamp:
Apr 13, 2011, 8:19:34 AM (13 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc60

    v7 v8  
    120120In the example above, I show these properties defined on the parent Road table, however, they could in fact be located in any schema:table in the data store and their location and property names described using metadata.
    121121
     122Starting 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
     124Road 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
    122142
    123143== Implications ==