Manually creating the JDM Pro metadata

Jeppesen Distribution Manager Pro (JDM Pro) metadata is contained in the ADEL metadata XML file. This section describes the information found in that metadata file. Use this section to create metadata for your content instead of using JDM Pro to do so.

The following metadata information is an example of what your metadata file might look like:


<ADEL_Metadata
   title="[---CUSTOMER-DEFINED TITLE---]"
   description="[---CUSTOMER-DEFINED DESCRIPTION---]"
   version="[---CUSTOMER-INCREMENTED INTEGER---]"
   typeOfContent="[---JDM PRO CONTENT-TYPE---]"
   adelEligible="true"
   nomenclature="[---CUSTOMER-DEFINED LABEL---]"
   logicalName="[---INTENTIONALLY LEFT EMPTY---]"
   deltaAlgorithm="xdelta"
   loadOnEffectivity="false"
>
   <FilesManifest>
      <ComponentFile>
         <FilePath>./[---CONTENT FILE NAME---]</FilePath>
         <FileVersion/>
         <Digest>
            <DigestValue>[---CALCULATED BY CUSTOMER---]</DigestValue>
            <DigestAlgorithm>SHA1</DigestAlgorithm>
         </Digest>
      </ComponentFile>
   </FilesManifest>
</ADEL_Metadata>
      

To create valid metadata, replace the values listed in Metadata values in their entirety. Leave all other aspects of the metadata unchanged.

Table: Metadata values
Template Value Description
[—-CUSTOMER-DEFINED TITLE—-] The title you give the content. Used to distinguish it from other content of the same type. The title must be 1–100 alphanumeric characters, spaces, periods, single quotes, dashes, parentheses, and underscores.
[—-CUSTOMER-DEFINED DESCRIPTION—-] The description of the content. The descriptions must be limited to 255 alphanumeric characters, spaces, parentheses, and punctuation characters. Information that you enter here is displayed in the Additional Info field of the Content Detail box.
[—-CUSTOMER-INCREMENTED INTEGER—-] The version number of the content. The version number can have up to four levels, each separated by a period. You're limited to 18 characters in each of the four levels. However, there's a limit of 50 total characters, including the periods that separate each level.
[—-JDM PRO CONTENT-TYPE—-] The JDM Pro-defined content type assigned to the content. The content type is limited to 1–100 alpha characters and spaces.
[—-CUSTOMER-DEFINED LABEL—-] A label for the content for display. The label must be limited to 24 alphanumeric or underscore characters.
[—-INTENTIONALLY LEFT EMPTY—-] The logicalName attribute is intentionally left empty; don't enter information in this line.
[—-CONTENT FILE NAME—-] The name of the content file.
[—-CALCULATED BY CUSTOMER—-] The MD5 hash calculated for the content file.