Hi, can anybody help me with this xsd rule?
I have this rule in my xsd file:
<xs:element name="id" type="xs:long"/>
In my xml file, this is not acceptable because it says '' is not an integer:
<id></id>
Is there a way in to specify a xsd rule to allow empty content? Thanks
I have this rule in my xsd file:
<xs:element name="id" type="xs:long"/>
In my xml file, this is not acceptable because it says '' is not an integer:
<id></id>
Is there a way in to specify a xsd rule to allow empty content? Thanks