I am currently stuck at this point where I need to set an xsd element's default attribute to have a valid current date as default. I looked around (googled) but did not find anything convincing. I need to do this in declaratively.
<xs:element name="UpdatedDate"
type="xs: dateTime"
msdata:Caption="Updated Date"
minOccurs="1"
nillable="true"
default="DONT KNOW HOW TO GET CURRENT DATE HERE" />
Thanks in Advance