<xs:complexType name="eFormations"> <xs:sequence> <xs:annotation> <xs:documentation>contain formation data</xs:documentation> <xs:documentation source="http://wiki.railml.org/index.php?title=RS:formations"/> </xs:annotation> <xs:element name="formation" type="rail:eFormation" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>data for train composition or vehicle formation</xs:documentation> <xs:documentation source="http://wiki.railml.org/index.php?title=RS:formation"/> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |