Template:InheritIdName: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
m (Creation)
 
mNo edit summary
Line 1: Line 1:
* {{attr|id}}: Unique identifier which is used to refer to this particular item. This ID is always required for the item. It is inherited as a common feature from the type [[tElementWithIDAndName]].
* {{attr|id}}: Unique identifier which is used to refer to this particular item. It has to follow the constraints of [http://www.w3.org/TR/xmlschema-2/#ID xs:ID]. This ID is always required for the item. It is inherited as a common feature from the type [[tElementWithIDAndName]].


* {{attr|code}}: A short string for typical, specific abbreviations, used in different systems with the same understanding.
* {{attr|code}}: A short string for typical, specific abbreviations, used in different systems with the same understanding.

Revision as of 14:26, 6 March 2011

  • id: Unique identifier which is used to refer to this particular item. It has to follow the constraints of xs:ID. This ID is always required for the item. It is inherited as a common feature from the type tElementWithIDAndName.
  • code: A short string for typical, specific abbreviations, used in different systems with the same understanding.
  • name: A short name for the item can be given here, if wanted. It is inherited as a common feature from the type tElementWithIDAndName.
  • description: In addition to a short name a more detailed description can be given here. This shall allow a short overview or hints to the contents of this dat set. It is inherited as a common feature from the type tElementWithIDAndName.