Home
last modified time | relevance | path

Searched defs:_xmlSchemaType (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/include/libxml/
DschemasInternals.h602 struct _xmlSchemaType { struct
604 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ argument
622 struct _xmlSchemaType *redef; /* Deprecated; not used */ argument
623 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 …]