Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Main schema EventsML-G2_1.1-spec-Framework-Core.xsd
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
IPTC-EventsML-G2-1.1-specific extension to the IPTC NAR 1.3 Framework for G2-Standards, document version 4
This XML Schema requires the NAR Framework 1.3
Schema for EventsML-G2 created by Michael Steidl (IPTC)
Date of creation of this XML Schema: 2008-10-17
Date of creation of this file version: 2009-02-09
Properties
attribute form default: unqualified
element form default: qualified
version: 1.0
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element eventDetails
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A set of properties with details about an event
Diagram
Diagram Framework1.tmp#id4 Framework1.tmp#id48 Framework1.tmp#id55 Framework1.tmp#id59 Framework1.tmp#id60 Framework1.tmp#id66 Framework1.tmp#id67 Framework1.tmp#id68 Framework1.tmp#id69 Framework1.tmp#id70 Framework0.tmp#id90 Framework1.tmp#id93
Properties
content: complex
Used by
Complex Type ConceptWEventType
Element event
Model dates , occurStatus{0,1} , (registration | accessStatus | participationRequirement | subject | location | participant | organiser | contactInfo | language | newsCoverage) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children accessStatus, contactInfo, dates, language, location, newsCoverage, occurStatus, organiser, participant, participationRequirement, registration, subject
Instance
<eventDetails>
  <dates>{1,1}</dates>
  <occurStatus qcode="">{0,1}</occurStatus>
</eventDetails>
Source
<xs:element name="eventDetails">
  <xs:annotation>
    <xs:documentation>A set of properties with details about an event</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:annotation>
      <xs:documentation>The type with details specific to an event</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="dates">
        <xs:annotation>
          <xs:documentation>All dates pertaining to the event, in particular the start and end date and any recurrence information</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="start" type="ApproximateDateTimePropType">
              <xs:annotation>
                <xs:documentation>The date the event commences.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:choice minOccurs="0">
              <xs:element name="end" type="ApproximateDateTimePropType">
                <xs:annotation>
                  <xs:documentation>The date the event ends.</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="duration" type="xs:duration">
                <xs:annotation>
                  <xs:documentation>The period the event will last.</xs:documentation>
                </xs:annotation>
              </xs:element>
            </xs:choice>
            <xs:group ref="RecurrenceGroup" minOccurs="0"/>
            <xs:element name="confirmation" type="QCodePropType" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Flags to indicate if start and/or end date and times are confirmed.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="occurStatus" type="QualPropType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Indicates the certainty of the occurrence of the event</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="registration" type="BlockType">
          <xs:annotation>
            <xs:documentation>How and when to register for the event. Could also include information about cost, and so on. May also hold accreditation information</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="accessStatus" type="QualPropType">
          <xs:annotation>
            <xs:documentation>Indication of the accessibility of the event</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="participationRequirement">
          <xs:annotation>
            <xs:documentation>A requirement for participating in the event</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:complexContent>
              <xs:extension base="FlexPropType">
              </xs:extension>
            </xs:complexContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="subject" type="FlexPropType">
          <xs:annotation>
            <xs:documentation>A subject covered by the event.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="location">
          <xs:annotation>
            <xs:documentation>A location (geographical area or point of interest) the even takes place</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:complexContent>
              <xs:extension base="FlexPropType">
              </xs:extension>
            </xs:complexContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="participant" type="FlexPropType">
          <xs:annotation>
            <xs:documentation>A person or organisation (e.g. group of artists) participating in the event.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="organiser" type="FlexPropType">
          <xs:annotation>
            <xs:documentation>A person or organisation organising the event.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="contactInfo" type="ContactInfoType">
          <xs:annotation>
            <xs:documentation>Primary information for the public to get in contact with the event.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element ref="language">
          <xs:annotation>
            <xs:documentation>A language used at the event. The language used to report about the event may be different.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="newsCoverage">
          <xs:annotation>
            <xs:documentation>Information about the intended coverage by the news provider of this event information. This information is aimed at the editorial staff of the receiver</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element name="edNote" type="BlockType" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                  <xs:documentation>Additional natural language information about the planned coverage addressed to the editorial people receiving and processing the item.</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                  <xs:documentation>Extension point for any provider specific properties for news coverage</xs:documentation>
                </xs:annotation>
              </xs:any>
            </xs:sequence>
            <xs:anyAttribute namespace="##other"/>
          </xs:complexType>
        </xs:element>
      </xs:choice>
      <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Extension point for any provider specific properties</xs:documentation>
        </xs:annotation>
      </xs:any>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element eventDetails/dates
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
All dates pertaining to the event, in particular the start and end date and any recurrence information
Diagram
Diagram Framework1.tmp#id5 Framework1.tmp#id11 Framework1.tmp#id12 Framework0.tmp#id14 Framework0.tmp#id17 Framework0.tmp#id42 Framework0.tmp#id43 Framework0.tmp#id13 Framework1.tmp#id44
Properties
content: complex
Model start , (end | duration) , (rDate | rRule) , (exDate | exRule) , confirmation{0,1}
Children confirmation, duration, end, exDate, exRule, rDate, rRule, start
Instance
<dates>
  <start approxend="" approxstart="">{1,1}</start>
  <confirmation qcode="">{0,1}</confirmation>
</dates>
Source
<xs:element name="dates">
  <xs:annotation>
    <xs:documentation>All dates pertaining to the event, in particular the start and end date and any recurrence information</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="start" type="ApproximateDateTimePropType">
        <xs:annotation>
          <xs:documentation>The date the event commences.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:choice minOccurs="0">
        <xs:element name="end" type="ApproximateDateTimePropType">
          <xs:annotation>
            <xs:documentation>The date the event ends.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="duration" type="xs:duration">
          <xs:annotation>
            <xs:documentation>The period the event will last.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
      <xs:group ref="RecurrenceGroup" minOccurs="0"/>
      <xs:element name="confirmation" type="QCodePropType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Flags to indicate if start and/or end date and times are confirmed.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element dates/eventDetails/start
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The date the event commences.
Diagram
Diagram Framework0.tmp#id7 Framework0.tmp#id8 Framework0.tmp#id10 Framework0.tmp#id6
Type ApproximateDateTimePropType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
approxend TruncatedDateTimeType optional
The date (and optionally the time) at which the approximation range ends.
approxstart TruncatedDateTimeType optional
The date (and optionally time) at which the approximation range begins.
Source
<xs:element name="start" type="ApproximateDateTimePropType">
  <xs:annotation>
    <xs:documentation>The date the event commences.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element dates/eventDetails/end
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The date the event ends.
Diagram
Diagram Framework0.tmp#id7 Framework0.tmp#id8 Framework0.tmp#id10 Framework0.tmp#id6
Type ApproximateDateTimePropType
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
approxend TruncatedDateTimeType optional
The date (and optionally the time) at which the approximation range ends.
approxstart TruncatedDateTimeType optional
The date (and optionally time) at which the approximation range begins.
Source
<xs:element name="end" type="ApproximateDateTimePropType">
  <xs:annotation>
    <xs:documentation>The date the event ends.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element dates/eventDetails/duration
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The period the event will last.
Diagram
Diagram
Type xs:duration
Properties
content: simple
Source
<xs:element name="duration" type="xs:duration">
  <xs:annotation>
    <xs:documentation>The period the event will last.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element dates/eventDetails/confirmation
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Flags to indicate if start and/or end date and times are confirmed.
Diagram
Diagram Framework0.tmp#id46 Framework0.tmp#id45
Type QCodePropType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
qcode QCodeType required
A qualified code which identifies a concept.
Source
<xs:element name="confirmation" type="QCodePropType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Flags to indicate if start and/or end date and times are confirmed.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element eventDetails/occurStatus
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Indicates the certainty of the occurrence of the event
Diagram
Diagram Framework0.tmp#id46 Framework0.tmp#id45 Framework0.tmp#id50 Framework0.tmp#id49
Type QualPropType
Type hierarchy
Properties
content: complex
minOccurs: 0
Model name*
Children name
Instance
<occurStatus qcode="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</occurStatus>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
qcode QCodeType required
A qualified code which identifies a concept.
Source
<xs:element name="occurStatus" type="QualPropType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Indicates the certainty of the occurrence of the event</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element eventDetails/registration
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
How and when to register for the event. Could also include information about cost, and
so on. May also hold accreditation information
Diagram
Diagram Framework0.tmp#id52 Framework0.tmp#id58 Framework0.tmp#id57 Framework0.tmp#id56
Type BlockType
Properties
content: complex
mixed: true
Model br | ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children br
Instance
<registration dir="" xml:lang="" role="">
  <br>{1,1}</br>
</registration>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
dir restriction of xs:string optional
The directionality of textual content.
role QCodeType optional
A refinement of the semantics of the block.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="registration" type="BlockType">
  <xs:annotation>
    <xs:documentation>How and when to register for the event. Could also include information about cost, and so on. May also hold accreditation information</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element eventDetails/accessStatus
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Indication of the accessibility of the event
Diagram
Diagram Framework0.tmp#id46 Framework0.tmp#id45 Framework0.tmp#id50 Framework0.tmp#id49
Type QualPropType
Type hierarchy
Properties
content: complex
Model name*
Children name
Instance
<accessStatus qcode="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</accessStatus>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
qcode QCodeType required
A qualified code which identifies a concept.
Source
<xs:element name="accessStatus" type="QualPropType">
  <xs:annotation>
    <xs:documentation>Indication of the accessibility of the event</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element eventDetails/participationRequirement
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A requirement for participating in the event
Diagram
Diagram Framework0.tmp#id62 Framework0.tmp#id50 Framework0.tmp#id61
Type extension of FlexPropType
Type hierarchy
Properties
content: complex
Model name*
Children name
Instance
<participationRequirement literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</participationRequirement>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
literal xs:normalizedString optional
A free-text value assigned as property value.
qcode QCodeType optional
A qualified code which identifies a concept.
type QCodeType optional
The type of the concept assigned as controlled property value.
Source
<xs:element name="participationRequirement">
  <xs:annotation>
    <xs:documentation>A requirement for participating in the event</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="FlexPropType">
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element eventDetails/subject
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A subject covered by the event.
Diagram
Diagram Framework0.tmp#id62 Framework0.tmp#id50 Framework0.tmp#id61
Type FlexPropType
Properties
content: complex
Model name*
Children name
Instance
<subject literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</subject>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
literal xs:normalizedString optional
A free-text value assigned as property value.
qcode QCodeType optional
A qualified code which identifies a concept.
type QCodeType optional
The type of the concept assigned as controlled property value.
Source
<xs:element name="subject" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>A subject covered by the event.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element eventDetails/location
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A location (geographical area or point of interest) the even takes place
Diagram
Diagram Framework0.tmp#id62 Framework0.tmp#id50 Framework0.tmp#id61
Type extension of FlexPropType
Type hierarchy
Properties
content: complex
Model name*
Children name
Instance
<location literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</location>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
literal xs:normalizedString optional
A free-text value assigned as property value.
qcode QCodeType optional
A qualified code which identifies a concept.
type QCodeType optional
The type of the concept assigned as controlled property value.
Source
<xs:element name="location">
  <xs:annotation>
    <xs:documentation>A location (geographical area or point of interest) the even takes place</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="FlexPropType">
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element eventDetails/participant
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A person or organisation (e.g. group of artists) participating in the event.
Diagram
Diagram Framework0.tmp#id62 Framework0.tmp#id50 Framework0.tmp#id61
Type FlexPropType
Properties
content: complex
Model name*
Children name
Instance
<participant literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</participant>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
literal xs:normalizedString optional
A free-text value assigned as property value.
qcode QCodeType optional
A qualified code which identifies a concept.
type QCodeType optional
The type of the concept assigned as controlled property value.
Source
<xs:element name="participant" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>A person or organisation (e.g. group of artists) participating in the event.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element eventDetails/organiser
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A person or organisation organising the event.
Diagram
Diagram Framework0.tmp#id62 Framework0.tmp#id50 Framework0.tmp#id61
Type FlexPropType
Properties
content: complex
Model name*
Children name
Instance
<organiser literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</organiser>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
literal xs:normalizedString optional
A free-text value assigned as property value.
qcode QCodeType optional
A qualified code which identifies a concept.
type QCodeType optional
The type of the concept assigned as controlled property value.
Source
<xs:element name="organiser" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>A person or organisation organising the event.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element eventDetails/contactInfo
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Primary information for the public to get in contact with the event.
Diagram
Diagram Framework0.tmp#id89 Framework0.tmp#id72 Framework0.tmp#id75 Framework0.tmp#id76 Framework0.tmp#id77 Framework0.tmp#id78 Framework0.tmp#id81 Framework0.tmp#id88 Framework0.tmp#id71
Type ContactInfoType
Properties
content: complex
Model (email | im | phone | fax | web | address | note) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children address, email, fax, im, note, phone, web
Instance
<contactInfo role="">
  <email role="">{1,1}</email>
  <im role="">{1,1}</im>
  <phone role="">{1,1}</phone>
  <fax role="">{1,1}</fax>
  <web role="">{1,1}</web>
  <address role="">{1,1}</address>
  <note dir="" xml:lang="" role="">{1,1}</note>
</contactInfo>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
role QCodeType optional
A refinement of the semantics of a contact information.
Source
<xs:element name="contactInfo" type="ContactInfoType">
  <xs:annotation>
    <xs:documentation>Primary information for the public to get in contact with the event.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element eventDetails/newsCoverage
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Information about the intended coverage by the news provider of this event information.
This information is aimed at the editorial staff of the receiver
Diagram
Diagram Framework1.tmp#id94
Properties
content: complex
Model edNote* , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children edNote
Instance
<newsCoverage>
  <edNote dir="" xml:lang="" role="">{0,unbounded}</edNote>
</newsCoverage>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Source
<xs:element name="newsCoverage">
  <xs:annotation>
    <xs:documentation>Information about the intended coverage by the news provider of this event information. This information is aimed at the editorial staff of the receiver</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="edNote" type="BlockType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Additional natural language information about the planned coverage addressed to the editorial people receiving and processing the item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Extension point for any provider specific properties for news coverage</xs:documentation>
        </xs:annotation>
      </xs:any>
    </xs:sequence>
    <xs:anyAttribute namespace="##other"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element newsCoverage/eventDetails/edNote
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Additional natural language information about the planned coverage addressed to the editorial people receiving and processing the item.
Diagram
Diagram Framework0.tmp#id52 Framework0.tmp#id58 Framework0.tmp#id57 Framework0.tmp#id56
Type BlockType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
mixed: true
Model br | ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children br
Instance
<edNote dir="" xml:lang="" role="">
  <br>{1,1}</br>
</edNote>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
dir restriction of xs:string optional
The directionality of textual content.
role QCodeType optional
A refinement of the semantics of the block.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="edNote" type="BlockType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Additional natural language information about the planned coverage addressed to the editorial people receiving and processing the item.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element ConceptWEventType/conceptId
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The preferred unambiguous identifier for the concept.
Diagram
Diagram Framework0.tmp#id98 Framework0.tmp#id99 Framework0.tmp#id100 Framework0.tmp#id97
Type ConceptIdType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
created DateOptTimeType optional
The date (and, optionally, the time) when the concept identifier was created.
qcode QCodeType required
retired DateOptTimeType optional
The date (and, optionally, the time) after which the concept identifier should not be applied as the value of a property anymore.
Source
<xs:element name="conceptId" type="ConceptIdType">
  <xs:annotation>
    <xs:documentation>The preferred unambiguous identifier for the concept.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element ConceptWEventType/type
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The nature of the concept.
Diagram
Diagram Framework0.tmp#id46 Framework0.tmp#id45 Framework0.tmp#id50 Framework0.tmp#id49
Type QualPropType
Type hierarchy
Properties
content: complex
minOccurs: 0
Model name*
Children name
Instance
<type qcode="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</type>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
qcode QCodeType required
A qualified code which identifies a concept.
Source
<xs:element name="type" type="QualPropType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The nature of the concept.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element event
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Structured information about an event without a concept identifier
Diagram
Diagram Framework0.tmp#id50 Framework0.tmp#id102 Framework0.tmp#id88 Framework0.tmp#id103 Framework0.tmp#id106 Framework0.tmp#id107 Framework0.tmp#id108 Framework0.tmp#id109 Framework0.tmp#id105 Framework1.tmp#id3
Properties
content: complex
Used by
Element events
Model name+ , (definition | note | facet) , (sameAs | broader | narrower | related) , eventDetails
Children broader, definition, eventDetails, facet, name, narrower, note, related, sameAs
Instance
<event>
  <name dir="" xml:lang="">{1,unbounded}</name>
  <eventDetails>{1,1}</eventDetails>
</event>
Source
<xs:element name="event">
  <xs:annotation>
    <xs:documentation>Structured information about an event without a concept identifier</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <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"/>
      <xs:element ref="eventDetails"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Element events
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A wrapper for events in a News Item.
Diagram
Diagram Framework1.tmp#id137
Properties
content: complex
Model event+
Children event
Instance
<events>
  <event>{1,unbounded}</event>
</events>
Source
<xs:element name="events">
  <xs:annotation>
    <xs:documentation>A wrapper for events in a News Item.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="event" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd
Complex Type ConceptWEventType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for a NAR based concept extended by eventDetails
Diagram
Diagram Framework1.tmp#id96 Framework1.tmp#id101 Framework0.tmp#id50 Framework0.tmp#id102 Framework0.tmp#id88 Framework0.tmp#id103 Framework0.tmp#id106 Framework0.tmp#id107 Framework0.tmp#id108 Framework0.tmp#id109 Framework0.tmp#id105 Framework0.tmp#id110 Framework0.tmp#id116 Framework0.tmp#id121 Framework0.tmp#id128 Framework1.tmp#id3
Model conceptId , type{0,1} , name+ , (definition | note | facet) , (sameAs | broader | narrower | related) , (personDetails | organisationDetails | geoAreaDetails | POIDetails | eventDetails) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children POIDetails, broader, conceptId, definition, eventDetails, facet, geoAreaDetails, name, narrower, note, organisationDetails, personDetails, related, sameAs, type
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Source
<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:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Core.xsd