<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> |