From 4ba93fd1f2eda41d1b24cfe5d359ba9354d14014 Mon Sep 17 00:00:00 2001 From: "harald.martini@student.tugraz.at" <harald.martini@student.tugraz.at> Date: Thu, 15 Jul 2021 09:43:10 +0200 Subject: [PATCH] Added Standing Passengers to XSD Schema --- .../XSD/VectoDeclarationDefinitions.2.8_Stage.xsd | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.8_Stage.xsd b/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.8_Stage.xsd index cfa6dd856c..3665c25e45 100644 --- a/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.8_Stage.xsd +++ b/VectoCore/VectoCore/Resources/XSD/VectoDeclarationDefinitions.2.8_Stage.xsd @@ -203,16 +203,26 @@ </xs:annotation> </xs:element> <xs:sequence minOccurs="0"> - <xs:element name="NumberPassengersLowerDeck" type="v2.8:NumberOfPassengersType"> + <xs:element name="NumberPassengerSeatsLowerDeck" type="v2.8:NumberOfPassengersType"> <xs:annotation> <xs:documentation>P283 - [-]</xs:documentation> </xs:annotation> </xs:element> - <xs:element name="NumberPassengersUpperDeck" type="v2.8:NumberOfPassengersType"> + <xs:element name="NumberPassengersStandingLowerDeck" type="v2.8:NumberOfPassengersType"> + <xs:annotation> + <xs:documentation>P354 - [-]</xs:documentation> + </xs:annotation> + </xs:element> + <xs:element name="NumberPassengerSeatsUpperDeck" type="v2.8:NumberOfPassengersType"> <xs:annotation> <xs:documentation>P284 - [-]</xs:documentation> </xs:annotation> </xs:element> + <xs:element name="NumberPassengersStandingUpperDeck" type="v2.8:NumberOfPassengersType"> + <xs:annotation> + <xs:documentation>P355 - [-]</xs:documentation> + </xs:annotation> + </xs:element> </xs:sequence> <xs:element name="BodyworkCode" type="v2.6:VehicleCodeType" minOccurs="0"> <xs:annotation> -- GitLab