Skip to content

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

Open
@Shadowfita

Description

@Shadowfita

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions