<xs:complexType name="eClassification"> <xs:sequence> <xs:element name="manufacturer" type="rail:tManufacturer" minOccurs="0"> <xs:annotation> <xs:documentation>manufacturer data related to the vehicle</xs:documentation> <xs:documentation source="http://wiki.railml.org/index.php?title=RS:manufacturer"/> </xs:annotation> </xs:element> <xs:element name="operator" type="rail:eOperator" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>general operator specific vehicle data</xs:documentation> <xs:documentation source="http://wiki.railml.org/index.php?title=RS:operator"/> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |