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