Home
last modified time | relevance | path

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

/third_party/gettext/gnulib-local/lib/libxml/
DschemasInternals.in.h389 struct _xmlSchemaAttributeGroup { struct
390 xmlSchemaTypeType type; /* The kind of type */
391 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */
392 const xmlChar *name;
393 const xmlChar *id;
394 const xmlChar *ref; /* Deprecated; not used */
395 const xmlChar *refNs; /* Deprecated; not used */
396 xmlSchemaAnnotPtr annot;
398 xmlSchemaAttributePtr attributes; /* Deprecated; not used */
399 xmlNodePtr node;
[all …]
/third_party/libxml2/include/libxml/
DschemasInternals.h361 struct _xmlSchemaAttributeGroup { struct
362 xmlSchemaTypeType type; /* The kind of type */
363 struct _xmlSchemaAttribute *next;/* the next attribute if in a group ... */
364 const xmlChar *name;
365 const xmlChar *id;
366 const xmlChar *ref; /* Deprecated; not used */
367 const xmlChar *refNs; /* Deprecated; not used */
368 xmlSchemaAnnotPtr annot;
370 xmlSchemaAttributePtr attributes; /* Deprecated; not used */
371 xmlNodePtr node;
[all …]