I would like to see an empty node like
What is the correct syntax for my schema?
<description/>
or <description></description>
after serialization, but if my description-Property is NULL, the element will not serialized into the XML-file.What is the correct syntax for my schema?
<xs:element name="Description" type="xs:string" minOccurs="1"/>
does not work.