xml:id

Regularizes the naming of an element and thus facilitates building links
between it and other resources. Each id attribute within a document must have a unique
value.

Attribute Information

Used By

Source

<xs:attribute name="id" type="xs:ID">
  <xs:annotation>
    <xs:documentation>Regularizes the naming of an element and thus facilitates building links between it and other resources. Each id attribute within a document must have a unique value.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Sample

< respStmt xmlns = "http://www.tei-c.org/ns/1.0" >

< resp>

Authored by

</ resp>

< name xml:id = "PR" >

Perry Roland

</ name>

</ respStmt>