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> |