Skip to content

Commit

Permalink
fixing ambiguity and double VehicleCodeGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Apr 19, 2024
1 parent 98afad4 commit f231007
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ Rail transport, Roads and Road transport
</xsd:element>
<xsd:element ref="PrivateCode" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Energy required for a full charge. +v2.0</xsd:documentation>
<xsd:documentation>DEPRECATED - use privateCodes</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ Rail transport, Roads and Road transport
<xsd:element ref="ContactRef" minOccurs="0"/>
<xsd:element ref="TransportTypeRef" minOccurs="0"/>
<xsd:element ref="VehicleModelRef" minOccurs="0"/>
<xsd:element ref="VehicleModelProfileRef" minOccurs="0"/>
<xsd:element name="actualVehicleEquipments" type="equipments_RelStructure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>ACTUAL EQUIPMENT found in VEHICLE.</xsd:documentation>
Expand Down Expand Up @@ -229,23 +228,6 @@ Rail transport, Roads and Road transport
</xsd:element>
</xsd:sequence>
</xsd:group>
<xsd:group name="VehicleCodeGroup">
<xsd:annotation>
<xsd:documentation>Alternative Code Elements for VEHICLE.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="OperationalNumber" type="xsd:normalizedString" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Operational Number of VEHICLE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PrivateCode" minOccurs="0">
<xsd:annotation>
<xsd:documentation>DEPRECATED - use privateCodes</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
<!-- ==== ROLLING STOCK INVENTORY ================================================= -->
<xsd:element name="RollingStockItem_DummyType" type="DataManagedObjectStructure" abstract="true" substitutionGroup="DataManagedObject">
<xsd:annotation>
Expand Down

0 comments on commit f231007

Please sign in to comment.