PublicTransportLineType
Defines the information available for a public transport line.

PublicTransportLineType
defines the following attributes:
Element | Description |
---|---|
LineName | xs:string Name of the line |
LineForeground | xs:string Color that is to be used as foreground color when drawing the line. |
LineBackground | xs:string Color that is to be used as background color when drawing the line. |
LineStyle | LineStyleType Style that is to be used when drawing the line. |
CompanyName | Name of the transit line's company |
CompanyShortName | Short name of the transit line's company |
CompanyLogo | ExternalResourceType Logo of the transit line's company |
Destination | Final destination of the transport line |
Flags | PublicTransportLinkFlagType Additional attributes classifying the transport line |
Type | PublicTransportTypeType Type of the transport line |
TypeName | xs:string Name of the transport line's type (such as "ICE", "TGV", etc.). Note: This type is not officially supported. |
Stops | PublicTransportStopType List of all stops on this public transport line. |