The Repository Loader manifest file is an XML file that conforms to the following Document Type Definition:

<!--
====================================================================
rl-manifest_1.0.dtd - document type for Repository Loader manifests
Version: $Id: //product/DAS/main/Java/atg/dtds/rl/rl-manifest_1.0.dtd#1 $
$Change: 286550 $
====================================================================
-->

<!-- A single manifest composed of any number of add, update, remove tags -->
<!ELEMENT manifest (add | update | remove)*>

<!ATTLIST manifest num-elements CDATA #IMPLIED>

<!ELEMENT add (#PCDATA)>

<!ATTLIST add type-mapping CDATA #IMPLIED>

<!ELEMENT update (#PCDATA)>

<!ATTLIST update type-mapping CDATA #IMPLIED>

<!ELEMENT remove (#PCDATA)>

<!ATTLIST remove type-mapping CDATA #IMPLIED>
 
loading table of contents...