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 …]
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 …]