<population>
<population> contiene la información sobre la población de un lugar. | |
Módulo | namesdates — 13 Names, Dates, People, and Places |
Atributos | 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.canonical (@key, @ref)) att.typed (@type, @subtype) |
Usado por | |
Puede contener | |
Declaración |
element population { att.global.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.editLike.attributes, att.dimensions.attributes, att.naming.attributes, att.canonical.attributes, att.typed.attributes, ( model.headLike*, ( ( ( model.pLike+ ) | ( model.labelLike+ ) ), ( model.noteLike | model.biblLike )* )?, population* ) } |
Ejemplo | <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> |