Schema Attribute(Type Integer) : How to make optional ?

R

Rama

The following attribute declararion in schema is not being interpreted in
infopath correctly. It is being treated as required attribute . How do I make
an Integer attribute optional ?

<xs:attribute name="width" type="xs:integer" use="optional"/>
 
Top