blob: 07125b6f66c63a09a9fd16b883534e763c1096d8 [file] [log] [blame]
<!-- -//NetBeans//DTD Autoupdate Catalog 2.5//EN -->
<!-- XML representation of Autoupdate Modules/Updates Catalog -->
<!ELEMENT module_updates ((notification?, (module_group|module)*, license*)|error)>
<!ATTLIST module_updates timestamp CDATA #REQUIRED>
<!ELEMENT module_group ((module_group|module)*)>
<!ATTLIST module_group name CDATA #REQUIRED>
<!ELEMENT notification (#PCDATA)>
<!ATTLIST notification url CDATA #IMPLIED>
<!ELEMENT module (description?, module_notification?, external_package*, (manifest | l10n) )>
<!ATTLIST module codenamebase CDATA #REQUIRED
homepage CDATA #IMPLIED
distribution CDATA #REQUIRED
license CDATA #IMPLIED
downloadsize CDATA #REQUIRED
needsrestart (true|false) #IMPLIED
moduleauthor CDATA #IMPLIED
releasedate CDATA #IMPLIED
global (true|false) #IMPLIED
targetcluster CDATA #IMPLIED
eager (true|false) #IMPLIED
autoload (true|false) #IMPLIED>
<!ELEMENT description (#PCDATA)>
<!ELEMENT module_notification (#PCDATA)>
<!ELEMENT external_package EMPTY>
<!ATTLIST external_package
name CDATA #REQUIRED
target_name CDATA #REQUIRED
start_url CDATA #REQUIRED
description CDATA #IMPLIED>
<!ELEMENT manifest EMPTY>
<!ATTLIST manifest OpenIDE-Module CDATA #REQUIRED
OpenIDE-Module-Name CDATA #REQUIRED
OpenIDE-Module-Specification-Version CDATA #REQUIRED
OpenIDE-Module-Implementation-Version CDATA #IMPLIED
OpenIDE-Module-Module-Dependencies CDATA #IMPLIED
OpenIDE-Module-Package-Dependencies CDATA #IMPLIED
OpenIDE-Module-Java-Dependencies CDATA #IMPLIED
OpenIDE-Module-IDE-Dependencies CDATA #IMPLIED
OpenIDE-Module-Short-Description CDATA #IMPLIED
OpenIDE-Module-Long-Description CDATA #IMPLIED
OpenIDE-Module-Display-Category CDATA #IMPLIED
OpenIDE-Module-Provides CDATA #IMPLIED
OpenIDE-Module-Requires CDATA #IMPLIED
OpenIDE-Module-Recommends CDATA #IMPLIED
OpenIDE-Module-Needs CDATA #IMPLIED
AutoUpdate-Show-In-Client (true|false) #IMPLIED
AutoUpdate-Essential-Module (true|false) #IMPLIED>
<!ELEMENT l10n EMPTY>
<!ATTLIST l10n langcode CDATA #IMPLIED
brandingcode CDATA #IMPLIED
module_spec_version CDATA #IMPLIED
module_major_version CDATA #IMPLIED
OpenIDE-Module-Name CDATA #IMPLIED
OpenIDE-Module-Long-Description CDATA #IMPLIED>
<!ELEMENT license (#PCDATA)>
<!ATTLIST license name CDATA #REQUIRED>