Searched defs:_xmlSchemaType (Results 1 – 3 of 3) sorted by relevance
603 struct _xmlSchemaType { struct605 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ argument623 struct _xmlSchemaType *redef; /* Deprecated; not used */ argument624 int recurse; /* Obsolete */625 xmlSchemaAttributeLinkPtr *attributeUses; /* Deprecated; not used */626 xmlSchemaWildcardPtr attributeWildcard;627 int builtInType; /* Type of built-in types. */628 xmlSchemaTypeLinkPtr memberTypes; /* member-types if a union type. */629 xmlSchemaFacetLinkPtr facetSet; /* All facets (incl. inherited) */630 const xmlChar *refPrefix; /* Deprecated; not used */[all …]