<application>
<application> 문서에 사용한 애플리케이션에 관한 정보를 제시한다. | |||||||||||||
모듈 | header — 2 The TEI Header | ||||||||||||
전체 속성에 부가 | 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))
|
||||||||||||
에 의해 사용된 | |||||||||||||
포함할 수 있다 | |||||||||||||
선언 |
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* ) ) } |
||||||||||||
예 |
<appInfo>
<application version="1.5" ident="ImageMarkupTool1" notAfter="2006-06-01"> <label>Image Markup Tool</label> <ptr target="#P1"/> <ptr target="#P2"/> </application> </appInfo> This example shows an appInfo element documenting the fact that version 1.5 of the Image Markup Tool1 application has an interest in two parts of a document which was last saved on June 6 2006. The parts concerned are accessible at the URLs given as target for the two ptr elements. |