From 8996b59ee2832f9b4c7fc5a48f8567149b48cc1b Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Fri, 1 Jan 2016 11:38:05 +0100 Subject: [PATCH] Choices with nillable elements unsupported --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9d23789..c438a41f 100644 --- a/README.md +++ b/README.md @@ -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