rail:eConnectionTT

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' , rail:externalReference{0,1} , rail:annotationRef*

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

Source

<xs:complexType name="eConnectionTT">
  <xs:complexContent>
    <xs:extension base="rail:tConnectionTT">
      <xs:sequence>
        <xs:element name="externalReference" type="rail:eExternalReference" minOccurs="0"/>
        <xs:element name="annotationRef" type="rail:tAnnotationRef" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>refers to the id attribute of an annotation element</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:annotationRef_connection"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>