Parses AudioSalad release XML back into a typed input object.
Validation happens during parsing, so a document that is well-formed XML but
not a valid v3.4 release — the wrong namespace or schema_id, a missing
required element, duplicated singletons, children out of sequence order, or a
non-numeric integer — is rejected rather than returned as a ReleaseInput
that never held those values.
Parses AudioSalad release XML back into a typed input object.
Validation happens during parsing, so a document that is well-formed XML but not a valid v3.4 release — the wrong namespace or
schema_id, a missing required element, duplicated singletons, children out of sequence order, or a non-numeric integer — is rejected rather than returned as aReleaseInputthat never held those values.