Commit 39b1fdae authored by stancakapost's avatar stancakapost
Browse files

fixed XSD: The length restricted case

parent ff9b16a8
Loading
Loading
Loading
Loading
+8 −1
Original line number Original line Diff line number Diff line
@@ -2,5 +2,12 @@
<schema xmlns="http://www.w3.org/2001/XMLSchema"
<schema xmlns="http://www.w3.org/2001/XMLSchema"
    targetNamespace="schema:Pos_070104_minoccurs_and_maxoccurs_006"
    targetNamespace="schema:Pos_070104_minoccurs_and_maxoccurs_006"
    xmlns:ns="schema:Pos_070104_minoccurs_and_maxoccurs_006">
    xmlns:ns="schema:Pos_070104_minoccurs_and_maxoccurs_006">
  <!-- TODO Generated Schema stub -->
	<!-- The length restricted case: --> 
	<complexType name="e15c"> 
		<sequence> 
			<element name="foo" type="integer" minOccurs="5" maxOccurs="10"/> 
			<element name="bar" type="float"/> 
		</sequence> 
	</complexType> 
	<element name="ElemE15c" type="ns:e15c" />
</schema>
</schema>
 No newline at end of file