tsd:collectionRef

Purpose This element allows the specification of the collection containing the referenced doctype. If no other collection is specified, the current collection is used.
Parent element tsd:objectRef
Child elements None
Attributes None
Type xs:NMTOKEN

Example

This is an example of the specification of the collection containing the referenced doctype:

<xs:element name = "address">
  <xs:annotation>
    <xs:appinfo>
      <tsd:elementInfo>
        <tsd:logical>
          <tsd:collation>
            <tsd:language value="de"/>
            <tsd:strength value="secondary"/>
            <tsd:alternate value = "shifted"/>
            <tsd:caseLevel value = "false"/>
            <tsd:french value = "false"/>
            <tsd:normalization value ="false"/>
          </tsd:collation>
        </tsd:logical>
        <tsd:physical>
          <tsd:native>
            <tsd:objectRef>
              <tsd:collectionRef>Customers</tsd:collectionRef>
              <tsd:accessPredicate operator = "=">
                <tsd:nodeRef>/Customer/CustomerNo</tsd:nodeRef>
              </tsd:accessPredicate>
            </tsd:objectRef>
          </tsd:native>
        </tsd:physical>
      </tsd:elementInfo>
    </xs:appinfo>
  </xs:annotation>
  .
  .
  .
</xs:element>