Skip to content

Commit 8996b59

Browse files
committed
Choices with nillable elements unsupported
1 parent 8431aac commit 8996b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ from schema restrictions
3030
Unsupported:
3131

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

0 commit comments

Comments
 (0)