| 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): 3386
| NEW line(s): 3394,3411
<!-- 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> |