Table of Contents

Class XmpMmSchema

Namespace
iTextSharp.text.xml.xmp
Assembly
iTextSharp.LGPLv2.Core.dll

An implementation of an XmpSchema.

public class XmpMmSchema : XmpSchema
Inheritance
XmpMmSchema
Inherited Members

Constructors

XmpMmSchema()

@throws IOException

public XmpMmSchema()

Fields

DEFAULT_XPATH_ID

default namespace identifier

public const string DEFAULT_XPATH_ID = "xmpMM"

Field Value

string

DEFAULT_XPATH_URI

default namespace uri

public const string DEFAULT_XPATH_URI = "http://ns.adobe.com/xap/1.0/mm/"

Field Value

string

DERIVEDFROM

A reference to the original document from which this one is derived. It is a minimal reference; missing components can be assumed to be unchanged. For example, a new version might only need to specify the instance ID and version number of the previous version, or a rendition might only need to specify the instance ID and rendition class of the original.

public const string DERIVEDFROM = "xmpMM:DerivedFrom"

Field Value

string

DOCUMENTID

The common identifier for all versions and renditions of a document.

public const string DOCUMENTID = "xmpMM:DocumentID"

Field Value

string

HISTORY

An ordered array of high-level user actions that resulted in this resource. It is intended to give human readers a general indication of the steps taken to make the changes from the previous version to this one. The list should be at an abstract level; it is not intended to be an exhaustive keystroke or other detailed history.

public const string HISTORY = "xmpMM:History"

Field Value

string

MANAGEDFROM

A reference to the document as it was prior to becoming managed. It is set when a managed document is introduced to an asset management system that does not currently own it. It may or may not include references to different management systems.

public const string MANAGEDFROM = "xmpMM:ManagedFrom"

Field Value

string

MANAGER

The name of the asset management system that manages this resource.

public const string MANAGER = "xmpMM:Manager"

Field Value

string

MANAGERVARIANT

Specifies a particular variant of the asset management system. The format of this property is private to the specific asset management system.

public const string MANAGERVARIANT = "xmpMM:ManagerVariant"

Field Value

string

MANAGETO

A URI identifying the managed resource to the asset management system; the presence of this property is the formal indication that this resource is managed. The form and content of this URI is private to the asset management system.

public const string MANAGETO = "xmpMM:ManageTo"

Field Value

string

MANAGEUI

A URI that can be used to access information about the managed resource through a web browser. It might require a custom browser plugin.

public const string MANAGEUI = "xmpMM:ManageUI"

Field Value

string

RENDITIONCLASS

The rendition class name for this resource.

public const string RENDITIONCLASS = "xmpMM:RenditionClass"

Field Value

string

RENDITIONPARAMS

Can be used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM: RenditionClass.

public const string RENDITIONPARAMS = "xmpMM:RenditionParams"

Field Value

string

VERSIONID

The document version identifier for this resource.

public const string VERSIONID = "xmpMM:VersionID"

Field Value

string

VERSIONS

The version history associated with this resource.

public const string VERSIONS = "xmpMM:Versions"

Field Value

string