Skip to content

Commit

Permalink
Update description multi lingual string next (#595)
Browse files Browse the repository at this point in the history
* Change all remainig Descriptions to MultilingualString

* Fix VehicleGroup in next
  • Loading branch information
skinkie authored Dec 19, 2023
1 parent cce65a0 commit 2f9e02a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Rail transport, Roads and Road transport
<xsd:documentation>CODESPACE path. The URL associated which with the CODESPACE defines a unique system for identifying objects within the CODESPACE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Description" type="xsd:string" minOccurs="0">
<xsd:element name="Description" type="MultilingualString" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Description of CODESPACE. This is for internal systems use only.</xsd:documentation>
</xsd:annotation>
Expand Down Expand Up @@ -126,7 +126,7 @@ Rail transport, Roads and Road transport
<xsd:documentation>CODESPACE path. The URL associated which with the CODESPACE defines a unique system for identifying objects within the CODESPACE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Description" type="xsd:string" minOccurs="0">
<xsd:element name="Description" type="MultilingualString" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Description of CODESPACE.</xsd:documentation>
</xsd:annotation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Rail transport, Roads and Road transport
<xsd:documentation>Who made change.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Description" type="xsd:normalizedString" minOccurs="0">
<xsd:element name="Description" type="MultilingualString" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Description of change.</xsd:documentation>
</xsd:annotation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ Rail transport, Roads and Road transport
<xsd:documentation>Short Name of VEHICLE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Description" minOccurs="0">
<xsd:element name="Description" type="MultilingualString" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Description +V1.2.2</xsd:documentation>
</xsd:annotation>
Expand Down

0 comments on commit 2f9e02a

Please sign in to comment.