I have an XML in the form
0 0
You should just have to do the following for this to work:
[XmlElement] public int[] ScheduledDay { get; set; }
By adding this attribute, every time the ScheduledDay element is seen by the (de)serializer it will know to add it to this array.