technical data about the installed pantographs of a vehicle |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
controlType | rail:tPantographControlType | optional |
|
||||
designType | rail:tGenericName | required |
|
||||
fittedSection | rail:tCounter | optional |
|
||||
headWidth | rail:tLengthM | optional |
|
||||
maxCurrentDriving | rail:tCurrentAmpere | optional |
|
||||
maxCurrentStandstill | rail:tCurrentAmpere | optional |
|
||||
orderNumber | rail:tPositiveCounter | required |
|
||||
positionOnSection | rail:tPantographPositionType | required |
|
Element | rail:eEngine/rail:pantograph |
<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> |