<occupation>

<occupation> contiene una descripción informal de las actividades, la profesión o la ocupación de una persona. 15.2.2 The Participant Description
Módulo namesdates — 13 Names, Dates, People, and Places
Además de los atributos globales 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))
scheme identifica el sistema de clasificación o la taxonomía utilizada para la identificación de un elemento taxonomy colocado en el encabezado.
Estado Opcional
Tipo de datos

<rng:ref name="data.pointer"/>
data.pointer
Valores must identify a taxonomy element
code identifica un código relativo a la ocupación definido en el sistema de clasificación o taxonomía establecido por el atributo scheme.
Estado Opcional
Tipo de datos

<rng:ref name="data.pointer"/>
data.pointer
Valores Must identify a category element
Usado por
Puede contener
Declaración

<rng:element name="occupation">
 <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.ranging.attributes"/>
 <rng:ref name="att.naming.attributes"/>
 <rng:ref name="att.canonical.attributes"/>
 <rng:optional>
  <rng:attribute name="scheme">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="code">
   <rng:ref name="data.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element occupation
{
   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,
   attribute scheme { data.pointer }?,
   attribute code { data.pointer }?,
   macro.phraseSeq
}
Ejemplo
<occupation>accountant</occupation>
Ejemplo
<occupation
  scheme="http://www.ons.gov.uk/about-statistics/classifications/current/ns-sec/"
  code="#acc">
accountant</occupation>
Ejemplo
<occupation
  scheme="http://www.ons.gov.uk/about-statistics/classifications/current/ns-sec/"
  code="#acc">
accountant with specialist
knowledge of oil industry </occupation>