IdDefinition

Attribute set used to identify a resource within the document.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
Id xsd:ID required
Unique ID within the document for the resource.

Used By

Complex Types Column, ColumnRef, Key, KeyRef

Source

<xsd:attributeGroup name="IdDefinition">
  <xsd:annotation>
    <xsd:documentation>Attribute set used to identify a resource within the document.</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="Id" type="xsd:ID" use="required">
    <xsd:annotation>
      <xsd:documentation>Unique ID within the document for the resource.</xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
</xsd:attributeGroup>