If I define an element to be of type integer -- <xs:element name="test" type="xs:integer"/>
Then I say <test></test> in the xml file. I get the following error Message: Datatype error: Type:InvalidDatatypeFacetException, Message: Empty string encountered.. Is there any way to allow empty element of integer type? I know I can make the element not appear when it's null, or I can define it to be a string and use regular expression to force all digits in the string. Any better ways to handle this? Thanks, victoria __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
