rail:aPneumaticWagonCoupler

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
couplerFunction rail:tPneumaticCouplerFunctionType optional
the function the pneumatic coupler is used for
integratedOnMechanicalCoupler xs:boolean optional
flag, whether the pneumatic coupler is integrated in the mechanical coupler and coupled automatically
positionOnCarEnd rail:tEndPositionType required
basic position of the pneumatic wagon coupler (front/rear/both)

Used By

Source

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