RS:manufacturer: Difference between revisions

From railML 2 Wiki
Jump to navigation Jump to search
[unchecked revision][checked revision]
m (new attribute)
mNo edit summary
Line 21: Line 21:
|constraints =
|constraints =


* {{Attr|manufacturerName}} {{RailMLType|tGenericName}}, mandatory
* {{Attr|manufacturerName}} {{RailMLType|tGenericName}}, optional
 
* {{Attr|vehicleManufacturerRef}} {{RailMLType|tGenericRef}}, optional


* {{Attr|manufacturerType}} {{RailMLType|tElementDescription}}, mandatory
* {{Attr|manufacturerType}} {{RailMLType|tElementDescription}}, mandatory

Revision as of 08:35, 20 February 2013


manufacturer
 


Scheme description / Schemenbeschreibung

Position of manufacturer in the XML-Tree / Position von manufacturer im XML-Baum

  • Parent: <classification>
  • Children: Not yet described. / Noch nicht beschrieben.

Multiplicity / Anzahl

[1..1]

Semantics / Bedeutung

The element <manufacturer> contains all data related to the manufacturer of the vehicle, which may be necessary for identification and management.

Im Element <manufacturer> sind alle Hersteller bezogene Daten zusammengefasst, die zur Identifizierung und Verwaltung benötigt werden.

Attributes of manufacturer / Attribute von manufacturer

  • manufacturerName (deprecated with version 2.2): This is the name of the manufacturer of the entire vehicle as it was called at the time of production.
  • vehicleManufacturerRef (introduced with version 2.2): Reference to common list of vehicle manufacturers. It shall be used in preference to manufacturerName.
  • manufacturerType: This is the type description the vehicle manufacturer has used for the vehicle at the time of production.
  • serialNumber: This is the serial number the manufacturer has given the vehicle at the time of production.

Syntactic Constraints / Syntaktische Beschränkungen

  • vehicleManufacturerRef xs:IDREF, optional

Best practice & Examples / Empfohlene Anwendung & Beispiele

<vehicle id='veh_ME26' axleSequence='Co&apos;Co&apos; de' numberDrivenAxles='6' length='20.960' speed='160' bruttoWeight='122' nettoAdhesionWeight='122'>
  <classification>
    <manufacturer manufacturerName='Siemens Verkehrstechnik' manufacturer-Type='ME26'/>
    <operator operatorName='NSB' operatorClass='Di6'/>
    <operator operatorName='DB' operatorClass='251'/>
  </classification>
</vehicle>

Notes / Anmerkungen

Not yet described. / Noch nicht beschrieben.

Open issues / Offene Punkte/Pendenzen

Not yet described. / Noch nicht beschrieben.