Author

The element Author represents the name of an author of the classification. The contents of the element Author is limited to plain text. EXAMPLE<Authors>
  <Author name="who">World Health Organisation</Author>
  <Author name="fic_nl">Dutch WHO-FIC</Author>
</Authors>

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xs:ID required
The attribute name uniquely identifies the author. The first character of the attribute id must be a letter, underscore or colon. This attribute is referenced in the element History.

Used By

Element Authors

Source

<xs:element name="Author">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">The element Author represents the name of an author of the classification. The contents of the element Author is limited to plain text. EXAMPLE
      <Authors>
        <Author name="who">World Health Organisation</Author>
        <Author name="fic_nl">Dutch WHO-FIC</Author>
      </Authors>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attributeGroup ref="attlist.Author"/>
  </xs:complexType>
</xs:element>

Sample