<geogName>

<geogName> (geographical name) a name associated with some geographical feature such as Windrush Valley or Mount Sinai. 13.2.3 Place Names
Modulenamesdates — 13 Names, Dates, People, and Places
Attributes att.naming (@nymRef) (att.canonical (@key, @ref))
typeprovides more culture- linguistic- or application- specific information used to categorize this name component.
Status Mandatory when applicable
Datatype

<rng:ref name="data.enumerated"/>
data.enumerated
Values one of a set of codes defined for the application.
Used by
May contain
Declaration

<rng:element name="geogName">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.naming.attributes"/>
<rng:ref name="att.canonical.attributes"/>
<rng:optional>
 <rng:attribute name="type">
  <rng:ref name="data.enumerated"/>
 </rng:attribute>
</rng:optional>
<rng:ref name="macro.phraseSeq"/>
</rng:element>
element geogName
{
   att.global.attributes,
   att.naming.attributes,
   att.canonical.attributes,
   attribute type { data.enumerated }?,
   macro.phraseSeq
}
Example
<geogName>
 <geogFeat>Mount</geogFeat>
 <name>Sinai</name>
</geogName>