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