ExternalReference

Attribute set used to identify a resource within an external document.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
ExternalRef xsd:token required
Unique ID of the resource within the external document.

Used By

Complex Types ColumnRef, KeyRef

Source

<xsd:attributeGroup name="ExternalReference">
  <xsd:annotation>
    <xsd:documentation>Attribute set used to identify a resource within an external document.</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="ExternalRef" type="xsd:token" use="required">
    <xsd:annotation>
      <xsd:documentation>Unique ID of the resource within the external document.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>