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