rail:aGoods

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
freightCarType rail:tFreightCarType optional
simple classification of goods vehicle
freightCarUICType rail:tGenericName optional
classification string of goods vehicle according UIC
load rail:tWeightTons optional
maximum payload per wagon in metric tons
loadArea rail:tAreaSquareMeter optional
maximum area to be used for payload per wagon in square metres
volume rail:tVolumeCubicMeter optional
available volume for payload per vehicle

Used By

Complex Type rail:tGoods

Source

<xs:attributeGroup name="aGoods">
  <xs:attribute name="load" type="rail:tWeightTons">
    <xs:annotation>
      <xs:documentation>maximum payload per wagon in metric tons</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="loadArea" type="rail:tAreaSquareMeter">
    <xs:annotation>
      <xs:documentation>maximum area to be used for payload per wagon in square metres</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="volume" type="rail:tVolumeCubicMeter">
    <xs:annotation>
      <xs:documentation>available volume for payload per vehicle</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="freightCarType" type="rail:tFreightCarType">
    <xs:annotation>
      <xs:documentation>simple classification of goods vehicle</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="freightCarUICType" type="rail:tGenericName">
    <xs:annotation>
      <xs:documentation>classification string of goods vehicle according UIC</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>