Definition Type: Element
Name: personDetails
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NAR_1.3-spec-Framework-Power.xsd
Abstract
Documentation:
A set of properties specific to a person
Collapse XSD Schema Diagram:
Drilldown into contactInfo in schema nar_1_3-spec-framework-power_xsd Drilldown into affiliation in schema nar_1_3-spec-framework-power_xsd Drilldown into died in schema nar_1_3-spec-framework-power_xsd Drilldown into born in schema nar_1_3-spec-framework-power_xsdXSD Diagram of personDetails in schema nar_1_3-spec-framework-power_xsd (EventsML - News Exchange Format)
Collapse XSD Schema Code:
<xs:element name="personDetails">
    <xs:annotation>
        <xs:documentation>A set of properties specific to a person</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="born" type="TruncatedDateTimePropType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>The date the person was born.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="died" type="TruncatedDateTimePropType" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>The date the person died.</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element name="affiliation" type="PersonAffiliationType">
                    <xs:annotation>
                        <xs:documentation>An affiliation of the person with an organisation.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="contactInfo" type="ContactInfoType">
                    <xs:annotation>
                        <xs:documentation>Information how to contact the person.</xs:documentation>
                    </xs:annotation>
                </xs:element>
            </xs:choice>
            <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:anyAttribute namespace="##other" processContents="lax" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
born nsA:born 0 (1)
died nsA:died 0 (1)
affiliation nsA:affiliation (1) (1)
contactInfo nsA:contactInfo (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Comments:
blog comments powered by Disqus