2.2.3.87 CT_PropertyRef

Target namespace: http://schemas.microsoft.com/office/accessservices/2010/12/application

Referenced by: CT_PropertyRefIndex, CT_ConstraintWithExpression, CT_CheckConstraint, CT_DefaultConstraint, PropertyRef

Specifies a reference to a column in a table (section 2.1.1).

Attributes:

Name: An ST_ObjectName attribute (section 2.2.4.1) that specifies the name of the referenced column.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_PropertyRef">
   <xsd:attribute name="Name" wbld:cname="Name" type="ST_ObjectName" use="required"/>
 </xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).