Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Annotations/Documentation elements prevent parsing. #5

Open
jarrodsfarrell opened this issue May 12, 2021 · 1 comment
Open

Annotations/Documentation elements prevent parsing. #5

jarrodsfarrell opened this issue May 12, 2021 · 1 comment

Comments

@jarrodsfarrell
Copy link

Example

<xs:complexType name="SomeTypeHere">
    <xs:annotation>
        <xs:documentation>
            Some Documentation Here
        </xs:documentation>
        <xs:appinfo>
            <Summary>
                Some Summary Here
            </Summary>
        </xs:appinfo>
    </xs:annotation>
    <xs:complexContent>
        <xxx />
    </xs:complexContent>
</xs:complexType>

Popular in eBay's WSDL/XSD as seen here.

@jarrodsfarrell
Copy link
Author

jarrodsfarrell commented May 13, 2021

Actually eBay's specification really stresses the limits of this library in general. I might end up having to write my own crate to, at the moment, parse eBay's specification.

If I ever get to some kind of working product I'll try to mention it here so some of the work I've done could be added to this project.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant