2.2.3.88 CT_PropertyRefIndex

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

Referenced by: CT_Index, CT_Unique

Specifies a reference to a column that is part of an index (section 2.1.1.3) in a table (section 2.1.1).

Attributes:

Direction: An ST_SortDirection attribute (section 2.2.4.7) that specifies the sort order of the column in the index (section 2.1.1.3).

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_PropertyRefIndex">
   <xsd:complexContent>
     <xsd:extension base="CT_PropertyRef">
       <xsd:attribute name="Direction" type="ST_SortDirection" default="Ascending" wbld:cname="Direction"/>
     </xsd:extension>
   </xsd:complexContent>
 </xsd:complexType>

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