Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DschemasInternals.h307 struct _xmlSchemaWildcard { struct
308 xmlSchemaTypeType type; /* The kind of type */
309 const xmlChar *id; /* Deprecated; not used */
310 xmlSchemaAnnotPtr annot;
311 xmlNodePtr node;
312 int minOccurs; /* Deprecated; not used */
313 int maxOccurs; /* Deprecated; not used */
314 int processContents;
315 int any; /* Indicates if the ns constraint is of ##any */
316 xmlSchemaWildcardNsPtr nsSet; /* The list of allowed namespaces */
[all …]