Searched defs:_xmlSchemaValDate (Results 1 – 2 of 2) 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 explicitly set? */74 signed int tzo :12; /* -1440 <= tzo <= 1440;
95 struct _xmlSchemaValDate { struct96 long year;97 unsigned int mon :4; /* 1 <= mon <= 12 */98 unsigned int day :5; /* 1 <= day <= 31 */99 unsigned int hour :5; /* 0 <= hour <= 24 */100 unsigned int min :6; /* 0 <= min <= 59 */101 double sec;102 unsigned int tz_flag :1; /* is tzo explicitely set? */103 signed int tzo :12; /* -1440 <= tzo <= 1440;