name | gives the normal citation form for the standard being referred to. |
| Datatype: CDATA |
| Values: For national and international standards, the value
should be the normal citation form for the standard; for public entity
sets, it should be the standard public entity text; for private
character sets, WSDs, and entity sets, it is recommended that the
form of SGML public identifiers be used. |
| Default: #REQUIRED |
| Example:
<codedCharSet name='ANSI X3.4' authority='national'>
<codedCharSet name='ISO 646: 1991' authority='ISO'>
<entitySet name='ISO 8879:1986//ENTITIES Added Latin 1//EN'
authority='ISO'>
<baseWsd name='-//TEI P2: 1993//WSD ISO 8859-1//EN'
authority='TEI'>
|
Note |
|
authority | indicates the authority responsible for issuing the standard being
referred to: the TEI, the International Organization for
Standardization (ISO), a national body, or a private body. |
| Datatype: (tei | iso | national | private | none) |
| Legal values: | tei | the base writing system declaration is a standard WSD
issued by the Text Encoding Initiative | iso | the character set or entity set was issued by ISO | national | the character set or entity set was issued by a
national standards body | private | the writing system declaration, character set, or
entity set was issued publicly by a private organization or project | none | the writing system declaration, character set, or
entity set has not been publicly issued by any organization; it is
specific to an individual text or project |
|
| Default: #REQUIRED |
| Example:
|
Note |
|