EntityDetailsGroup

A group of properties to define the details of specific entities

Element Group Information

Model

Used By

Element concept

Source

<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>