Definition Type: Group
Name: EntityDetailsGroup
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NewsML-G2_2.23-spec-All-Core.xsd
Documentation:
A group of properties to define the details of specific entities
Collapse XSD Schema Diagram:
Drilldown into eventDetails in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into objectDetails in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into POIDetails in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into geoAreaDetails in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into organisationDetails in schema newsml-g2_2_23-spec-all-core_xsd Drilldown into personDetails in schema newsml-g2_2_23-spec-all-core_xsdXSD Diagram of EntityDetailsGroup in schema newsml-g2_2_23-spec-all-core_xsd (News Markup Language (NewsML) - Core)
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:element ref="eventDetails" />
    </xs:choice>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
personDetails nsB:personDetails (1) (1)
organisationDetails nsB:organisationDetails (1) (1)
geoAreaDetails nsB:geoAreaDetails (1) (1)
POIDetails nsB:POIDetails (1) (1)
objectDetails nsB:objectDetails (1) (1)
eventDetails nsB:eventDetails (1) (1)