Illustration Table (AdventureWorks)
Contains bicycle assembly diagrams stored as .xml files. The illustrations are references in the Instructions column in the ProductModel table.
Illustration Table Definition
The Illustration table is contained in the Production schema.
Column |
Data type |
Nullability |
Description |
---|---|---|---|
IllustrationID |
int |
Not null |
Primary key for Illustration rows. |
Diagram |
xml |
Null |
Illustrations used in manufacturing instructions. Stored in XML format. For more information, see About the Illustration.Diagram xml Column. |
ModifiedDate |
datetime |
Not null |
Date and time the row was last updated. |
See Also