In XSD, how would I go about defining 2 elements of the same name(e.g., Input), but have different attribute requirements depending on a particular type?
For example, with html, the attributes you provide for the Input element are dependent on the value you provide for the Type attribute...