Skip to content

Commit

Permalink
Added CustomerServiceContactDetails
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Dec 12, 2023
1 parent 6228bdb commit 7f76c93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/functions/newModes/NewModes-CarClubExample.xml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,9 @@
<LockingMechanism>immobilisingLock</LockingMechanism>
</VehicleReleaseEquipment>
</actualVehicleEquipments>
<CustomerServiceContactDetails>
<Phone>+41 1 800 80 80</Phone>
</CustomerServiceContactDetails>
</Vehicle>
<Vehicle version="any" id="car_02">
<OperatorRef version="any" ref="coc:MCR"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,11 @@ Rail transport, Roads and Road transport
<xsd:documentation>ACTUAL EQUIPMENT found in VEHICLE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CustomerServiceContactDetails" type="ContactStructure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Especially very large vehicles and also some ALTERNATIVE MODE OF OPERATION offers need the possibility to contact the VEHICLE directly.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
<xsd:group name="VehicleCodeGroup">
Expand Down

0 comments on commit 7f76c93

Please sign in to comment.