When you use an XML schema document to provide a relational view of XML data, you must map the elements and attributes of the XML schema to tables and columns of the database. The rows in a database table or view can map to elements in the XML document. The column values in the database map to elements or attributes in the XML document. An XML schema document that contains mapping information is referred to as an annotated XML schema.
This section provides conceptual information and instructions for defining annotated XML schemas.