motorRacingMetadataVehicleComplexType

Details on the car, motorcycle, etc., being driven. | Includes manufacturing information.

Complex Type Information

Model

Children: make-name

Attributes

QName Type Fixed Default Use Inheritable Annotation
chassis xs:string optional
The type of chassis.
class xs:string optional
An open placeholder for categorization.
engine xs:string optional
The type of engine.
id xs:ID optional
An XML-specific identifier for the element.
make-key QCodeType optional
A unique identifier for the make of the car. For example: m.dodge
number xs:string optional
The number written on the side of the vehicle.
sponsor xs:string optional
The name of the sponsor for the car.
style xs:string optional
An open placeholder for reference by an external stylesheet.
tire xs:string optional
The type of tire.

Used By

Source

<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>