rail:aWagon

Attribute Group Information

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

Complex Type rail:tWagon

Source

<xs:attributeGroup name="aWagon">
  <xs:attribute name="rotationMassFactor" type="xs:decimal">
    <xs:annotation>
      <xs:documentation>factor for increased running resistance by rotating masses of non-motored axles</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="additionalRotationMass" type="rail:tWeightTons">
    <xs:annotation>
      <xs:documentation>additional mass for increased running resistance by rotating masses of non-motored axles</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="kinematicEnvelope" type="rail:tElementDescription">
    <xs:annotation>
      <xs:documentation>name of car body kinematic envelope as reference</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="auxiliaryPowerConsumption" type="rail:tPowerWatt">
    <xs:annotation>
      <xs:documentation>continuous power consumption in Watt of auxiliaries within one car</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="headShape" type="rail:tHeadShapeType">
    <xs:annotation>
      <xs:documentation>basic definition of head shape in order to derive air resistance of the vehicle</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="headSurface" type="rail:tAreaSquareMeter">
    <xs:annotation>
      <xs:documentation>cross-section area of vehicle front in order to derive air resistance of the vehicle</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="bearingType" type="rail:tBearingType">
    <xs:annotation>
      <xs:documentation>describes the type of the bearing used for calculating vehicle resistance</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>