Searched defs:_xmlSchemaFacet (Results 1 – 2 of 2) sorted by relevance
851 struct _xmlSchemaFacet { struct853 struct _xmlSchemaFacet *next;/* the next type if in a sequence ... */ argument854 const xmlChar *value; /* The original value */855 const xmlChar *id; /* Obsolete */856 xmlSchemaAnnotPtr annot;857 xmlNodePtr node;858 int fixed; /* XML_SCHEMAS_FACET_PRESERVE, etc. */859 int whitespace;860 xmlSchemaValPtr val; /* The compiled value */861 xmlRegexpPtr regexp; /* The regex for patterns */
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 */