Home
last modified time | relevance | path

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

/third_party/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 …]
/third_party/gettext/gnulib-local/lib/libxml/
DschemasInternals.in.h630 struct _xmlSchemaType { struct
632 struct _xmlSchemaType *next; /* the next type if in a sequence ... */ argument
650 struct _xmlSchemaType *redef; /* Deprecated; not used */ argument
651 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 …]