<element name="postaddr">
<complexType>
<sequence>
<element ref="nitf:addressee" />
<element ref="nitf:delivery.point" minOccurs="0" />
<choice minOccurs="0" maxOccurs="unbounded">
<element ref="nitf:postcode" />
<element ref="nitf:delivery.office" />
<element ref="nitf:region" />
<element ref="nitf:country" />
</choice>
</sequence>
<attributeGroup ref="nitf:commonNITFAttributes" />
</complexType>
</element>
|