rail:aElectricalWagonCoupler

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
designType rail:tElectricalCouplerDesignType optional
description of the design type of the electrical coupler (mainly control lines)
numberContacts rail:tCounter optional
number of contacts included in the coupler (similar to number of lines)
positionOnCarEnd rail:tEndPositionType required
basic position of the electrical wagon coupler (front/rear/both)
positionOnMechanicalCoupler rail:tRelatedPositionType optional
the position of electrical coupling in relation to mechanical coupling if integrated

Used By

Source

<xs:attributeGroup name="aElectricalWagonCoupler">
  <xs:attribute name="positionOnCarEnd" type="rail:tEndPositionType" use="required">
    <xs:annotation>
      <xs:documentation>basic position of the electrical wagon coupler (front/rear/both)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="designType" type="rail:tElectricalCouplerDesignType">
    <xs:annotation>
      <xs:documentation>description of the design type of the electrical coupler (mainly control lines)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="positionOnMechanicalCoupler" type="rail:tRelatedPositionType">
    <xs:annotation>
      <xs:documentation>the position of electrical coupling in relation to mechanical coupling if integrated</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="numberContacts" type="rail:tCounter">
    <xs:annotation>
      <xs:documentation>number of contacts included in the coupler (similar to number of lines)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>