OLD line(s): 646
| NEW line(s): 647,729
<!-- DIY Filer Information --> <xsd:element name="DIYFilerInformation" minOccurs="0"> <xsd:complexType> <xsd:sequence> <!-- Bank Product Disbursement Code --> <xsd:element name="BankProductDisbursementCd" minOccurs="0"> <xsd:simpleType> <xsd:restriction base="TextType"> <xsd:enumeration value="0"/> <xsd:enumeration value="1"/> <xsd:enumeration value="2"/> <xsd:enumeration value="3"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <!-- Routing Transit Number --> <xsd:element name="RoutingTransitNum" type="RoutingTransitNumberType" minOccurs="0"/> <!-- Depositor Account Number --> <xsd:element name="DepositorAccountNum" type="BankAccountNumberType" minOccurs="0"/> <!-- Primary Taxpayer Driver's License or State Identification --> <xsd:element name="PrimDrvrLcnsOrStateIssdIdGrp" type="DrvrLcnsOrStateIssdIdGrpType" minOccurs="0"/> <!-- Spouse Driver's License or State Identification --> <xsd:element name="SpsDrvrLcnsOrStateIssdIdGrp" type="DrvrLcnsOrStateIssdIdGrpType" minOccurs="0"/> <!-- Cell Phone Number --> <xsd:choice minOccurs="0"> <xsd:element name="CellPhoneNum" type="PhoneNumberType" minOccurs="0"/> <xsd:element name="ForeignCellPhoneNum" type="ForeignPhoneNumberType" minOccurs="0"/> </xsd:choice> <!-- Email Address --> <xsd:element name="EmailAddressTxt" type="EmailAddressType" minOccurs="0"/> </xsd:sequence> </xsd:complexType> </xsd:element> <!-- Filing Security Information --> <xsd:element name="FilingSecurityInformation" minOccurs="0"> <xsd:complexType> <xsd:sequence> <!-- Federal Original Submission Identification --> <xsd:element name="FederalOriginalSubmissionId" type="SubmissionIdType" minOccurs="0"/> <!-- Federal Original Submission Identification Date --> <xsd:element name="FederalOriginalSubmissionIdDt" type="DateType" minOccurs="0"/> <!-- Bank Product Disbursement Code --> <xsd:element name="FilingLicenseTypeCd" minOccurs="0"> <xsd:simpleType> <xsd:restriction base="TextType"> <xsd:enumeration value="I"/> <xsd:enumeration value="P"/> <xsd:enumeration value="O"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <!-- Device ID --> <xsd:element name="DeviceId" type="DeviceIdType" minOccurs="0"/> <!-- IP Address --> <xsd:element name="IPAddress" type="IPAddressType" minOccurs="0"/> <!-- Total Preparation Submission Time Span --> <xsd:element name="TotalPreparationSubmissionTs" minOccurs="0"> <xsd:simpleType> <xsd:restriction base="TextType"> <xsd:pattern value="[0-9]{6}"/> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |
OLD line(s): 769
| NEW line(s): 853,884
<!-- Driver's License or State Identification Group Type --> <xsd:complexType name="DrvrLcnsOrStateIssdIdGrpType"> <xsd:sequence> <!-- Driver's License or State Identification Number --> <xsd:element name="DrvrLcnsOrStateIssdIdNum" minOccurs="0"> <xsd:simpleType> <xsd:restriction base="TextType"> <xsd:maxLength value="40"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <!-- Driver's License or State Identification State Code --> <xsd:element name="DrvrLcnsOrStateIssdIdStCd" type="StateType" minOccurs="0"/> <!-- Driver's License or State Identification Expiration Date --> <xsd:element name="DrvrLcnsOrStateIssdIdExprDt" type="DateType" minOccurs="0"/> <!-- Driver's License or State Identification Issue Date --> <xsd:element name="DrvrLcnsOrStateIssdIdIssDt" type="DateType" minOccurs="0"/> </xsd:sequence> </xsd:complexType> <!-- Submission ID Type --> <xsd:simpleType name="SubmissionIdType"> <xsd:restriction base="IdType"> <xsd:pattern value="[0-9]{13}[a-z0-9]{7}"/> </xsd:restriction> </xsd:simpleType> |