<xs:attributeGroup name="aPneumaticWagonCoupler">
<xs:attribute name="positionOnCarEnd" type="rail:tEndPositionType" use="required">
<xs:annotation>
<xs:documentation>basic position of the pneumatic wagon coupler (front/rear/both)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="couplerFunction" type="rail:tPneumaticCouplerFunctionType">
<xs:annotation>
<xs:documentation>the function the pneumatic coupler is used for</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="integratedOnMechanicalCoupler" type="xs:boolean">
<xs:annotation>
<xs:documentation>flag, whether the pneumatic coupler is integrated in the mechanical coupler and coupled automatically</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |