Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reading certain anonymous complex types #4

Closed
jsfenfen opened this issue Sep 10, 2017 · 0 comments
Closed

reading certain anonymous complex types #4

jsfenfen opened this issue Sep 10, 2017 · 0 comments

Comments

@jsfenfen
Copy link
Owner

jsfenfen commented Sep 10, 2017

These are missing:

/IRS990PF/OfficerDirTrstKeyEmplInfoGrp/CompensationOfHghstPdCntrctGrp/BusinessName/BusinessNameLine1Txt
/IRS990PF/OfficerDirTrstKeyEmplInfoGrp/CompensationOfHghstPdCntrctGrp/BusinessName/BusinessNameLine2Txt

/IRS990PF/OfficerDirTrstKeyEmplInfoGrp/OfficerDirTrstKeyEmplGrp/BusinessName/BusinessNameLine1Txt
/IRS990PF/OfficerDirTrstKeyEmplInfoGrp/OfficerDirTrstKeyEmplGrp/BusinessName/BusinessNameLine2Txt

/IRS990EZ/OfficerDirectorTrusteeEmplGrp/BusinessName/BusinessNameLine1Txt
/IRS990EZ/OfficerDirectorTrusteeEmplGrp/BusinessName/BusinessNameLine2Txt

related bug is problem reading anonymous complex types like this:

<xsd:complexType>
    <xsd:complexContent>
        <xsd:extension base="BusinessNameType">
            <xsd:attribute name="referenceDocumentId" type="IdListType"/>
            <xsd:attribute name="referenceDocumentName" type="StringType" fixed="CompensationExplanation"/>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant