Commit b8a56e22 authored by Thomas Dodds's avatar Thomas Dodds
Browse files

Trying to fix the emptyelement

parent 7e993a09
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@
  <xs:complexType name="AdditionalCGIs">
    <xs:choice>
      <xs:element name="AdditionalCGIList" type="AdditionalCGIList"/>
      <xs:element name="NonePresent" type="EmptyElement"/>
      <xs:element name="NonePresent" type="xs:EmptyElement"/>
    </xs:choice>
  </xs:complexType>