att.typed

att.typed proporciona atributos genéricos utilizables para cualquier clasificación o subclasificación de elementos. [1.3.1 Attribute Classes]
Módulotei — The TEI Infrastructure
Miembrosatt.pointing.group [altGrp joinGrp linkGrp] ab accMat add addName addSpan alt altIdent altIdentifier am anchor application bibl biblStruct binaryObject bloc c camera cb change charProp cit cl climate collection colloc constraintSpec corr country custEvent damage damageSpan date decoNote del delSpan dim district div div1 div2 div3 div4 div5 div6 div7 eLeaf eTree event exemplum explicit figure filiation finalRubric floatingText forename g gb genName geogFeat geogName gloss gramGrp group head ident incident incipit join kinesic label lb lg line link listApp listBibl listEvent listNym listOrg listPerson listPlace listRelation location m mapping measureGrp media milestone mod moduleSpec msDesc msName name nameLink notatedMusic note nym offset org orgName origDate origPlace pause pb pc persName phr place placeName population provenance ptr quote re ref reg region relatedItem relationGrp restore rhyme roleName rs rubric s seal seg settlement spGrp stamp state surface surfaceGrp surname term terrain text time trailer trait vocal w writing zone
AtributosAtributos
typecaracteriza el elemento utilizando una clasificación o tipología funcional.
Estado Opcional
Tipo de datos

<rng:ref name="data.enumerated"/>
data.enumerated
<div type="verse">
 <head>Night in Tarras</head>
 <lg type="stanza">
  <l>At evening tramping on the hot white road</l>
  <l></l>
 </lg>
 <lg type="stanza">
  <l>A wind sprang up from nowhere as the sky</l>
  <l></l>
 </lg>
</div>
subtypeproporciona, si es necesario, una subcategorización del elemento.
Estado Opcional
Tipo de datos

<rng:ref name="data.enumerated"/>
data.enumerated
Nota

El atributo subtipo se puede utilizar para proporcionar cualquier subclasificación para el elemento, adicional a ésa proporcionada por su tipo de atributo.

Schematron

<sch:rule context="*[@subtype]">
<sch:assert test="@type">The <sch:name/> element should not be categorized in detail with @subtype
unless also categorized in general with @type</sch:assert></sch:rule>