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