<xs:complexType name="eMonitoring">
<xs:complexContent>
<xs:extension base="rail:tMonitoring">
<xs:sequence>
<xs:element name="etcs" type="rail:eETCS" minOccurs="0">
<xs:annotation>
<xs:documentation>capabilities with respect to European Train Control System</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:etcs"/>
</xs:annotation>
</xs:element>
<xs:element name="nationalSystem" type="rail:tNationalSystem" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>list of installed national train protection/control systems</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:nationalSystem"/>
</xs:annotation>
</xs:element>
<xs:element name="trainRadio" type="rail:eTrainRadio" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>list of installed train radio systems for communication</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:trainRadio"/>
</xs:annotation>
</xs:element>
<xs:element name="otherEquipment" type="rail:tOtherEquipment" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>list of other (non-safety) installed train equipment</xs:documentation>
<xs:documentation source="http://wiki.railml.org/index.php?title=RS:otherEquipment"/>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |