<xs:complexType name="ConceptWEventType">
<xs:annotation>
<xs:documentation>The type for a NAR based concept extended by eventDetails</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="conceptId" type="ConceptIdType">
<xs:annotation>
<xs:documentation>The preferred unambiguous identifier for the concept.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="type" type="QualPropType" minOccurs="0">
<xs:annotation>
<xs:documentation>The nature of the concept.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="name" maxOccurs="unbounded" />
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="definition" />
<xs:element ref="note" />
<xs:element ref="facet" />
</xs:choice>
<xs:group ref="ConceptRelationshipsGroup" minOccurs="0" />
<xs:choice minOccurs="0">
<xs:element ref="personDetails" />
<xs:element ref="organisationDetails" />
<xs:element ref="geoAreaDetails" />
<xs:element ref="POIDetails" />
<xs:element ref="eventDetails" />
</xs:choice>
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="i18nAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
|