Skip to content

Commit

Permalink
Choices with nillable elements unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
mganss committed Jan 1, 2016
1 parent 8431aac commit 8996b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ from schema restrictions
Unsupported:

* Some restriction types
* Recursive choices and choices whose elements have minOccurs > 0 (see [below](#choice))
* Recursive choices and choices whose elements have minOccurs > 0 or nillable="true" (see [below](#choice))
* Possible name clashes and invalid identifiers when names contain non-alphanumeric characters
* Groups with maxOccurs > 0

Expand Down

0 comments on commit 8996b59

Please sign in to comment.