Searched defs:_xmlSchemaType (Results 1 – 2 of 2) 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 …]
630 struct _xmlSchemaType { struct632 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ argument650 struct _xmlSchemaType *redef; /* Deprecated; not used */ argument651 int recurse; /* Obsolete */652 xmlSchemaAttributeLinkPtr *attributeUses; /* Deprecated; not used */653 xmlSchemaWildcardPtr attributeWildcard;654 int builtInType; /* Type of built-in types. */655 xmlSchemaTypeLinkPtr memberTypes; /* member-types if a union type. */656 xmlSchemaFacetLinkPtr facetSet; /* All facets (incl. inherited) */657 const xmlChar *refPrefix; /* Deprecated; not used */[all …]