rail:ePassengerFacilityTT

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' , rail:places* , rail:service*

Used By

Source

<xs:complexType name="ePassengerFacilityTT">
  <xs:sequence>
    <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>provide an extension point for non-railML elements in foreign namespace</xs:documentation>
      </xs:annotation>
    </xs:any>
    <xs:element name="places" type="rail:tPlacesTT" 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=TT: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=TT:service"/>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>