<population>
<population> contains information about the population of a place. | |
組件 | 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, @precision, @scope) (att.ranging (@atLeast, @atMost, @min, @max)) ) att.naming (@nymRef) (att.canonical (@key, @ref)) att.typed (@type, @subtype) |
屬於 | |
可包含 | |
宣告 |
element population { att.global.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.editLike.attributes, att.dimensions.attributes, att.ranging.attributes, att.naming.attributes, att.canonical.attributes, att.typed.attributes, ( model.headLike*, ( ( ( model.pLike+ ) | ( model.labelLike+ ) ), ( model.noteLike | model.biblLike )* )?, population* ) } |
例子 |
<population when="2001-04" resp="#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> |