2.7.3 Entity.Column

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

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

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

Parent elements

Entity

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

 <xsd:element name="Column" type="ColumnType" minOccurs="0" />