- From: Sean Gerety <SGerety@extremelogic.com>
- Date: Wed, 26 Sep 2001 07:46:11 -0400
- To: <xmlschema-dev@w3.org>
Received on Wednesday, 26 September 2001 07:44:02 UTC
Is there any discussion for allowing attribute values to have a "nillable" value. I know that as XML Schemas currently stand, only elements may be nillable. Plus, is there a work around for this? Say I wanted an attribute with a Boolean datatype, but it could also be nillable. This is what I would like: <xs:attribute name="test" type="xs:Boolean" nillable="true"/> So an instance document's attribute value could contain any of the following and be ture: <someElement test=""/> <someElement test="true"/> <someElement test="false"/> Thanks, Sean Sean Gerety Extreme Logic, Atlanta sgerety@extremelogic.com
Received on Wednesday, 26 September 2001 07:44:02 UTC