OLD line(s): 3392
| NEW line(s): 3393,3410
<!-- 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> </xsd:complexType> |