Diff - Left File: 2003V21/TEGE/TEGE8868/IRS8868/IRS8868.xsd (2003V21) Right File: 2004v1.0/Extensions/8868/IRS8868/IRS8868.xsd (2004v1.0)
OLD: 2003V21/TEGE/TEGE8868/IRS8868/IRS8868.xsd (2003V21)
NEW: 2004v1.0/Extensions/8868/IRS8868/IRS8868.xsd (2004v1.0)

OLD line(s): 6

      <TaxYear>2004</TaxYear>
NEW line(s): 5

OLD line(s): 167

NEW line(s): 167,234

      <!-- The Books are in Care Of -->
      <xsd:element name="TheBooksAreInCareOf" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <Description>The books are in care of</Description>
          </xsd:documentation>
        </xsd:annotation>
        <xsd:complexType>
          <xsd:sequence>
          
            <!-- Name -->
            <xsd:choice>
              <xsd:element name="NamePerson" type="PersonNameType">
                <xsd:annotation>
                  <xsd:documentation>
                    <Description>Name - Person</Description>
                  </xsd:documentation>
                </xsd:annotation>
              </xsd:element>
              <xsd:element name="NameBusiness" type="BusinessNameType">
                <xsd:annotation>
                  <xsd:documentation>
                    <Description>Name - Business</Description>
                  </xsd:documentation>
                </xsd:annotation>
              </xsd:element>
            </xsd:choice>
            
            <!-- Address -->
            <xsd:choice>
              <xsd:element name="AddressUS" type="USAddressType">
                <xsd:annotation>
                  <xsd:documentation>
                    <Description>Address - US</Description>
                  </xsd:documentation>
                </xsd:annotation>
              </xsd:element>
              <xsd:element name="AddressForeign" type="ForeignAddressType">
                <xsd:annotation>
                  <xsd:documentation>
                    <Description>Address - Foreign</Description>
                  </xsd:documentation>
                </xsd:annotation>
              </xsd:element>
            </xsd:choice>

            <!-- Telephone Number -->
            <xsd:element name="TelephoneNumber" type="PhoneNumberType">
              <xsd:annotation>
                <xsd:documentation>
                  <Description>Telephone number</Description>
                </xsd:documentation>
              </xsd:annotation>
            </xsd:element>

            <!-- Fax Number -->
            <xsd:element name="FaxNumber" type="PhoneNumberType">
              <xsd:annotation>
                <xsd:documentation>
                  <Description>Fax number</Description>
                </xsd:documentation>
              </xsd:annotation>
            </xsd:element>

          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>