File tree Expand file tree Collapse file tree 2 files changed +41
-1
lines changed
xsd/netex_framework/netex_reusableComponents Expand file tree Collapse file tree 2 files changed +41
-1
lines changed Original file line number Diff line number Diff line change @@ -383,6 +383,32 @@ Rail transport, Roads and Road transport
383383 </xsd : restriction >
384384 </xsd : simpleContent >
385385 </xsd : complexType >
386+ <!-- ==== ACTUAL VEHICLE EQUIPMENT================================================ -->
387+ <xsd : simpleType name =" ActualVehicleEquipmentIdType" >
388+ <xsd : annotation >
389+ <xsd : documentation >Type for identifier of an ACTUAL VEHICLE EQUIPMENT.</xsd : documentation >
390+ </xsd : annotation >
391+ <xsd : restriction base =" ObjectIdType" />
392+ </xsd : simpleType >
393+ <xsd : element name =" ActualVehicleEquipmentRef" type =" ActualVehicleEquipmentRefStructure" substitutionGroup =" VersionOfObjectRef" >
394+ <xsd : annotation >
395+ <xsd : documentation >Reference to an ACTUAL VEHICLE EQUIPMENT.</xsd : documentation >
396+ </xsd : annotation >
397+ </xsd : element >
398+ <xsd : complexType name =" ActualVehicleEquipmentRefStructure" >
399+ <xsd : annotation >
400+ <xsd : documentation >Type for a reference to a ACTUAL VEHICLE EQUIOMENT.</xsd : documentation >
401+ </xsd : annotation >
402+ <xsd : simpleContent >
403+ <xsd : restriction base =" VersionOfObjectRefStructure" >
404+ <xsd : attribute name =" ref" type =" ActualVehicleEquipmentIdType" use =" required" >
405+ <xsd : annotation >
406+ <xsd : documentation >Identifier of a ACTUAL VEHICLE EQUIPMENT.</xsd : documentation >
407+ </xsd : annotation >
408+ </xsd : attribute >
409+ </xsd : restriction >
410+ </xsd : simpleContent >
411+ </xsd : complexType >
386412 <!-- ======VEHICLE EQUIPMENT PROFILE ====================================================== -->
387413 <xsd : complexType name =" vehicleEquipmentProfileRefs_RelStructure" >
388414 <xsd : annotation >
Original file line number Diff line number Diff line change @@ -981,7 +981,7 @@ Rail transport, Roads and Road transport
981981 <xsd : element ref =" TransportTypeRef" minOccurs =" 0" />
982982 <xsd : element ref =" VehicleModelRef" minOccurs =" 0" />
983983 <xsd : element ref =" VehicleModelProfileRef" minOccurs =" 0" />
984- <xsd : element name =" actualVehicleEquipments" type =" equipments_RelStructure " minOccurs =" 0" >
984+ <xsd : element name =" actualVehicleEquipments" type =" actualVehicleEquipments_RelStructure " minOccurs =" 0" >
985985 <xsd : annotation >
986986 <xsd : documentation >ACTUAL EQUIPMENT found in VEHICLE.</xsd : documentation >
987987 </xsd : annotation >
@@ -1001,6 +1001,20 @@ Rail transport, Roads and Road transport
10011001 <xsd : element ref =" PrivateCode" minOccurs =" 0" />
10021002 </xsd : sequence >
10031003 </xsd : group >
1004+ <!-- ======================================================================= -->
1005+ <xsd : complexType name =" actualVehicleEquipments_RelStructure" >
1006+ <xsd : annotation >
1007+ <xsd : documentation >List of ACTUAL VEHICLE EQUIPMENT.</xsd : documentation >
1008+ </xsd : annotation >
1009+ <xsd : complexContent >
1010+ <xsd : extension base =" containmentAggregationStructure" >
1011+ <xsd : choice maxOccurs =" unbounded" >
1012+ <xsd : element ref =" ActualVehicleEquipmentRef" />
1013+ <xsd : element ref =" ActualVehicleEquipment" />
1014+ </xsd : choice >
1015+ </xsd : extension >
1016+ </xsd : complexContent >
1017+ </xsd : complexType >
10041018 <!-- ====== VEHICLE MODEL ====================================================== -->
10051019 <xsd : element name =" VehicleModel" substitutionGroup =" DataManagedObject" >
10061020 <xsd : annotation >
You can’t perform that action at this time.
0 commit comments