<application>
<application> provides information about an application which has acted upon the document. | |||||||||||||
組件 | 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>影像標記工具</label> <ptr target="#P1"/> <ptr target="#P2"/> </application> </appInfo> |