Attributes that deal with string filing characteristics. |
Module |
MEI.shared |
Members |
title (direct member of att.filing)
addName, bloc, corpName, country, district, famName, foreName, genName, geogFeat, geogName, name, nameLink, periodName, persName, region, repository, roleName, settlement, styleName (via att.name)
|
Attributes |
@nonfiling(optional)Holds the number of initial characters (such as those constituing an article or
preposition) that should not be used for sorting a title or name.
Value of datatype positiveInteger.
att.filing
|
Declaration |
<attDef ident="nonfiling" usage="opt">
<desc>Holds the number of initial characters (such as those constituing an article or
preposition) that should not be used for sorting a title or name.</desc>
<datatype maxOccurs="1" minOccurs="1">
<rng:data type="positiveInteger"/>
</datatype>
</attDef>
|