<Project>$XREF.DBF
The default field structure for the cross-reference symbols IMAGE file, <Project>$XREF.dbf, is as follows:
| Field Name | Width | Description |
|---|---|---|
| DRAWING | 255 | The name of the drawing file that the component is from. |
| BLOCK | 59 | The full name of the block representing the component. |
| HANDLE | 20 | The AutoCAD handle for the component symbol. |
| X | 10 | X co-ordinate of the component insertion point. |
| Y | 10 | Y co-ordinate of the component insertion point. |
| TAG_1, TAG_2, ... | 7 | Fields containing the tag for each attribute. |
| ATT_1, ATT_2, ... | 20 | Fields containing component attribute data. |
