pub fn parse_element_id(id: &str) -> Option<u32>
Parse the 1-based ordinal out of an id; None when malformed.
None