Allow ##any in return map

* src/current/map.xsd (return-map): Allow ##any.
master
Mike Gerwitz 2017-07-12 14:16:42 -04:00
parent 7d9fb48e11
commit 5b9cfaec31
1 changed files with 3 additions and 0 deletions

View File

@ -442,6 +442,9 @@
<xs:complexType>
<xs:sequence>
<xs:any namespace="##any" minOccurs="0" maxOccurs="unbounded"
processContents="lax" />
<xs:element name="import" type="importType"
minOccurs="0" maxOccurs="unbounded" />