rail:ePassengerFacility

Complex Type Information

Model

Used By

Complex Type rail:tPassenger

Source

<xs:complexType name="ePassengerFacility">
  <xs:sequence>
    <xs:element name="places" type="rail:tPlaces" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>list of place capacity of the vehicle divided by particular categories</xs:documentation>
        <xs:documentation source="http://wiki.railml.org/index.php?title=RS:places"/>
      </xs:annotation>
    </xs:element>
    <xs:element name="service" type="rail:tService" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>description of any additional service provided per vehicle</xs:documentation>
        <xs:documentation source="http://wiki.railml.org/index.php?title=RS:service_passenger"/>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>