tml:uid_uidRef

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:string optional
short descriptive name of element
uid xs:anyURI optional
unique ID for this element
uidRef xs:anyURI optional
the contents of this element are exactly the same as the contents of the uidRef element. no need repeating it. (similar to xlink)

Used By

Source

<xs:attributeGroup name="uid_uidRef">
  <xs:attribute name="name" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>short descriptive name of element</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="uid" type="xs:anyURI" use="optional">
    <xs:annotation>
      <xs:documentation>unique ID for this element</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="uidRef" type="xs:anyURI" use="optional">
    <xs:annotation>
      <xs:documentation>the contents of this element are exactly the same as the contents of the uidRef element. no need repeating it. (similar to xlink)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>