rail:aConnectionTT

Attribute Group Information

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

Used By

Complex Type rail:tConnectionTT

Source

<xs:attributeGroup name="aConnectionTT">
  <xs:attribute name="trainRef" type="rail:tGenericRef"/>
  <xs:attribute name="minConnTime" type="xs:duration"/>
  <xs:attribute name="maxConnTime" type="xs:duration"/>
  <xs:attribute name="connOperation" type="rail:tConnOperation"/>
  <xs:attribute name="connType" type="rail:tConnType">
    <xs:annotation>
      <xs:documentation>the reason for the connection (de: fahrplantechnische Bindung)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="ocpRef" type="rail:tGenericRef">
    <xs:annotation>
      <xs:documentation>refers to an ocp element, in case the referenced train is located on a different ocp nearby</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="trainPartRef" type="rail:tGenericRef">
    <xs:annotation>
      <xs:documentation>refers to a trainPart element, which is more specific than the trainRef</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="operatingPeriodRef" type="rail:tGenericRef">
    <xs:annotation>
      <xs:documentation>references a reduction of the operating days of the connection compared to the operating days of the train part</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="notGuaranteed" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>indicates if the connection could not be guaranteed</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="nonConnection" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>indicates that no such connection should be generated or communicated, in order to lead passengers to the appropriate connection</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="samePlatform" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>indicates if the connection is on the same platform</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>