RS:classification
Jump to navigation
Jump to search
classification
Scheme description / Schemenbeschreibung / Description du schéma
Position of classification in the XML-Tree / Position von classification im XML-Baum / position de classification dans l’aborescence XML
- Parent: <vehicle>
- Children: <manufacturer>, <owner> (introduced with version 2.5), <operator>
Multiplicity / Anzahl / Multiplicité
Semantics / Bedeutung / Sémantique
The element <classification> provides data of informative or organisational character about the vehicle, e.g. the names given by the manufacturer or the operator.
Unter dem Element <classification> befinden sich die allgemeinen Angaben zu einem Fahrzeug, die informellen bzw. organisatorischen Charakter haben.
Attributes of classification / Attribute von classification / Attributs de classification
Not yet described. / Noch nicht beschrieben. / Pas encore décrit.
Syntactic Constraints / Syntaktische Beschränkungen / Contraintes syntactiques
Not yet described. / Noch nicht beschrieben. / Pas encore décrit.
Best practice & Examples / Empfohlene Anwendung & Beispiele / Bonnes pratiques & exemples
<metadata> <organizationalUnits> <vehicleOperator id='vop_1' name='NSB'/> <vehicleOperator id='vop_2' name='DB'/> <vehicleManufacturer id='vm_3' name='Siemens Verkehrstechnik'/> </organizationalUnits> </metadata> <!-- ... --> <vehicle id='veh_123' axleSequence='Co'Co' de' numberDrivenAxles='6' length='20.960' speed='160' bruttoWeight='122' nettoAdhesionWeight='122'> <classification> <manufacturer vehicleManufacturerRef='vm_3' manufacturer-Type='ME26'/> <operator vehicleOperatorRef='vop_1' operatorClass='Di6'/> <operator vehicleOperatorRef='vop_2' operatorClass='251'/> </classification> </vehicle>
Notes / Anmerkungen / Notes
Not yet described. / Noch nicht beschrieben. / Pas encore décrit.
Open issues / Offene Punkte/Pendenzen / Questions ouvertes
Not yet described. / Noch nicht beschrieben. / Pas encore décrit.