attlist.Identifier

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
authority xs:NMTOKEN optional
The optional attribute authority identifies the authority that issued the uid.
uid required
The attribute uid is required and defines the unique identifier for the coding scheme.

Used By

Element Identifier

Source

<xs:attributeGroup name="attlist.Identifier">
  <xs:attribute name="authority" type="xs:NMTOKEN">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The optional attribute authority identifies the authority that issued the uid.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="uid" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">The attribute uid is required and defines the unique identifier for the coding scheme.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>