Current File : //usr/share/install/dc.dtd
<!--

 Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.

-->

<!ELEMENT dc (distro)>

<!ENTITY % boot_mods SYSTEM "boot_mods.dtd.1">
%boot_mods;

<!ENTITY % target SYSTEM "target.dtd.2">
%target;

<!ENTITY % execution SYSTEM "execution.dtd.1">
%execution;

<!ENTITY % configuration SYSTEM "configuration.dtd.1">
%configuration;

<!ENTITY % software SYSTEM "software.dtd.1">
%software;

<!--
	If no special distro args, then we don't have to have a
	distro_spec element. We do require target, execution. Software
	and configuration are optional, although without software
	we cannot create a media image. The optional software elements
	are due to the VM image not requiring a software specification.
	Compression settings are specified as an argument to the 
	associated execution checkpoint element.
-->

<!ELEMENT distro (distro_spec?, target+, software*, execution, configuration*)>
<!ATTLIST distro name CDATA #REQUIRED>
<!ATTLIST distro add_timestamp (true|false) "false">
<!ATTLIST distro http_proxy CDATA #IMPLIED>

<!ELEMENT distro_spec (img_params*)>

<!ELEMENT img_params (media_im|vm_im)>

<!ELEMENT media_im (boot_mods?, max_size?)>


<!--
	max_size refers to the maximum size an image area can get,
	if the user wants to define this.
-->

<!ELEMENT max_size (size)>

<!ELEMENT vm_im EMPTY>