Diff - Left File: Common/efileTypes.xsd (2015Q1v1.0) Right File: Common/efileTypes.xsd (2015Q1v2.0)
OLD: Common/efileTypes.xsd (2015Q1v1.0)
NEW: Common/efileTypes.xsd (2015Q1v2.0)

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>