rail:tConnectionTT

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Attributes

QName Type Fixed Default Use Inheritable Annotation
connOperation rail:tConnOperation optional
connType rail:tConnType optional
the reason for the connection (de: fahrplantechnische Bindung)
maxConnTime xs:duration optional
minConnTime xs:duration optional
nonConnection xs:boolean optional
indicates that no such connection should be generated or communicated, in order to lead passengers to the appropriate connection
notGuaranteed xs:boolean optional
indicates if the connection could not be guaranteed
ocpRef rail:tGenericRef optional
refers to an ocp element, in case the referenced train is located on a different ocp nearby
operatingPeriodRef rail:tGenericRef optional
references a reduction of the operating days of the connection compared to the operating days of the train part
samePlatform xs:boolean optional
indicates if the connection is on the same platform
trainPartRef rail:tGenericRef optional
refers to a trainPart element, which is more specific than the trainRef
trainRef rail:tGenericRef optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Complex Type rail:eConnectionTT

Source

<xs:complexType name="tConnectionTT">
  <xs:sequence>
    <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>provide an extension point for non-railML elements in foreign namespace</xs:documentation>
      </xs:annotation>
    </xs:any>
  </xs:sequence>
  <xs:attributeGroup ref="rail:aConnectionTT"/>
  <xs:attributeGroup ref="rail:anyAttribute"/>
</xs:complexType>