<population>

<population> ある場所の人口に関する情報を示す.
モジュールnamesdates — 13 Names, Dates, People, and Places
属性 att.datable (att.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso)) att.editLike (@cert, @resp, @evidence, @source) (att.dimensions (@unit, @quantity, @extent, @atLeast, @atMost, @min, @max, @precision, @scope)) att.naming (@nymRef) att.typed (@type, @subtype)
当該モジュールを使用するもの
下位
header: biblFull
linking: ab
msdescription: msDesc
namesdates: population
textcrit: witDetail
宣言

<rng:element name="population">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.datable.w3c.attributes"/>
<rng:ref name="att.datable.iso.attributes"/>
<rng:ref name="att.editLike.attributes"/>
<rng:ref name="att.dimensions.attributes"/>
<rng:ref name="att.naming.attributes"/>
<rng:ref name="att.canonical.attributes"/>
<rng:ref name="att.typed.attributes"/>
<rng:group>
 <rng:zeroOrMore>
  <rng:ref name="model.headLike"/>
 </rng:zeroOrMore>
 <rng:optional>
  <rng:choice>
   <rng:group>
    <rng:oneOrMore>
     <rng:ref name="model.pLike"/>
    </rng:oneOrMore>
   </rng:group>
   <rng:group>
    <rng:oneOrMore>
     <rng:ref name="model.labelLike"/>
    </rng:oneOrMore>
   </rng:group>
  </rng:choice>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="model.noteLike"/>
    <rng:ref name="model.biblLike"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:ref name="population"/>
 </rng:zeroOrMore>
</rng:group>
</rng:element>
element population
{
   att.global.attributes,
   att.datable.w3c.attributes,
   att.datable.iso.attributes,
   att.editLike.attributes,
   att.naming.attributes,
   att.typed.attributes,
   (
      model.headLike*,
      (
         ( ( model.pLike+ ) | ( model.labelLike+ ) ),
         ( model.noteLike | model.biblLike )*
      )?,
      population*
   )
}
<population when="2001-04resp="#UKCensus">
 <population type="white">
  <desc>54153898</desc>
 </population>
 <population type="asian">
  <desc>11811423</desc>
 </population>
 <population type="black">
  <desc>1148738</desc>
 </population>
 <population type="mixed">
  <desc>677117</desc>
 </population>
 <population type="chinese">
  <desc>247403</desc>
 </population>
 <population type="other">
  <desc>230615</desc>
 </population>
</population>