2.7.19 Entity.Table

The Entity.Table element specifies the database object, which is a table that represents the entity and to which the entity is bound.

The Entity.Table element is optional. This element is of type Table. Exactly one Entity.Column or Entity.Table element MUST be specified as a child of the parent Entity element. If the Entity.Table element is not present, its value is interpreted as NULL.

The following is the parent element of the Entity.Table element.

Parent elements

Entity

The following is the XML Schema definition of the Entity.Table element.          

 <xsd:element name="Table" type="TableType" minOccurs="0" />