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