Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
titleExample

The example provides labels and texts and a list of related doctypes. Since this doctype relies on defaults, the declaration is quite short.

Code Block
languagexml
<?xml version='1.0'?>

<doctype
  xmlns="http://smartics.de/xsd/projectdoc/doctype/1"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  id="example"
  base-template="standard"
  provide-type="standard-type">
  <resource-bundle>
    <l7n>
      <name>Example</name>
      <description>
        Create examples to show usage.
      </description>
      <about>
        Provide an example to help user's understand how to use a feature.
      </about>
    </l7n>
    <l7n locale="de">
      <name plural="Beispiele">Beispiel</name>
      <description>
		Erstellen Sie ein Beispiel, das die Anwendung zeigt.
      </description>
      <about>
        Dokumentieren Sie für Ihre Nutzer die Verwendung eines Features.
      </about>
    </l7n>
  </resource-bundle>
</doctype>

The related doctypes are used to render links from the doctype's home and index page.

Section
titleSubordinate Sections
Display Table
doctypesection
render-no-hits-as-blanktrue
selectName, Short Description
restrict-to-immediate-childrentrue
sort-bySort Key, Name

...