test/fixtures/stock_quote.wsdl in lolsoap-0.3.1 vs test/fixtures/stock_quote.wsdl in lolsoap-0.3.2

- old
+ new

@@ -11,13 +11,20 @@ <types> <schema targetNamespace="http://example.com/stockquote.xsd" xmlns:xsd3="http://example.com/stockquote.xsd" xmlns="http://www.w3.org/2001/XMLSchema"> + <complexType name="Price"> + <simpleContent> + <extension base="xs:string"> + <attribute name="currency" type="xs:string"/> + </extension> + </simpleContent> + </complexType> <element name="TradePrice"> <complexType> <all> - <element name="xsd3:price" type="xs:float"/> + <element name="xsd3:price" type="Price"/> </all> </complexType> </element> <element name="tradePriceRequest" type="TradePriceRequest" /> <complexType name="xsd1:TradePriceRequest" abstract="false">