rail:aPantograph

Attribute Group Information

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

Complex Type rail:tPantograph

Source

<xs:attributeGroup name="aPantograph">
  <xs:attribute name="orderNumber" type="rail:tPositiveCounter" use="required">
    <xs:annotation>
      <xs:documentation>number of the pantograph on the vehicle, starting with '1'</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="designType" type="rail:tGenericName" use="required">
    <xs:annotation>
      <xs:documentation>descriptive info about design type</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="positionOnSection" type="rail:tPantographPositionType" use="required">
    <xs:annotation>
      <xs:documentation>position of the pantograph with respect to typical locations of a section</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="fittedSection" type="rail:tCounter">
    <xs:annotation>
      <xs:documentation>number of vehicle section the panto is fitted on in case of articulated vehicle, normally '1'</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="controlType" type="rail:tPantographControlType">
    <xs:annotation>
      <xs:documentation>the way of controlling the pantograph drive</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="headWidth" type="rail:tLengthM">
    <xs:annotation>
      <xs:documentation>width of pan head</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="maxCurrentDriving" type="rail:tCurrentAmpere">
    <xs:annotation>
      <xs:documentation>maximum current transferred by the panto during driving</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="maxCurrentStandstill" type="rail:tCurrentAmpere">
    <xs:annotation>
      <xs:documentation>maximum current transferred by the panto in standstill of the vehicle</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>