blob: 27adca310dccce9e683cecde1d533640395e085e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:complexType name="stackOfBigDecimal">
<xsd:sequence>
<xsd:element name="item" nillable="true" type="xsd:decimal" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>