Definition Type: ComplexType
Name: AddressType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.22-spec-All-Power.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into postalCode in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into country in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into area in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into locality in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into line in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into roleuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into role in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into pubconstrainturi in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into pubconstraint in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into whyuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into why in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into howuri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into how in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into custom in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into modified in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into creatoruri in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into creator in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into id in schema newsml-g2_2_22-spec-all-power_xsd Drilldown into commonPowerAttributes in schema newsml-g2_2_22-spec-all-power_xsdXSD Diagram of AddressType in schema newsml-g2_2_22-spec-all-power_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="AddressType">
    <xs:sequence>
        <xs:element name="line" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>A line of address information, in the format expected by a recipient postal service. City, country area, country and postal code are expressed separately.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
                <xs:complexContent>
                    <xs:extension base="IntlStringType">
                        <xs:attribute name="role" type="QCodeType">
                            <xs:annotation>
                                <xs:documentation>Refines the semantics of line - expressed by a QCode</xs:documentation>
                            </xs:annotation>
                        </xs:attribute>
                        <xs:attribute name="roleuri" type="IRIType">
                            <xs:annotation>
                                <xs:documentation>Refines the semantics of line - expressed by a URI</xs:documentation>
                            </xs:annotation>
                        </xs:attribute>
                    </xs:extension>
                </xs:complexContent>
            </xs:complexType>
        </xs:element>
        <xs:element name="locality" minOccurs="0" maxOccurs="unbounded" type="Flex1RolePropType">
            <xs:annotation>
                <xs:documentation>A city/town/village etc. part of the address.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="area" minOccurs="0" maxOccurs="unbounded" type="Flex1RolePropType">
            <xs:annotation>
                <xs:documentation>A subdivision of a country part of the address.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="country" minOccurs="0" type="Flex1PropType">
            <xs:annotation>
                <xs:documentation>A country part of the address.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="postalCode" type="IntlStringType" minOccurs="0">
            <xs:annotation>
                <xs:documentation>A postal code part of the address.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="commonPowerAttributes" />
    <xs:attribute name="role" type="QCodeListType">
        <xs:annotation>
            <xs:documentation>A refinement of the semantics of the postal address - expressed by a QCode</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="roleuri" type="IRIListType">
        <xs:annotation>
            <xs:documentation>A refinement of the semantics of the postal address - expressed by a URI</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
line nsA:line 0 unbounded
locality nsA:locality 0 unbounded
area nsA:area 0 unbounded
country nsA:country 0 (1)
postalCode nsA:postalCode 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
creator nsA:creator Optional
creatoruri nsA:creatoruri Optional
modified nsA:modified Optional
custom nsA:custom Optional
how nsA:how Optional
howuri nsA:howuri Optional
why nsA:why Optional
whyuri nsA:whyuri Optional
pubconstraint nsA:pubconstraint Optional
pubconstrainturi nsA:pubconstrainturi Optional
role nsA:role (Optional)
roleuri nsA:roleuri (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
nsA:address, nsA:address