Diff - Left File: Common/efileTypes.xsd (2011v2.4) Right File: Common/efileTypes.xsd (2012v1.0)
OLD: Common/efileTypes.xsd (2011v2.4)
NEW: Common/efileTypes.xsd (2012v1.0)

OLD line(s): 2750

NEW line(s): 2751,2757

  <!-- Miles Type -->
  <xsd:simpleType name="MilesType">
    <xsd:restriction base="IntegerType">
      <xsd:totalDigits value="12"/>
    </xsd:restriction>
  </xsd:simpleType>
  
OLD line(s): 3377

NEW line(s): 3385,3409

  </xsd:complexType>
  
  <!-- Type for Registration No. -->
  <xsd:simpleType name="RegistrationNumType">
    <xsd:restriction base="StringType">
      <xsd:pattern value="[A-Z0-9]{1,20}" />
    </xsd:restriction>
  </xsd:simpleType>
  
  <!-- Type for Reference ID Number -->
  <xsd:complexType name="ForeignEntityIdentificationGrpType">
    <xsd:sequence>
      <xsd:element name="ForeignEntityReferenceIdNumber">
        <xsd:annotation>
          <xsd:documentation>
            <Description>Reference ID number</Description>
          </xsd:documentation>
        </xsd:annotation>
        <xsd:simpleType>
          <xsd:restriction base="AlphaNumericType">
            <xsd:maxLength value="50"/>
          </xsd:restriction>
        </xsd:simpleType>
      </xsd:element>
    </xsd:sequence>