Subject:how to allow null values for decimal data types Author:rama ch Date:07 Jul 2008 08:12 AM
HI ,
i have a requirement for which i need to create xsd in such way that the xsd element should allow null as well as decimal values. Please suggest me the way to create this.
i tried using
<xsl:element name="rating" type="xs:decimal" nillable="true"/>