<listPlace>

<listPlace> (장소 목록) 장소 목록을 포함하며, 그 뒤에 수의적으로 그들 사이에 정의된 (포함 외의) 관련성 목록을 제시한다.
모듈namesdates — 13 Names, Dates, People, and Places
속성att.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.typed (@type, @subtype) att.declarable (@default) att.sortable (@sortKey)
에 의해 사용된
에 의해 포함된
포함할 수 있다
선언

<rng:element name="listPlace">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.typed.attributes"/>
 <rng:ref name="att.declarable.attributes"/>
 <rng:ref name="att.sortable.attributes"/>
 <rng:group>
  <rng:zeroOrMore>
   <rng:ref name="model.headLike"/>
  </rng:zeroOrMore>
  <rng:oneOrMore>
   <rng:choice>
    <rng:ref name="model.placeLike"/>
    <rng:ref name="listPlace"/>
   </rng:choice>
  </rng:oneOrMore>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="listRelation"/>
    <rng:ref name="relationGrp"/>
    <rng:ref name="relation"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:group>
</rng:element>
element listPlace
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.typed.attributes,
   att.declarable.attributes,
   att.sortable.attributes,
   (
      model.headLike*,
      ( model.placeLike | listPlace )+,
      ( listRelation | relationGrp | relation )*
   )
}
<listPlace type="offshoreIslands">
 <place>
  <placeName>La roche qui pleure</placeName>
 </place>
 <place>
  <placeName>Ile aux cerfs</placeName>
 </place>
</listPlace>