ComplexType with Mixed Construct

The following XML schema construct:

<xs:complexType name="Car" mixed="true">
  <xs:sequence>
    <xs:element name="colour" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Maps to: