<rng:element name="change"> <rng:ref name="att.global.attributes"/> <rng:ref name="att.ascribed.attributes"/> <rng:ref name="att.datable.w3c.attributes"/> <rng:ref name="att.datable.iso.attributes"/> <rng:zeroOrMore> <rng:choice> <rng:text/> <rng:ref name="model.limitedPhrase"/> <rng:ref name="model.inter"/> <rng:ref name="model.global"/> </rng:choice> </rng:zeroOrMore></rng:element>
element change { att.global.attributes, att.ascribed.attributes, att.datable.w3c.attributes, att.datable.iso.attributes, ( text | model.limitedPhrase | model.inter | model.global )* }