Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
<!-- The spec attribute of the jnlp element specifies what versions of the JNLP specification a particular JNLP file works with. The default value is "1.0+".
-->
<!ATTLIST jnlp spec CDATA #IMPLIED>
<!-- The version attribute of the jnlp element specifies the version of the application being launched, as well as the version of the JNLP file itself.
-->
<!ATTLIST jnlp versionCDATA #IMPLIED>
<!-- The codebase attribute of the jnlp element specifies the codebase for the application. This is also used as the base URL for all relative URLs in href attributes.
-->
<!ATTLIST jnlp codebase CDATA #IMPLIED>
<!-- The href attribute of the jnlp element contains the location of the JNLP file as a URL.
-->
<!ATTLIST jnlp hrefCDATA #IMPLIED>
<!-- The information element contains various descriptive information about the application being launched.
-->
<!ELEMENT information (title?, vendor?, homepage?, description*, icon*,
offline-allowed?)>
<!-- The locale attribute of the information element specifies the locale for which this information element should be used.
-->
<!ATTLIST information locale CDATA #IMPLIED>
<!-- The title element contains the name of the application.
-->
<!ELEMENT title (#PCDATA)>
<!-- The vendor element contains the name of the vendor.
-->
<!ELEMENT vendor (#PCDATA)>
<!-- The homepage element contains a href to the homepage for the application.
-->
<!ELEMENT homepage EMPTY>
<!-- The href attribute of the homepage element specifies the URL for the homepage.
-->
<!ATTLIST homepage hrefCDATA #REQUIRED>
<!-- The description element contains a description of the application.
-->
<!ELEMENT description (#PCDATA)>
<!-- The kind attribute for the description element indicates the use of a description element. The values are: i) one-line, for a one-line description, ii) short, for a one paragraph description, and iii) tooltip, for a tool-tip description. Longer descriptions should be put on a separate web page and referred to using the homepage element.
-->
<!ATTLIST description kind (one-line | short | tooltip) #IMPLIED>
<!-- The icon element describes an image for an application.
-->
<!ELEMENT icon EMPTY>
<!-- The href attribute of an icon contains a URL to a location on the web containing an image file for an icon. The file must be in either JPEG or GIF format.
-->
<!ATTLIST icon hrefCDATA #REQUIRED>
<!-- The version attribute of an icon contains a string describing the version of the image that is requested.
-->
<!ATTLIST icon versionCDATA #IMPLIED>
<!-- The width attribute of the icon element describes the width of the icon in pixels.
-->
<!ATTLIST icon width CDATA #IMPLIED>
<!-- The height attribute of the icon element describes the height of the icon in pixels.
-->
<!ATTLIST icon height CDATA #IMPLIED>
<!-- The kind attribute of the icon element describes the use of the icon.
-->
<!-- The depth attribute of the icon element describes the color depth of the image in bits-per-pixel. Common values will be 8, 16, or 24.
-->
<!ATTLIST icon depth CDATA #IMPLIED>
<!-- The size attribute of an icon element indicates the size of an icon file in bytes.
-->
<!ATTLIST icon size CDATA #IMPLIED>
<!-- The offline-allowed element indicates if the application can be launched offline. Default value (i.e., if the element is not specified) is online.
-->
<!ELEMENT offline-allowed EMPTY>
<!-- The security element describes the security requirements of the application.
-->
<!-- The all-permissions element indicates that the application needs full access the the local system and network.
-->
<!ELEMENT all-permissions EMPTY>
<!-- The j2ee-application-client-permissions element indicates that the application needs the set of permissions defined for a J2EE application client.
-->
<!-- The os attribute of the resources element specifies for which operating system this element should be considered.
-->
<!ATTLIST resources os CDATA #IMPLIED>
<!-- The arch attribute of the resources element specifies for what platform this element should be considered.
-->
<!ATTLIST resources arch CDATA #IMPLIED>
<!-- The locale attribute of the resources element specifies for which locales this element should be considered.
-->
<!ATTLIST resources locale CDATA #IMPLIED>
<!-- The j2se element describes a supported JRE version and an optional resources element to be used by the particular JRE.
-->
<!ELEMENT j2se (resources*)>
<!-- The version attribute of the j2se element describes the versions of the JRE that this application is supported on.
-->
<!ATTLIST j2se versionCDATA #REQUIRED>
<!-- The href attribute of the j2se element specifies the location where the JRE should be downloaded from.
-->
<!ATTLIST j2se hrefCDATA #IMPLIED>
<!-- The initial-heap-size attribute of the j2se element specifies the initial size of the object heap.
-->
<!ATTLIST j2se initial-heap-size CDATA #IMPLIED>
<!-- The max-heap-size attribute of the j2se element specifies the preferred maximum size of the object heap.
-->
<!ATTLIST j2se max-heap-size CDATA #IMPLIED>
<!-- The jar element describes a jar file resource.
-->
<!ELEMENT jar EMPTY>
<!-- The href attribute of the jar element contains the location of a jar file as a URL.
-->
<!ATTLIST jar hrefCDATA #REQUIRED>
<!-- The version attribute of a jar element describes the version of a particular JAR file that is requested.
-->
<!ATTLIST jar versionCDATA #IMPLIED>
<!-- The main attribute of a jar element indicates whether this element contains the main class.
-->
<!ATTLIST jar main (true|false) "false">
<!-- The download attribute of a jar element indicates if this element must be downloaded before an application is launched (eager), or not (lazy).
-->
<!ATTLIST jar download (eager | lazy) "eager">
<!-- The size attribute of a jar element indicates the size of a JAR file in bytes.
-->
<!ATTLIST jar size CDATA #IMPLIED>
<!-- The part attribute of a jar element describes the name of the group it belongs too.
-->
<!ATTLIST jar part CDATA #IMPLIED>
<!-- The nativelib element describes a resource containing native files.
-->
<!ELEMENT nativelib EMPTY>
<!-- The href attribute of a nativelib element contains the location of a nativelib file as a URL.
-->
<!ATTLIST nativelib hrefCDATA #REQUIRED>
<!-- The version attribute of a nativelib element describes the version of a particular nativelib file that is requested.
-->
<!ATTLIST nativelib versionCDATA #IMPLIED>
<!-- The download attribute of a nativelib element indicates if this element must be downloaded before an application is launched (eager), or not (lazy).
-->
<!-- The argument elements describe the ordered set of arguments to an application. These arguments will be passed into the main method of the application's main class.
-->
<!ELEMENT argument (#PCDATA)>
<!-- The applet-desc element describes how to launch a Java Technology-based Applet. It contains information about, e.g., the main class, size, and parameters.
-->
<!ELEMENT applet-desc (param*)>
<!-- The documentbase attribute of the applet-desc element describes the documentbase for the applet as a URL.
-->
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.