<application>
<application> fournit des informations sur une application qui a été utilisée pour le traitement du document. | |||||||||||||
Module | header — 2 The TEI Header | ||||||||||||
En complément des attributs globaux | att.typed (@type, @subtype) att.datable (att.datable.w3c (@period, @when, @notBefore, @notAfter, @from, @to)) (att.datable.iso (@when-iso, @notBefore-iso, @notAfter-iso, @from-iso, @to-iso))
|
||||||||||||
Utilisé par | |||||||||||||
Peut contenir | |||||||||||||
Declaration |
element application { att.global.attributes, att.typed.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, attribute ident { data.name }, attribute version { token { pattern = "[\d]+[a-z]*[\d]*(\.[\d]+[a-z]*[\d]*){0,3}" } }, ( model.labelLike+, ( model.ptrLike* | model.pLike* ) ) } |
||||||||||||
Exemple |
<appInfo>
<application version="1.24" ident="Xaira"> <label>XAIRA Indexer</label> <ptr target="#fr_HD"/> </application> </appInfo> |