Diff - Left File: Common/efileTypes.xsd (2014v2.0) Right File: Common/efileTypes.xsd (2015v1.0)
OLD: Common/efileTypes.xsd (2014v2.0)
NEW: Common/efileTypes.xsd (2015v1.0)

OLD line(s): 3763

NEW line(s): 3764,3777

  <!-- Type for Device Id -->
  <xsd:simpleType name="DeviceIdType">
    <xsd:restriction base="TextType">
      <xsd:pattern value="[A-Fa-f0-9]{40}" />
    </xsd:restriction>
  </xsd:simpleType>
  
  <!-- Data Type for Name of Foreign Country or U.S. Possession - RIC -->
  <xsd:simpleType name="ForeignRegulatedInvestmtCompCdType">
    <xsd:restriction base="StringType">
      <xsd:enumeration value="RIC"/>
    </xsd:restriction>
  </xsd:simpleType>