Searched refs:xmlSchemaInitBasicType (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemastypes.c | 261 xmlSchemaInitBasicType(const char *name, xmlSchemaValType type, in xmlSchemaInitBasicType() function 401 xmlSchemaTypeAnyTypeDef = xmlSchemaInitBasicType("anyType", in xmlSchemaInitTypes() 461 xmlSchemaTypeAnySimpleTypeDef = xmlSchemaInitBasicType("anySimpleType", in xmlSchemaInitTypes() 467 xmlSchemaTypeStringDef = xmlSchemaInitBasicType("string", in xmlSchemaInitTypes() 470 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal", in xmlSchemaInitTypes() 473 xmlSchemaTypeDateDef = xmlSchemaInitBasicType("date", in xmlSchemaInitTypes() 476 xmlSchemaTypeDatetimeDef = xmlSchemaInitBasicType("dateTime", in xmlSchemaInitTypes() 479 xmlSchemaTypeTimeDef = xmlSchemaInitBasicType("time", in xmlSchemaInitTypes() 482 xmlSchemaTypeGYearDef = xmlSchemaInitBasicType("gYear", in xmlSchemaInitTypes() 485 xmlSchemaTypeGYearMonthDef = xmlSchemaInitBasicType("gYearMonth", in xmlSchemaInitTypes() [all …]
|