Searched refs:xmlSchemaType (Results 1 – 6 of 6) sorted by relevance
139 typedef struct _xmlSchemaType xmlSchemaType; typedef140 typedef xmlSchemaType *xmlSchemaTypePtr;
748 d xmlSchemaType...789 * xmlSchemaType, xmlSchemaFacet and xmlSchemaElement start of
167 <ANCHOR id="xmlSchemaType" href="libxml/libxml-schemasInternals.html#xmlSchemaType">
270 ret = (xmlSchemaTypePtr) xmlMalloc(sizeof(xmlSchemaType)); in xmlSchemaInitBasicType()275 memset(ret, 0, sizeof(xmlSchemaType)); in xmlSchemaInitBasicType()
5412 ret = (xmlSchemaTypePtr) xmlMalloc(sizeof(xmlSchemaType)); in xmlSchemaAddType()5417 memset(ret, 0, sizeof(xmlSchemaType)); in xmlSchemaAddType()
5108 to the mailing list). Added targetNamespace to xmlSchemaType,