<application>
<application> 문서에 사용한 애플리케이션에 관한 정보를 제시한다. [2.3.11 The Application Information Element] | |||||||||||||||||||||||
모듈 | header — The TEI Header | ||||||||||||||||||||||
속성 |
|
||||||||||||||||||||||
클럽 회원 | |||||||||||||||||||||||
에 의해 포함된 |
header: appInfo
|
||||||||||||||||||||||
포함할 수 있다 | |||||||||||||||||||||||
예 |
<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. |
||||||||||||||||||||||
Content model |
<content> |
||||||||||||||||||||||
선언 |
<rng:element name="application"> element application { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.typed.attributes, att.datable.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, att.datable.custom.attributes, attribute calendar { list { teidata.pointer+ } }?, attribute ident { teidata.name }, attribute version { teidata.versionNumber }, ( model.labelLike+, ( model.ptrLike* | model.pLike* ) ) } |