controller element, e.g. interlocking |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
code | rail:tGenericName | optional |
|
||||
description | rail:tElementDescription | optional |
|
||||
id | rail:tGenericID | required |
|
||||
name | rail:tGenericName | optional |
|
||||
xml:lang | xs:language | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' |
<xs:complexType name="tController"> <xs:complexContent> <xs:extension base="rail:tElementWithIDAndName"> <xs:annotation> <xs:documentation>controller element, e.g. interlocking</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="states" type="rail:tStates" minOccurs="0"> <xs:annotation> <xs:documentation>Container to define disabled/enabled controllers</xs:documentation> <xs:documentation source="http://wiki.railml.org/index.php?title=IS:states_controller"/> </xs:annotation> </xs:element> </xs:sequence> <!--<xs:attribute name="type" type="xs:string" use="optional" />--> </xs:extension> </xs:complexContent> </xs:complexType> |