Kennaab / auto_Digit400

1 stars 0 forks source link

Issue with schema solution #4

Open san5281 opened 3 years ago

san5281 commented 3 years ago

I accidentally forgot to add image sources forgetting that was a requirement for the relaxng, I also was inconsistent with the unit measurements and as a result forgot to add "mm" to the "dimensions"

Here is what has worked for datsun35 and what is bolded is the changes I have made.

    <dimensions length="2790" width="1190" height="2005" **unit="mm"/**>
    <enginePower quant="11" unit="kW"/>
    <engineRPM>3600</engineRPM>
    <wheelbase quant="2005" unit="mm"/>
    **<image target="???"></image>
    <source target="???"></source>**
san5281 commented 3 years ago

Also, anything with height="?" should be removed.