Home | History | Annotate | Download | only in docs

Lines Matching refs:enum

119         <enum>                    # This is the variable el
124 </enum>
145 <enum> # This is the variable el
150 </enum>
228 # If type="enum", <enum> tag is present
229 # In <enum> for all <value id="$x">, $x is numeric
234 * If there is a type="enum" attribute, there is an <enum> child
235 * In the <enum> child, all <value id="$x"> have a numeric $x
257 enum = entry.attrs.get('enum')
258 if enum and enum == 'true':
259 if entry.enum is None:
260 validate_error(("Entry '%s' in kind '%s' is missing enum") \
266 for value in entry.enum.find_all('value'):
278 if entry.enum:
279 validate_error(("Entry '%s' kind '%s' has enum el, but no enum attr") \