<xs:attributeGroup name="aBlockPart">
<xs:attribute name="begin" type="xs:time"/>
<xs:attribute name="beginDay" type="xs:integer" default="0"/>
<xs:attribute name="end" type="xs:time"/>
<xs:attribute name="endDay" type="xs:integer" default="0"/>
<xs:attribute name="startOcpRef" type="rail:tGenericRef"/>
<xs:attribute name="endOcpRef" type="rail:tGenericRef"/>
<xs:attribute name="trainPartRef" type="rail:tGenericRef"/>
<xs:attribute name="operatingPeriodRef" type="rail:tGenericRef"/>
<xs:attribute name="mission" type="rail:tMission"/>
<xs:attribute name="fixed" type="xs:boolean"/>
<xs:attribute name="runLength" type="rail:tLengthKM"/>
<xs:attribute name="vehicleRef" type="rail:tGenericRef"/>
<xs:attribute name="formationRef" type="rail:tGenericRef"/>
</xs:attributeGroup> |