Skip to content

Commit

Permalink
One more "qualifeid" typo found.
Browse files Browse the repository at this point in the history
  • Loading branch information
mprihoda committed Sep 4, 2012
1 parent 821e50f commit 58ffd1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/scala/scalaxb/compiler/xsd/Decl.scala
Expand Up @@ -439,7 +439,7 @@ object ElemDecl {
} // if-else

val qualified = (node \ "@form").headOption map {
_.text == "qualifeid" } getOrElse {config.elementQualifiedDefault}
_.text == "qualified" } getOrElse {config.elementQualifiedDefault}
val defaultValue = (node \ "@default").headOption map { _.text }
val fixedValue = (node \ "@fixed").headOption map { _.text }
val minOccurs = CompositorDecl.buildOccurrence((node \ "@minOccurs").text)
Expand Down

0 comments on commit 58ffd1a

Please sign in to comment.