<xs:attributeGroup name="aManufacturer">
<xs:attribute name="manufacturerName" type="rail:tGenericName">
<xs:annotation>
<xs:documentation>DEPRECATED: name of manufacturer, use reference to manufacturer list instead</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="vehicleManufacturerRef" type="rail:tGenericRef">
<xs:annotation>
<xs:documentation>reference to the vehicle manufacturer entry</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="manufacturerType" type="rail:tElementDescription" use="required">
<xs:annotation>
<xs:documentation>type description of manufacturer</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="serialNumber" type="xs:string">
<xs:annotation>
<xs:documentation>serial number from manufacturer for the particular vehicle</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |