Diff - Left File: Common/efileAttachments.xsd (2010v3.0) Right File: Common/efileAttachments.xsd (2010v3.1)
OLD: Common/efileAttachments.xsd (2010v3.0)
NEW: Common/efileAttachments.xsd (2010v3.1)

OLD line(s): 25

NEW line(s): 26,28

        <!-- Government Code - Identifies the government where the submission is to be filed -->
        <xsd:element name="GovernmentCode" type="GovernmentCodeType"/>

OLD line(s): 71

NEW line(s): 75,77

        <!-- Government Code - Identifies the government where the submission is to be filed -->
        <xsd:element name="GovernmentCode" type="GovernmentCodeType"/>

OLD line(s): 82,93

        <!-- Submission Category - Identifies the submission category, for example EO or Corporate submission -->
        <xsd:element name="SubmissionCategory">
          <xsd:simpleType>
            <xsd:restriction base="xsd:string">
              <xsd:enumeration value="CORP"/>
               <xsd:enumeration value="EO"/>
              <xsd:enumeration value="ETEC"/>
              <xsd:enumeration value="IND"/>
              <xsd:enumeration value="PART"/>
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:element>
NEW line(s): 88,89

        <!-- Submission Category - Identifies the submission category, for example CORP for Corporate, EO for Exempt Organization -->
        <xsd:element name="SubmissionCategory" type="SubmissionCategoryType"/>
OLD line(s): 191

NEW line(s): 188,190

        <!-- Government Code - Identifies the government where the submission is to be filed -->
        <xsd:element name="GovernmentCode" type="ExtGovernmentCodeType"/>

OLD line(s): 203,214

        <xsd:element name="SubmissionCategory">
          <xsd:simpleType>
            <xsd:restriction base="xsd:string">
              <xsd:enumeration value="CORP"/>
               <xsd:enumeration value="EO"/>
              <xsd:enumeration value="ETEC"/>
              <xsd:enumeration value="IND"/>
              <xsd:enumeration value="PART"/>
              <xsd:enumeration value="UNKN"/>
            </xsd:restriction>
          </xsd:simpleType>
        </xsd:element>
NEW line(s): 202

        <xsd:element name="SubmissionCategory" type="ExtSubmissionCategoryType"/>
OLD line(s): 234

        <xsd:choice>
NEW line(s): 222

        <xsd:choice minOccurs="0">
OLD line(s): 306

        <!-- Reserved IP Address Code element applies to TY09 and later filing only -->
NEW line(s): 293

OLD line(s): 321,324

        <!-- Debt Code -->
        <!-- Debt Code element applies to TY09 and later filing only -->
        <xsd:element name="DebtCd" type="StringType" minOccurs="0"/>

NEW line(s): 307

OLD line(s): 436,438

      <!-- Government Code - Identifies the government where the submission is to be filed -->
      <xsd:element name="GovernmentCode" type="GovernmentCodeType"/>

NEW line(s): 418

OLD line(s): 554

  <!-- Temp ID -->
NEW line(s): 534

  <!-- Temp ID Type -->
OLD line(s): 560

NEW line(s): 541,568

  <!-- Submission Category Type - CORP for Corporate, EO for Exempt Organization, etc. -->
  <xsd:simpleType name="SubmissionCategoryType">
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="CORP"/>
       <xsd:enumeration value="EO"/>
      <xsd:enumeration value="ETEC"/>
      <xsd:enumeration value="IND"/>
      <xsd:enumeration value="PART"/>
    </xsd:restriction>
  </xsd:simpleType>

  <!-- Unknown Code Type - used in Acknowledgement when a code or category is unknown -->
  <xsd:simpleType name="UnknownCodeType">
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="UNKNOWN"/>
    </xsd:restriction>
  </xsd:simpleType>

  <!-- Extended Submission Category Type - including Submission Category Type and UNKNOWN -->
  <xsd:simpleType name="ExtSubmissionCategoryType">
    <xsd:union memberTypes="SubmissionCategoryType UnknownCodeType"/>
  </xsd:simpleType>

  <!-- Extended Government Code Type - including Government Code Type and UNKNOWN -->
  <xsd:simpleType name="ExtGovernmentCodeType">
    <xsd:union memberTypes="GovernmentCodeType UnknownCodeType"/>
  </xsd:simpleType>