Searched defs:_xmlSchemaValDate (Results 1 – 1 of 1) sorted by relevance
57 struct _xmlSchemaValDate { struct58 long year;59 unsigned int mon :4; /* 1 <= mon <= 12 */60 unsigned int day :5; /* 1 <= day <= 31 */61 unsigned int hour :5; /* 0 <= hour <= 24 */62 unsigned int min :6; /* 0 <= min <= 59 */63 double sec;64 unsigned int tz_flag :1; /* is tzo explicitly set? */65 signed int tzo :12; /* -1440 <= tzo <= 1440;