Searched defs:_xmlSchemaFacet (Results 1 – 3 of 3) sorted by relevance
824 struct _xmlSchemaFacet { struct826 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ argument827 const xmlChar *value; /* The original value */828 const xmlChar *id; /* Obsolete */829 xmlSchemaAnnotPtr annot;830 xmlNodePtr node;831 int fixed; /* XML_SCHEMAS_FACET_PRESERVE, etc. */832 int whitespace;833 xmlSchemaValPtr val; /* The compiled value */834 xmlRegexpPtr regexp; /* The regex for patterns */