§

<application>

<application> provides information about an application which has acted upon the document. [2.3.10. The Application Information Element]
Moduleheader
AttributesAttributes att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @rendition)) (att.global.responsibility (@cert, @resp)) att.typed (@type) att.datable (att.datable.w3c (@when, @notBefore, @notAfter, @from, @to))
type
Status Optional
notAfter
Status Optional
identsupplies an identifier for the application, independent of its version number or display name.
Status Required
Datatype data.name
versionsupplies a version number for the application, independent of its identifier or display name.
Status Required
Datatype data.versionNumber
Member of
Contained by
header: appInfo
May contain
Declaration
element application
{
   attribute type { text }?,
   attribute notAfter { text }?,
   attribute ident { data.name },
   attribute version { data.versionNumber },
   ( model.labelLike+, ( model.ptrLike* | model.pLike* ) )
}
Example
<appInfo>
 <application version="1.5"
  ident="ImageMarkupTool1notAfter="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.