2.2.3.67 CT_Unique

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

Referenced by: Unique

Specifies a unique constraint (section 2.1.1.4) on a table.

Child Elements:

PropertyRef: A CT_PropertyRefIndex element (section 2.2.3.88) that specifies the name of a column that is part of the index.

Attributes:

Caption: An ST_LongString attribute (section 2.2.4.4) that specifies a caption for the index.

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

ObjectId: An ST_ObjectName attribute (section 2.2.4.1) that specifies an identifier for the index.

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

 <xsd:complexType name="CT_Unique">
   <xsd:complexContent>
     <xsd:extension base="CT_Index"/>
   </xsd:complexContent>
 </xsd:complexType>

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