<xs:complexType name="motorRacingMetadataVehicleComplexType">
<xs:annotation>
<xs:documentation>Details on the car, motorcycle, etc., being driven. | Includes manufacturing information.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="make-name" type="ConceptNameType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A display-name for the make-key.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="commonAttributes"/>
<xs:attribute name="number" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The number written on the side of the vehicle.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="make-key" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>A unique identifier for the make of the car. For example: m.dodge</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="sponsor" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The name of the sponsor for the car.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="chassis" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The type of chassis.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="engine" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The type of engine.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="tire" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The type of tire.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |