Template:InheritDCtitle: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
(Created for use in several CO, IS, RS, TT documentation sites)
 
m (example changed)
Line 25: Line 25:


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
   <dc:title xml:lang="de">Winterferienfahrplan West-Bundesland</dc:title>
   <dc:title xml:lang="de">Ostnetz Musterbahn GmbH 2018</dc:title>
   <dc:title xml:lang="en">Timetable for the winter holidays in the Western state of Germany</dc:title
   <dc:title xml:lang="en">Railway NorthSouth 2018</dc:title
</syntaxhighlight>
</syntaxhighlight>


|back = {{{back|FIXME}}}
|back = {{{back|FIXME}}}
}}
}}

Revision as of 21:08, 26 March 2012


dc:title
 


Scheme description / Schemenbeschreibung

Position of dc:title in the XML-Tree / Position von dc:title im XML-Baum

  • Parent: FIXME
  • Children: None

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

Dublin Core definition
"A name given to the resource."
Dublin Core description
None.
railML® semantics
This may be used for identifying a name for the data set (railML file).

Attributes of dc:title / Attribute von dc:title

  • xml:lang (introduced with version 2.1): This is a unique identifier of language. It uses basically the language standard IETF BCP 47 (external link) which may be different to ISO 639-1 (external link) or ISO 639-2 (external link). For mapping hints see relation to other standards (external link).

Syntactic Constraints / Syntaktische Beschränkungen

The Element FIXME may occur several times with different xml:lang attributes.

Best practice & Examples / Empfohlene Anwendung & Beispiele

  <dc:title xml:lang="de">Ostnetz Musterbahn GmbH 2018</dc:title>
  <dc:title xml:lang="en">Railway NorthSouth 2018</dc:title

Notes / Anmerkungen

None.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.