-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
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?
thetumper, l-georg and grubFX
Metadata
Metadata
Assignees
Labels
No labels