xsd2cocoa icon indicating copy to clipboard operation
xsd2cocoa copied to clipboard

Parses XSD files and generates Swift (or Objective-C) classes for IOS (or OSX) -- uses libxml only

Results 7 xsd2cocoa issues
Sort by recently updated
recently updated
newest added

Any plans to update this to current OS and Xcode? It builds OK but when I run it immediately fails. > 2017-07-14 19:17:25.444821-0700 XSDConverter[4863:2210945] [General] -[__NSCFConstantString characterAtIndex:]: Range or index...

Add ability to work with references in element. Example: ```xsd ``` ```xsd ```

If XSD document happens to have comment as first element, like in snippet below, used approach of distinction of schema/template isn't working. ``` Bundesmedikationsplan ```

Any easy way to retain the namespacing of imported schema? For instance I have a shared common entity schema (CMENT namespace) containing Address. When I convert the common entity schema...

enhancement

Hello, I was pretty glad to find a framework helping me in working with XSDs. Unfortunately, I can build the App and run, but the generation fails. I then started...

bug
to verify