Searched defs:_xmlSchemaValDate (Results 1 – 1 of 1) sorted by relevance
64 struct _xmlSchemaValDate { struct65 long year;66 unsigned int mon :4; /* 1 <= mon <= 12 */67 unsigned int day :5; /* 1 <= day <= 31 */68 unsigned int hour :5; /* 0 <= hour <= 24 */69 unsigned int min :6; /* 0 <= min <= 59 */70 double sec;71 unsigned int tz_flag :1; /* is tzo explicitly set? */72 signed int tzo :12; /* -1440 <= tzo <= 1440;