<xsd:schema id="stockQuotes" targetNamespace="" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:element name="stockQuotes" msdata:IsDataSet="true" msdata:Locale="sl-SI"> <xsd:complexType> <xsd:choice maxOccurs="unbounded"> <xsd:element name="indexValues"> <xsd:complexType> <xsd:sequence> <xsd:element name="stockExchange" type="xsd:string" minOccurs="0" /> <xsd:element name="indexCode" type="xsd:string" minOccurs="0" /> <xsd:element name="dateTime" type="xsd:dateTime" minOccurs="0" /> <xsd:element name="indexValue" type="xsd:decimal" minOccurs="0" /> <xsd:element name="indexValueUnitCode" type="xsd:string" minOccurs="0" /> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> </xsd:schema>
