Definition Type: Element
Name: postaddr
Namespace: http://iptc.org/std/NITF/2006-10-18/
Containing Schema: nitf-3-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into country in schema nitf-3-4_xsd Drilldown into region in schema nitf-3-4_xsd Drilldown into delivery.office in schema nitf-3-4_xsd Drilldown into postcode in schema nitf-3-4_xsd Drilldown into delivery.point in schema nitf-3-4_xsd Drilldown into addressee in schema nitf-3-4_xsd Drilldown into lang in schema xml_xsd Drilldown into style in schema nitf-3-4_xsd Drilldown into class in schema nitf-3-4_xsd Drilldown into id in schema nitf-3-4_xsd Drilldown into commonNITFAttributes in schema nitf-3-4_xsdXSD Diagram of postaddr in schema nitf-3-4_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
addressee nitf:addressee (1) (1)
delivery.point nitf:delivery.point 0 (1)
postcode nitf:postcode (1) (1)
delivery.office nitf:delivery.office (1) (1)
region nitf:region (1) (1)
country nitf:country (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nitf:id Optional
class nitf:class Optional
style nitf:style Optional
lang nsA:lang Optional