Skip to content

Commit

Permalink
changed equipmentProfiles
Browse files Browse the repository at this point in the history
I don't really like breaking example (unless they were obviously wrong)
The VehicleCodeGroup is only used once (in VehicleGroup): so I would remove the equipmentProfiles and VehicleModelProfileRef from it and move them to this line 182 (in fact just remove them from VehicleCodeGroup and add equipmentProfiles before VehicleModelProfileRef of line 182 ...
removed tmp0000. checked examples
  • Loading branch information
ue71603 committed Jun 5, 2024
1 parent 8afc953 commit 4ab1889
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 688 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1127,14 +1127,6 @@ Rail transport, Roads and Road transport
<xsd:documentation>Private code of the vehicle.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:element name="equipmentProfiles" type="vehicleEquipmentProfileRefs_RelStructure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Equipment profiles associated with model. +v1.2.2</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element ref="VehicleModelProfileRef" minOccurs="0"/>
</xsd:sequence>
</xsd:group>
<!-- =======VEHICLE EQUIPMENT ================================================== -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@ 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 name="equipmentProfiles" type="vehicleEquipmentProfileRefs_RelStructure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Equipment profiles associated with model. +v1.2.2</xsd:documentation>
</xsd:annotation>
</xsd:element>
<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 @@ -509,4 +515,4 @@ Rail transport, Roads and Road transport
</xsd:complexContent>
</xsd:complexType>
<!-- ======================================================================= -->
</xsd:schema>
</xsd:schema>
Loading

0 comments on commit 4ab1889

Please sign in to comment.