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