Definition Type: Group
Name: EntityDetailsGroup
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NAR_1.3-spec-Framework-Power.xsd
Documentation:
A group of properties to define the details of specific entities
Collapse XSD Schema Diagram:
Drilldown into objectDetails in schema nar_1_3-spec-framework-power_xsd Drilldown into POIDetails in schema nar_1_3-spec-framework-power_xsd Drilldown into geoAreaDetails in schema nar_1_3-spec-framework-power_xsd Drilldown into organisationDetails in schema nar_1_3-spec-framework-power_xsd Drilldown into personDetails in schema nar_1_3-spec-framework-power_xsdXSD Diagram of EntityDetailsGroup in schema nar_1_3-spec-framework-power_xsd (EventsML - News Exchange Format)
Collapse XSD Schema Code:
<xs:group name="EntityDetailsGroup">
    <xs:annotation>
        <xs:documentation>A group of properties to define the details of specific entities</xs:documentation>
    </xs:annotation>
    <xs:choice>
        <xs:element ref="personDetails" />
        <xs:element ref="organisationDetails" />
        <xs:element ref="geoAreaDetails" />
        <xs:element ref="POIDetails" />
        <xs:element ref="objectDetails" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
personDetails nsA:personDetails (1) (1)
organisationDetails nsA:organisationDetails (1) (1)
geoAreaDetails nsA:geoAreaDetails (1) (1)
POIDetails nsA:POIDetails (1) (1)
objectDetails nsA:objectDetails (1) (1)
Collapse Comments:
blog comments powered by Disqus