Diff - Left File: IndividualIncomeTax/Common/IRS8962/IRS8962.xsd (2014v2.0) Right File: IndividualIncomeTax/Common/IRS8962/IRS8962.xsd (2014v3.0)
OLD: IndividualIncomeTax/Common/IRS8962/IRS8962.xsd (2014v2.0)
NEW: IndividualIncomeTax/Common/IRS8962/IRS8962.xsd (2014v3.0)

OLD line(s): 2

<xsd:schema targetNamespace="http://www.irs.gov/efile" xmlns="http://www.irs.gov/efile" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
NEW line(s): 2

<xsd:schema targetNamespace="http://www.irs.gov/efile" xmlns="http://www.irs.gov/efile" xmlns:efile="http://www.irs.gov/efile" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
OLD line(s): 40

NEW line(s): 41,50

    <!-- Uniqueness constraint for 'MonthlyPTCCalculationGrp/MonthCd' under IRS8962 -->
    <xsd:unique name="IRS8962MonthCd">
      <xsd:selector xpath="efile:MonthlyPTCCalculationGrp" />
      <xsd:field xpath="efile:MonthCd" />
    </xsd:unique>
    <!-- Uniqueness constraint for 'SharedPolicyAllocationGrp/GroupNumberCd' under IRS8962 -->
    <xsd:unique name="IRS8962GroupNumberCd">
      <xsd:selector xpath="efile:SharedPolicyAllocationGrp" />
      <xsd:field xpath="efile:GroupNumberCd" />
    </xsd:unique>
OLD line(s): 473

            <xsd:element name="PolicyNum" type="AlphaNumericType">
NEW line(s): 483

            <xsd:element name="PolicyNum">
OLD line(s): 479

NEW line(s): 490,495

              <xsd:simpleType>
                <xsd:restriction base="AlphaNumericType">
                  <xsd:minLength value="1"/>
                  <xsd:maxLength value="15"/>
                </xsd:restriction>
              </xsd:simpleType>