rail:ePantograph

technical data about the installed pantographs of a vehicle

http://wiki.railml.org/index.php?title=RS:pantograph

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
controlType rail:tPantographControlType optional
the way of controlling the pantograph drive
designType rail:tGenericName required
descriptive info about design type
fittedSection rail:tCounter optional
number of vehicle section the panto is fitted on in case of articulated vehicle, normally '1'
headWidth rail:tLengthM optional
width of pan head
maxCurrentDriving rail:tCurrentAmpere optional
maximum current transferred by the panto during driving
maxCurrentStandstill rail:tCurrentAmpere optional
maximum current transferred by the panto in standstill of the vehicle
orderNumber rail:tPositiveCounter required
number of the pantograph on the vehicle, starting with '1'
positionOnSection rail:tPantographPositionType required
position of the pantograph with respect to typical locations of a section

Used By

Source

<xs:complexType name="ePantograph">
  <xs:annotation>
    <xs:documentation>technical data about the installed pantographs of a vehicle</xs:documentation>
    <xs:documentation source="http://wiki.railml.org/index.php?title=RS:pantograph"/>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="rail:tPantograph">
      <xs:sequence>
        <xs:element name="dedicatedSupplySystem" type="rail:tElectrificationSystem" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>technical data of the supply system the pantograph is used for</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:dedicatedSupplySystem_pantograph"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>