Coder Social home page Coder Social logo

Comments (4)

reaster avatar reaster commented on July 17, 2024

The schema needed a little tweaking to make schema-gen happy:

  1. add namespace - xmlns="http://www.aixm.aero/v45r2" targetNamespace="http://www.aixm.aero/v45r2"
  2. move Change attributeGroup to AIXM-DataTypes.xsd
  3. create global complexType declarations for nested element definitions

I ran it using this method in SwiftGenMain:

   def initAixm()
    {
        schemaURL = new URL('file:../schema-gen-examples/swift-aixm/src/main/resources/AIXM-Update.xsd')
        srcDir = new File('../schema-gen-examples/swift-aixm/src/main/swift-gen')
        enumNameFunction = { text -> swiftEnumName(text, true) }
    }

I didn't test the code, but the generator now runs to completion:

https://github.com/reaster/schema-gen-examples/tree/master/swift-aixm

from schema-gen.

ygini avatar ygini commented on July 17, 2024

Awesome! Thanks!

from schema-gen.

ygini avatar ygini commented on July 17, 2024

@reaster may I ask for help? I'm discovering Gradle with your work and for some reason, just downloading your brand new AIXM sample code lead me to the same result.

There is certainly something I do wrong but I don't get it. Can you help or redirect me to a kickstart blog article?

from schema-gen.

reaster avatar reaster commented on July 17, 2024

The Gradle plugin is broken. Run the code generator directly from schema-gen's SwiftGenMain class.

from schema-gen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.