Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions xsd/netex_framework/netex_utility/netex_utility_types.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Rail transport, Roads and Road transport
<xsd:sequence>
<xsd:element name="Colour" type="ColourValueType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Default colour value for graphics associated with ENTITY - e.g. of a LINE.</xsd:documentation>
<xsd:documentation>Default RGB colour value for graphics associated with ENTITY - e.g. of a LINE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ColourName" type="xsd:string" minOccurs="0">
Expand Down Expand Up @@ -269,6 +269,11 @@ Rail transport, Roads and Road transport
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="ColourSystem" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Name of colour system tha is used for ColourName and TextColourName: : may be RAL, https://en.wikipedia.org/wiki/RAL_colour_standard, DIN 6164 http://www.dtpstudio.de/atlas/farbsysteme/DIN%206164_bs00_3.htm, Pantone (be aware that Pantone is commercial), etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="ColourValueType">
Expand All @@ -287,7 +292,7 @@ Rail transport, Roads and Road transport
<xsd:sequence>
<xsd:element name="Colour" type="PrintColourValueType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Default colour value for printed graphics associated with ENTITY - e.g. of a LINE, e.g. CMYK.</xsd:documentation>
<xsd:documentation>Default RGB colour value for printed graphics associated with ENTITY - e.g. of a LINE, e.g. CMYK.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ColourName" type="xsd:string" minOccurs="0">
Expand Down Expand Up @@ -320,6 +325,11 @@ Rail transport, Roads and Road transport
<xsd:documentation>Default Language for print</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ColourSystem" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Name of colour system that is used for ColourName and TextColourName: may be RAL, https://en.wikipedia.org/wiki/RAL_colour_standard, DIN 6164 http://www.dtpstudio.de/atlas/farbsysteme/DIN%206164_bs00_3.htm, Pantone (be aware that Pantone is commercial), etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="PrintColourValueType">
Expand Down