<application>
<application> 当該文書に作用するソフトウェアに関する情報を示す. | |||||||||||||
モジュール | header — 2 TEIヘダー | ||||||||||||
属性 | 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))
| ||||||||||||
当該モジュールを使用するもの | |||||||||||||
下位 | |||||||||||||
宣言 | <rng:element name="application"> 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>
この例では,要素appInfoは,ソフトウェアImage Markup Toolのバージョン1.5に関連する章が2箇所ある文書が,2006年6月6日に最終保存されている,ということを示している.当該の章は,要素 |