OLD line(s): 84
| NEW line(s): 85,94
<!-- Year Month Type in the format of YYMM --> <xsd:simpleType name="TaxYearEndMonthDtType"> <xsd:annotation> <xsd:documentation>Year and month type in the format of YYMM</xsd:documentation> </xsd:annotation> <xsd:restriction base="TextType"> <xsd:pattern value="[0-9][0-9](01|02|03|04|05|06|07|08|09|10|11|12)"/> </xsd:restriction> </xsd:simpleType> |