We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<schema targetNamespace="http://www.example.com/IPO" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ipo="http://www.example.com/IPO"> <complexType name="Address"> <sequence> <element name="name" type="string"/> <element name="street" type="string"/> <element name="city" type="string"/> <element name="match" type="string"/> </sequence> </complexType> </schema>
produces:
case class Address(name: String, street: String, city: String, match: String)
Same issue for implicit keyword. Nice overview of keywords is here: http://programming-scala.labs.oreilly.com/ch02.html#reserved-words-table
The text was updated successfully, but these errors were encountered:
http://github.com/eed3si9n/scalaxb/commit/fd1bd2dfd6a829086cef5aebff1ddafa45ae7d61
Sorry, something went wrong.
No branches or pull requests
produces:
Same issue for implicit keyword. Nice overview of keywords is here: http://programming-scala.labs.oreilly.com/ch02.html#reserved-words-table
The text was updated successfully, but these errors were encountered: