Class DatedTimetableVersionFrameStructure

  • All Implemented Interfaces:
    Serializable

    public class DatedTimetableVersionFrameStructure
    extends AbstractItemStructure
    implements Serializable
    Type for Production Timetable of a line.

    Java class for DatedTimetableVersionFrameStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DatedTimetableVersionFrameStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/}AbstractItemStructure">
           <sequence>
             <element name="VersionRef" type="{http://www.siri.org.uk/}VersionRefStructure" minOccurs="0"/>
             <group ref="{http://www.siri.org.uk/}LineIdentityGroup"/>
             <group ref="{http://www.siri.org.uk/}JourneyPatternInfoGroup"/>
             <group ref="{http://www.siri.org.uk/}ServiceInfoGroup" minOccurs="0"/>
             <group ref="{http://www.siri.org.uk/}DatedServiceInfoGroup"/>
             <group ref="{http://www.siri.org.uk/}TimetableRealtimeInfoGroup"/>
             <element name="DatedVehicleJourney" type="{http://www.siri.org.uk/}DatedVehicleJourneyStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form