Metadata File Format Constants

To specify the format of a metadata load or extract file, set the CurrentValue property of the “FileFormat” load or extract option to one of the constants listed in the following table.

Table 78. Metadata File Format Constants

Constant

Description

HSV_METALOADEX_FORMAT_NATIVE

Metadata is to be loaded or extracted in an ASCII text file.

HSV_METALOADEX_FORMAT_XML

Metadata is to be loaded or extracted in an XML text file.

HSV_METALOADEX_FORMAT_XML_COMMONSCHEMA

For internal use.

For examples that use the HSV_METALOADEX_FORMAT_XML constant, see Example for Loading Metadata and Example for Extracting Metadata.