Commit 43d44c1e authored by Thomas Dodds's avatar Thomas Dodds
Browse files

Removed EmptyElement - replaced with a fixed string

parent b8a56e22
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="xs:EmptyElement"/>
      <xs:element name="NonePresent" type="xs:string" fixed="None"/>
    </xs:choice>
  </xs:complexType>