OLD line(s): 89,90
<!-- Tax --> <xsd:element name="Tax" type="TextType"> | NEW line(s): 89
<xsd:element name="Tax"> |
OLD line(s): 92
| NEW line(s): 92,100
<Description>Description of Tax</Description> </xsd:documentation> </xsd:annotation> <xsd:complexType> <xsd:sequence> <!-- Type of tax --> <xsd:element name="TypeOfTax" type="TextType"> <xsd:annotation> <xsd:documentation> |
OLD line(s): 96
| NEW line(s): 105,115
<!-- VIN --> <xsd:element name="VIN" type="VINType" minOccurs="0"> <xsd:annotation> <xsd:documentation> <Description>VIN</Description> </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |