Lines Matching defs:_xmlSchemaAttrInfo
946 struct _xmlSchemaAttrInfo { struct
947 int nodeType;
948 xmlNodePtr node;
949 int nodeLine;
950 const xmlChar *localName;
951 const xmlChar *nsName;
952 const xmlChar *value;
953 xmlSchemaValPtr val; /* the pre-computed value if any */
954 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
955 int flags; /* combination of node info flags */
957 xmlSchemaAttributePtr decl; /* the attribute declaration */
958 xmlSchemaAttributeUsePtr use; /* the attribute use */
959 int state;
960 int metaType;
961 const xmlChar *vcValue; /* the value constraint value */
962 xmlSchemaNodeInfoPtr parent;