Element | rail:eOcsElements/rail:signals |
<xs:complexType name="eSignals"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="signal" type="rail:tSignal"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=IS:signal"/> </xs:annotation> </xs:element> <xs:element name="signalGroups" type="rail:eSignalGroups"> <xs:annotation> <xs:documentation source="http://wiki.railml.org/index.php?title=IS:signalGroups"/> </xs:annotation> </xs:element> </xs:choice> </xs:complexType> |