Diff - Left File: Common/efileTypes.xsd (2008v2.0) Right File: Common/efileTypes.xsd (2008v2.1)
OLD: Common/efileTypes.xsd (2008v2.0)
NEW: Common/efileTypes.xsd (2008v2.1)

OLD line(s): 540

NEW line(s): 541,551

  <!-- Name Line 1 Type -->
  <xsd:simpleType name="NameLine1Type">
    <xsd:annotation>
      <xsd:documentation>Typically used for line 1 of a name. Legal Characters: A-Z, a-z, hyphen, ampersand, less-than sign and single space. Illegal Character: leading space, trailing space, adjacent spaces, spaces surrounding the less-than sign and other symbols.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="35" />
      <xsd:pattern value="[A-Za-z](([A-Za-z#-]|&#x26;)( |&#x3c;)?)*([A-Za-z#-]|&#x26;)" />
    </xsd:restriction>
  </xsd:simpleType>

OLD line(s): 2561

NEW line(s): 2573,2603

  <!-- Type for Other U.S. Address -->
  <xsd:complexType name="OtherUSAddressType">
    <xsd:sequence>
      <xsd:element name="AddressLine1" type="StreetAddressType" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Address line 1</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="AddressLine2" type="StreetAddressType" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Address line 2</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="City" type="CityType" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>City</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="State" type="StateType" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>State</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="ZIPCode" type="ZIPCodeType" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>ZIP code</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>

OLD line(s): 2601

NEW line(s): 2644,2702

            <Description>Country</Description>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="PostalCode" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <Description>Postal code</Description>
          </xsd:documentation>
        </xsd:annotation>
        <xsd:simpleType>
          <xsd:restriction base="TextType">
            <xsd:maxLength value="50"/>
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>

  <!-- Type for Other Foreign Address -->
  <xsd:complexType name="OtherForeignAddressType">
    <xsd:sequence>
      <xsd:element name="AddressLine1" type="StreetAddressType" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Address line 1</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="AddressLine2" type="StreetAddressType" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>Address line 2</xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="City" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <Description>City</Description>
          </xsd:documentation>
        </xsd:annotation>
        <xsd:simpleType>
          <xsd:restriction base="TextType">
            <xsd:maxLength value="50"/>
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:element>
      <xsd:element name="ProvinceOrState" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <Description>Province or state</Description>
          </xsd:documentation>
        </xsd:annotation>
        <xsd:simpleType>
          <xsd:restriction base="TextType">
            <xsd:maxLength value="50"/>
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:element>
      <xsd:element name="Country" type="CountryType" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>