Version 3.5.0. Last updated on 29th January 2019, revision 3c0c64ec4
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.rendition.attributes"/> <rng:ref name="att.global.linking.attributes"/> <rng:ref name="att.global.analytic.attributes"/> <rng:ref name="att.global.facs.attributes"/> <rng:ref name="att.global.change.attributes"/> <rng:ref name="att.global.responsibility.attributes"/> <rng:ref name="att.global.source.attributes"/> <rng:group> <rng:zeroOrMore> <rng:ref name="model.global"/> </rng:zeroOrMore> <rng:oneOrMore> <rng:group> <rng:ref name="model.addrPart"/> <rng:zeroOrMore> <rng:ref name="model.global"/> </rng:zeroOrMore> </rng:group> </rng:oneOrMore> </rng:group></rng:element>
element address { att.global.attributes, att.global.rendition.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.global.responsibility.attributes, att.global.source.attributes, ( model.global*, ( model.addrPart, model.global* )+ ) }