Home
last modified time | relevance | path

Searched defs:_xmlSchemaType (Results 1 – 2 of 2) 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 …]
/external/chromium_org/third_party/libxml/src/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 …]