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

All types are summarised as "complex" and emitted as :any #99

Open
Shadowfita opened this issue Sep 28, 2024 · 0 comments
Open

All types are summarised as "complex" and emitted as :any #99

Shadowfita opened this issue Sep 28, 2024 · 0 comments

Comments

@Shadowfita
Copy link

Shadowfita commented Sep 28, 2024

Hi,

Amazing project, thank you. I am trying to use it with a wholesalers API reference and it is not identifying primitive types successfully. Below is an example of one type that is not being parsed properly.

<xsd:complexType name="checkDomainRequest">
  <xsd:all>
   <xsd:element name="resellerID" type="xsd:string"/>
   <xsd:element name="apiKey" type="xsd:string"/>
   <xsd:element name="domainName" type="xsd:string"/>
   <xsd:element name="years" type="xsd:int" minOccurs="0" nillable="true"/>
   <xsd:element name="command" type="xsd:string" minOccurs="0" nillable="true"/>
  </xsd:all>
 </xsd:complexType>

Are there any tips to making it parse these structures correctly?

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