XSD 1.1 Assert to Count and Compare Elements
问题 I currently have an XSD file which controls the validation etc towards my corresponding XML file, and I would like to control (preferably using an assert command rather than XLST [as I have no prior knowledge of this]) and be able to ensure there are the same number of abc:Country tags to abc:AccountNumber tags, as one should correspond to the other <abc:Account> <abc:Individual> <abc:Country>Germany</abc:Country> <abc:Country>Australia</abc:Country> <abs:AccountNumber issuedBy="DE">123456<