Lines Matching defs:_xmlSchemaAttributeGroup
389 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;
400 int flags;
401 xmlSchemaWildcardPtr attributeWildcard;
402 const xmlChar *refPrefix; /* Deprecated; not used */
403 xmlSchemaAttributeGroupPtr refItem; /* Deprecated; not used */
404 const xmlChar *targetNamespace;
405 void *attrUses;