Template:InheritDCcreator: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
(Parameters, attributes, constraints added)
(Updated using new template (Vorlage:InheritDCelement))
Line 1: Line 1:
{{ElementDocu|
{{InheritDCelement
elementName = dc:creator
|elementName = dc:creator


|parent = {{{parentLink|FIXME}}}
|parentLink = {{{parentLink|FIXME}}}


|semantics =  
|DCdefinition = An entity primarily responsible for making the resource.
; Dubin Core definition: "An entity primarily responsible for making the resource."


; Dubin Core description: "Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity."
|DCdescription = Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity.


This may be a combination of the company's name and the person's name who created the data set (railML file). {{AddAnn|{{{semantics|}}}|{{{semantics_de|}}} }}
|railSemantics = This may be a combination of the company's name and the person's name who created the data set (railML file).


|inheritedAttributes =
|semantics = {{{semantics|}}}
{{InheritLang
|notes_en = {{{lang|}}}
|notes_de = {{{lang_de|}}}
}}


|constraints =
|semantics_de = {{{semantics_de|}}}
The Element {{{selfLink|FIXME}}} may occur several times with different {{Attr|xml:lang}} attributes. {{AddAnn|{{{constraints|}}}|{{{constraints_de|}}} }}


|example =
|lang = {{{lang|}}}
 
|lang_de = {{{lang_de|}}}
 
|constraints = {{{constraints|}}}
 
|example =  


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<dc:creator>Bahnkonzept / Kolmorgen</dc:creator>
  <dc:creator>Bahnkonzept / Kolmorgen</dc:creator>
</syntaxhighlight>
</syntaxhighlight>


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

Revision as of 23:25, 11 December 2011


dc:creator
 


Scheme description / Schemenbeschreibung

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

  • Parent: FIXME
  • Children: None

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

Dublin Core definition
"An entity primarily responsible for making the resource."
Dublin Core description
"Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity."
railML® semantics
This may be a combination of the company's name and the person's name who created the data set (railML file).

Attributes of dc:creator / Attribute von dc:creator

  • 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:creator>Bahnkonzept / Kolmorgen</dc:creator>

Notes / Anmerkungen

None.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.