rail:eEquipment

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' , rail:etcs{0,1}
Children: rail:etcs

Attributes

QName Type Fixed Default Use Inheritable Annotation
description xs:string optional
type xs:string optional
use value from the separate code definition file 'TrainProtectionSystems.xml'/trainProtectionSystemsOnVehicle
uses xs:boolean optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="eEquipment">
  <xs:complexContent>
    <xs:extension base="rail:tEquipment">
      <xs:sequence>
        <xs:element name="etcs" type="rail:tEtcsTT" minOccurs="0" maxOccurs="1">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:etcs"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>