rail:eWagon

data about the car body of a vehicle and its payload

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

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
additionalRotationMass rail:tWeightTons optional
additional mass for increased running resistance by rotating masses of non-motored axles
auxiliaryPowerConsumption rail:tPowerWatt optional
continuous power consumption in Watt of auxiliaries within one car
bearingType rail:tBearingType optional
describes the type of the bearing used for calculating vehicle resistance
headShape rail:tHeadShapeType optional
basic definition of head shape in order to derive air resistance of the vehicle
headSurface rail:tAreaSquareMeter optional
cross-section area of vehicle front in order to derive air resistance of the vehicle
kinematicEnvelope rail:tElementDescription optional
name of car body kinematic envelope as reference
rotationMassFactor xs:decimal optional
factor for increased running resistance by rotating masses of non-motored axles

Used By

Source

<xs:complexType name="eWagon">
  <xs:annotation>
    <xs:documentation>data about the car body of a vehicle and its payload</xs:documentation>
    <xs:documentation source="http://wiki.railml.org/index.php?title=RS:wagon"/>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="rail:tWagon">
      <xs:sequence>
        <xs:element name="passenger" type="rail:ePassenger" minOccurs="0">
          <xs:annotation>
            <xs:documentation>data for passenger cars</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:passenger"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="goods" type="rail:eGoods" minOccurs="0">
          <xs:annotation>
            <xs:documentation>data for freight cars</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:goods"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="auxiliarySupplySystem" type="rail:tElectrificationSystem" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>installed supply systems for auxiliaries in the vehicle</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:auxiliarySupplySystem"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="driversCab" type="rail:tDriversCabType" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>data about each drivers cab of the vehicle</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:driversCab"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="rackTraction" type="rail:tRackTractionType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>data about rack traction equipment of the vehicle used for braking only</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:rackTraction_wagon"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="couplers" type="rail:eCouplers" minOccurs="0">
          <xs:annotation>
            <xs:documentation>data for couplers between wagons</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:couplers"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="trainClearanceGauge" type="rail:tClearanceGaugeType" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>data about all compatible clearance gauges of the vehicle</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=RS:trainClearanceGauge"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>