2.4.4.2.2 CT_PrimaryKeyValues

Referenced by: CT_Binding

The CT_PrimaryKeyValues complex type specifies the values of all the components of the primary key of the row that is bound to a shape.

Child Elements:

PrimaryKey : A list of CT_PrimaryKeyValue elements. The count and the order of the CT_PrimaryKeyValue elements in this list MUST match the PrimaryKeys.PrimaryKey child elements of its containing CT_DataRecordset, whose ID attribute is equal to the RecordsetID attribute of this element’s containing CT_BindingConnection.

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

 <xsd:complexType name="CT_PrimaryKeyValues">
   <xsd:sequence>
     <xsd:element name="PrimaryKey" minOccurs="1" maxOccurs="unbounded" type="CT_PrimaryKeyValue"/>
   </xsd:sequence>
 </xsd:complexType>