P5 Version 4.10.2. Last updated on 4th September 2025, revision bcfa98f42
This element should be used for postal addresses only. Within it, the generic element addrLine may be used as an alternative to any of the more specialized elements available from the model.addrPart class, such as street, postCode etc.
<content> <sequence> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> <sequence minOccurs="1" maxOccurs="unbounded"> <classRef key="model.addrPart"/> <classRef key="model.global" minOccurs="0" maxOccurs="unbounded"/> </sequence> </sequence></content>
<rng:element name="address"> <rng:ref name="att.global.attributes"/> <rng:ref name="att.global.analytic.attributes"/> <rng:ref name="att.global.change.attributes"/> <rng:ref name="att.global.facs.attributes"/> <rng:ref name="att.global.linking.attributes"/> <rng:ref name="att.global.rendition.attributes"/> <rng:ref name="att.global.responsibility.attributes"/> <rng:ref name="att.global.source.attributes"/> <rng:ref name="att.cmc.attributes"/> <rng:group> <rng:zeroOrMore> <rng:ref name="model.global"/> </rng:zeroOrMore> <rng:group> <rng:oneOrMore> <rng:ref name="model.addrPart"/> <rng:zeroOrMore> <rng:ref name="model.global"/> </rng:zeroOrMore> </rng:oneOrMore> </rng:group> </rng:group></rng:element>
element address { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, att.cmc.attributes, ( model.global*, ( ( model.addrPart, model.global* )+ ) ) }