Skip to content
Merged
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
21 changes: 21 additions & 0 deletions xsd/netex_framework/netex_utility/netex_utility_types.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,16 @@ Rail transport, Roads and Road transport
<xsd:documentation>Name of Default colour value for graphics associated with entity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BackGroundColour" type="ColourValueType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Default RGB background colour value for graphics associated with ENTITY - e.g. of a LINE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BackgroundColourName" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Name of the backgropund colour value (in ColourSystem) for graphics associated with entity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TextColour" type="ColourValueType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Default colour value for text associated with entity.</xsd:documentation>
Expand Down Expand Up @@ -295,6 +305,16 @@ Rail transport, Roads and Road transport
<xsd:documentation>Name of Default colour value for printed graphics associated with entity., eg Pentone name</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BackGroundColour" type="ColourValueType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Default RGB background colour value for graphics associated with ENTITY - e.g. of a LINE.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="BackgroundColourName" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Name of the backgropund colour value (in ColourSystem) for graphics associated with entity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TextColour" type="PrintColourValueType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Default colour value for printed text associated with entity. CMYK.</xsd:documentation>
Expand Down Expand Up @@ -366,6 +386,7 @@ Rail transport, Roads and Road transport
<xsd:enumeration value="timetableDocument"/>
<xsd:enumeration value="fareSheet"/>
<xsd:enumeration value="map"/>
<xsd:enumeration value="icon"/>
<xsd:enumeration value="other"/>
</xsd:restriction>
</xsd:simpleType>
Expand Down