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