Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema EventsML-G2_1.1-spec-Framework-Power.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-Power.xsd
Element ConceptWEventType/conceptId
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The preferred unambiguous identifier for the concept.
Diagram
Diagram KnowledgeItem0.tmp#id223 KnowledgeItem0.tmp#id224 KnowledgeItem0.tmp#id225 KnowledgeItem0.tmp#id222
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-Power.xsd
Element ConceptWEventType/type
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The nature of the concept.
Diagram
Diagram KnowledgeItem0.tmp#id86 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id85 KnowledgeItem0.tmp#id22 KnowledgeItem0.tmp#id56 KnowledgeItem0.tmp#id148
Type QualPropType
Type hierarchy
Properties
content: complex
minOccurs: 0
Model name*
Children name
Instance
<type creator="" dir="" id="" xml:lang="" modified="" qcode="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{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/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType required
A qualified code which identifies a concept.
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="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-Power.xsd
Element eventDetails
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A set of properties with details about an event
Diagram
Diagram KnowledgeItem1.tmp#id228 KnowledgeItem1.tmp#id267 KnowledgeItem1.tmp#id268 KnowledgeItem1.tmp#id269 KnowledgeItem1.tmp#id270 KnowledgeItem1.tmp#id271 KnowledgeItem1.tmp#id273 KnowledgeItem1.tmp#id274 KnowledgeItem1.tmp#id276 KnowledgeItem1.tmp#id277 KnowledgeItem1.tmp#id278 KnowledgeItem0.tmp#id279 KnowledgeItem1.tmp#id283
Properties
content: complex
Used by
Complex Type ConceptWEventType
Element event
Model dates , occurStatus{0,1} , newsCoverageStatus{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, newsCoverageStatus, occurStatus, organiser, participant, participationRequirement, registration, subject
Instance
<eventDetails>
  <dates>{1,1}</dates>
  <occurStatus creator="" dir="" id="" xml:lang="" modified="" qcode="">{0,1}</occurStatus>
  <newsCoverageStatus creator="" dir="" id="" xml:lang="" modified="" qcode="">{0,1}</newsCoverageStatus>
</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:element name="newsCoverageStatus" type="QualPropType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The planning of the news coverage 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="Flex1PropType">
                <xs:attribute name="role" type="QCodeType">
                  <xs:annotation>
                    <xs:documentation>Refinement of the semantics of the property</xs:documentation>
                  </xs:annotation>
                </xs:attribute>
              </xs:extension>
            </xs:complexContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="subject" type="Flex1ConceptPropType">
          <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="FlexLocationPropType">
                <xs:attribute name="role">
                  <xs:annotation>
                    <xs:documentation>Refinement of the semantics of the location regarding the event</xs:documentation>
                  </xs:annotation>
                </xs:attribute>
              </xs:extension>
            </xs:complexContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="participant" type="Flex1PartyPropType">
          <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="Flex1PartyPropType">
          <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="g2contentType" minOccurs="0">
                <xs:annotation>
                  <xs:documentation>The kind of planned G2 item(s)</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                  <xs:simpleContent>
                    <xs:extension base="xs:string">
                      <xs:attributeGroup ref="editAttributes"/>
                    </xs:extension>
                  </xs:simpleContent>
                </xs:complexType>
              </xs:element>
              <xs:element ref="itemClass" minOccurs="0"/>
              <xs:element name="assignedTo" type="Flex1PartyPropType" minOccurs="0">
                <xs:annotation>
                  <xs:documentation>The party which is assigned to cover the event and produce the planned G2 item.</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="scheduled" type="ApproximateDateTimePropType" minOccurs="0">
                <xs:annotation>
                  <xs:documentation>The scheduled time of delivery for the planned G2 item(s).</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="service" type="QualPropType" minOccurs="0" maxOccurs="unbounded">
                <xs:annotation>
                  <xs:documentation>An editorial service by which the planned G2 item will be distributed.</xs:documentation>
                </xs:annotation>
              </xs:element>
              <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:group ref="DescriptiveMetadataGroup" minOccurs="0"/>
              <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:attributeGroup ref="editAttributes"/>
            <xs:attribute name="role" type="QCodeType">
              <xs:annotation>
                <xs:documentation>A refinement of the semantics of the property</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <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-Power.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 KnowledgeItem1.tmp#id229 KnowledgeItem1.tmp#id234 KnowledgeItem1.tmp#id235 KnowledgeItem0.tmp#id237 KnowledgeItem0.tmp#id239 KnowledgeItem0.tmp#id264 KnowledgeItem0.tmp#id265 KnowledgeItem0.tmp#id236 KnowledgeItem1.tmp#id266
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="" creator="" id="" modified="">{1,1}</start>
  <confirmation creator="" id="" modified="" 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-Power.xsd
Element dates/eventDetails/start
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The date the event commences.
Diagram
Diagram KnowledgeItem0.tmp#id231 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id232 KnowledgeItem0.tmp#id233 KnowledgeItem0.tmp#id230
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.
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
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-Power.xsd
Element dates/eventDetails/end
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The date the event ends.
Diagram
Diagram KnowledgeItem0.tmp#id231 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id232 KnowledgeItem0.tmp#id233 KnowledgeItem0.tmp#id230
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.
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
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-Power.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-Power.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 KnowledgeItem0.tmp#id86 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id85
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/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
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-Power.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 KnowledgeItem0.tmp#id86 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id85 KnowledgeItem0.tmp#id22 KnowledgeItem0.tmp#id56 KnowledgeItem0.tmp#id148
Type QualPropType
Type hierarchy
Properties
content: complex
minOccurs: 0
Model name*
Children name
Instance
<occurStatus creator="" dir="" id="" xml:lang="" modified="" qcode="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{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/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType required
A qualified code which identifies a concept.
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="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-Power.xsd
Element eventDetails/newsCoverageStatus
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The planning of the news coverage of the event
Diagram
Diagram KnowledgeItem0.tmp#id86 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id85 KnowledgeItem0.tmp#id22 KnowledgeItem0.tmp#id56 KnowledgeItem0.tmp#id148
Type QualPropType
Type hierarchy
Properties
content: complex
minOccurs: 0
Model name*
Children name
Instance
<newsCoverageStatus creator="" dir="" id="" xml:lang="" modified="" qcode="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{0,unbounded}</name>
</newsCoverageStatus>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType required
A qualified code which identifies a concept.
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="newsCoverageStatus" type="QualPropType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The planning of the news coverage 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-Power.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 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id22 KnowledgeItem0.tmp#id67 KnowledgeItem0.tmp#id68 KnowledgeItem0.tmp#id9 KnowledgeItem0.tmp#id11 KnowledgeItem0.tmp#id12 KnowledgeItem0.tmp#id66 KnowledgeItem0.tmp#id10 KnowledgeItem0.tmp#id65
Type BlockType
Properties
content: complex
mixed: true
Model a | span | ruby | br | inline | ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children a, br, inline, ruby, span
Instance
<registration creator="" dir="" id="" xml:lang="" media="" modified="" role="">
  <a class="" creator="" dir="" href="" hreflang="" id="" xml:lang="" modified="" rel="" rev="">{1,1}</a>
  <span class="" creator="" dir="" id="" xml:lang="" modified="">{1,1}</span>
  <ruby creator="" dir="" id="" xml:lang="" modified="">{1,1}</ruby>
  <br>{1,1}</br>
  <inline class="" confidence="" creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" relevance="" type="" why="">{1,1}</inline>
</registration>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
media xs:NMTOKENS optional
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
role QCodeListType 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-Power.xsd
Element eventDetails/accessStatus
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Indication of the accessibility of the event
Diagram
Diagram KnowledgeItem0.tmp#id86 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id85 KnowledgeItem0.tmp#id22 KnowledgeItem0.tmp#id56 KnowledgeItem0.tmp#id148
Type QualPropType
Type hierarchy
Properties
content: complex
Model name*
Children name
Instance
<accessStatus creator="" dir="" id="" xml:lang="" modified="" qcode="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{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/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType required
A qualified code which identifies a concept.
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="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-Power.xsd
Element eventDetails/participationRequirement
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A requirement for participating in the event
Diagram
Diagram KnowledgeItem0.tmp#id26 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id22 KnowledgeItem0.tmp#id56 KnowledgeItem0.tmp#id64 KnowledgeItem0.tmp#id69 KnowledgeItem0.tmp#id70 KnowledgeItem0.tmp#id55 KnowledgeItem0.tmp#id74 KnowledgeItem0.tmp#id76 KnowledgeItem0.tmp#id80 KnowledgeItem0.tmp#id81 KnowledgeItem0.tmp#id73 KnowledgeItem0.tmp#id127 KnowledgeItem1.tmp#id272
Type extension of Flex1PropType
Type hierarchy
Properties
content: complex
Model (name | definition | note | facet) , (sameAs | broader | narrower | related) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children broader, definition, facet, name, narrower, note, related, sameAs
Instance
<participationRequirement creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" role="" type="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{1,1}</name>
  <definition creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</definition>
  <note creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</note>
  <facet creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" rel="" type="" validfrom="" validto="">{1,1}</facet>
</participationRequirement>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
literal xs:normalizedString optional
A free-text value assigned as property value.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType optional
A qualified code which identifies a concept.
role QCodeType optional
Refinement of the semantics of the property
type QCodeType optional
The type of the concept assigned as controlled property value.
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="participationRequirement">
  <xs:annotation>
    <xs:documentation>A requirement for participating in the event</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="Flex1PropType">
        <xs:attribute name="role" type="QCodeType">
          <xs:annotation>
            <xs:documentation>Refinement of the semantics of the property</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </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-Power.xsd
Element eventDetails/subject
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A subject covered by the event.
Diagram
Diagram KnowledgeItem0.tmp#id26 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id22 KnowledgeItem0.tmp#id56 KnowledgeItem0.tmp#id64 KnowledgeItem0.tmp#id69 KnowledgeItem0.tmp#id70 KnowledgeItem0.tmp#id55 KnowledgeItem0.tmp#id74 KnowledgeItem0.tmp#id76 KnowledgeItem0.tmp#id80 KnowledgeItem0.tmp#id81 KnowledgeItem0.tmp#id73 KnowledgeItem0.tmp#id127 KnowledgeItem0.tmp#id30 KnowledgeItem0.tmp#id83 KnowledgeItem0.tmp#id213
Type Flex1ConceptPropType
Type hierarchy
Properties
content: complex
Model (name | definition | note | facet) , (sameAs | broader | narrower | related) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/' , bag{0,1}
Children bag, broader, definition, facet, name, narrower, note, related, sameAs
Instance
<subject confidence="" creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" relevance="" type="" why="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{1,1}</name>
  <definition creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</definition>
  <note creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</note>
  <facet creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" rel="" type="" validfrom="" validto="">{1,1}</facet>
</subject>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
confidence Int100Type optional
The confidence with which the metadata has been assigned.
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
literal xs:normalizedString optional
A free-text value assigned as property value.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType optional
A qualified code which identifies a concept.
relevance Int100Type optional
The relevance of the metadata to the news content to which it is attached.
type QCodeType optional
The type of the concept assigned as controlled property value.
why QCodeType optional
Why the metadata has been included.
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="subject" type="Flex1ConceptPropType">
  <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-Power.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 KnowledgeItem0.tmp#id26 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id22 KnowledgeItem0.tmp#id56 KnowledgeItem0.tmp#id64 KnowledgeItem0.tmp#id69 KnowledgeItem0.tmp#id70 KnowledgeItem0.tmp#id55 KnowledgeItem0.tmp#id74 KnowledgeItem0.tmp#id76 KnowledgeItem0.tmp#id80 KnowledgeItem0.tmp#id81 KnowledgeItem0.tmp#id73 KnowledgeItem0.tmp#id100 KnowledgeItem0.tmp#id107 KnowledgeItem0.tmp#id99 KnowledgeItem1.tmp#id275
Type extension of FlexLocationPropType
Type hierarchy
Properties
content: complex
Model (name | definition | note | facet) , (sameAs | broader | narrower | related) , (geoAreaDetails | POIDetails) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children POIDetails, broader, definition, facet, geoAreaDetails, name, narrower, note, related, sameAs
Instance
<location creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" role="" type="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{1,1}</name>
  <definition creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</definition>
  <note creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</note>
  <facet creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" rel="" type="" validfrom="" validto="">{1,1}</facet>
</location>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
literal xs:normalizedString optional
A free-text value assigned as property value.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType optional
A qualified code which identifies a concept.
role optional
Refinement of the semantics of the location regarding the event
type QCodeType optional
The type of the concept assigned as controlled property value.
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="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="FlexLocationPropType">
        <xs:attribute name="role">
          <xs:annotation>
            <xs:documentation>Refinement of the semantics of the location regarding the event</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </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-Power.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 KnowledgeItem0.tmp#id26 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id22 KnowledgeItem0.tmp#id56 KnowledgeItem0.tmp#id64 KnowledgeItem0.tmp#id69 KnowledgeItem0.tmp#id70 KnowledgeItem0.tmp#id55 KnowledgeItem0.tmp#id74 KnowledgeItem0.tmp#id76 KnowledgeItem0.tmp#id80 KnowledgeItem0.tmp#id81 KnowledgeItem0.tmp#id73 KnowledgeItem0.tmp#id87 KnowledgeItem0.tmp#id95 KnowledgeItem0.tmp#id138 KnowledgeItem0.tmp#id199 KnowledgeItem0.tmp#id198
Type Flex1PartyPropType
Type hierarchy
Properties
content: complex
Model (name | definition | note | facet) , (sameAs | broader | narrower | related) , (personDetails | organisationDetails) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children broader, definition, facet, name, narrower, note, organisationDetails, personDetails, related, sameAs
Instance
<participant creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" role="" type="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{1,1}</name>
  <definition creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</definition>
  <note creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</note>
  <facet creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" rel="" type="" validfrom="" validto="">{1,1}</facet>
</participant>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
literal xs:normalizedString optional
A free-text value assigned as property value.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType optional
A qualified code which identifies a concept.
role QCodeListType optional
A refinement of the semantics of the property.
type QCodeType optional
The type of the concept assigned as controlled property value.
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="participant" type="Flex1PartyPropType">
  <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-Power.xsd
Element eventDetails/organiser
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A person or organisation organising the event.
Diagram
Diagram KnowledgeItem0.tmp#id26 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id22 KnowledgeItem0.tmp#id56 KnowledgeItem0.tmp#id64 KnowledgeItem0.tmp#id69 KnowledgeItem0.tmp#id70 KnowledgeItem0.tmp#id55 KnowledgeItem0.tmp#id74 KnowledgeItem0.tmp#id76 KnowledgeItem0.tmp#id80 KnowledgeItem0.tmp#id81 KnowledgeItem0.tmp#id73 KnowledgeItem0.tmp#id87 KnowledgeItem0.tmp#id95 KnowledgeItem0.tmp#id138 KnowledgeItem0.tmp#id199 KnowledgeItem0.tmp#id198
Type Flex1PartyPropType
Type hierarchy
Properties
content: complex
Model (name | definition | note | facet) , (sameAs | broader | narrower | related) , (personDetails | organisationDetails) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children broader, definition, facet, name, narrower, note, organisationDetails, personDetails, related, sameAs
Instance
<organiser creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" role="" type="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{1,1}</name>
  <definition creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</definition>
  <note creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</note>
  <facet creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" rel="" type="" validfrom="" validto="">{1,1}</facet>
</organiser>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
literal xs:normalizedString optional
A free-text value assigned as property value.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType optional
A qualified code which identifies a concept.
role QCodeListType optional
A refinement of the semantics of the property.
type QCodeType optional
The type of the concept assigned as controlled property value.
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="organiser" type="Flex1PartyPropType">
  <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-Power.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 KnowledgeItem0.tmp#id132 KnowledgeItem0.tmp#id113 KnowledgeItem0.tmp#id116 KnowledgeItem0.tmp#id120 KnowledgeItem0.tmp#id121 KnowledgeItem0.tmp#id122 KnowledgeItem0.tmp#id124 KnowledgeItem0.tmp#id69 KnowledgeItem0.tmp#id112
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="" tech="">{1,1}</im>
  <phone role="" tech="">{1,1}</phone>
  <fax role="">{1,1}</fax>
  <web role="">{1,1}</web>
  <address role="">{1,1}</address>
  <note creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{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 QCodeListType 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-Power.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 KnowledgeItem0.tmp#id16 KnowledgeItem1.tmp#id298 KnowledgeItem1.tmp#id284 KnowledgeItem0.tmp#id147 KnowledgeItem1.tmp#id285 KnowledgeItem1.tmp#id286 KnowledgeItem1.tmp#id287 KnowledgeItem1.tmp#id288 KnowledgeItem0.tmp#id279 KnowledgeItem0.tmp#id290 KnowledgeItem0.tmp#id212 KnowledgeItem0.tmp#id291 KnowledgeItem0.tmp#id294 KnowledgeItem0.tmp#id295 KnowledgeItem0.tmp#id296 KnowledgeItem0.tmp#id297 KnowledgeItem0.tmp#id214 KnowledgeItem0.tmp#id289
Properties
content: complex
Model g2contentType{0,1} , itemClass{0,1} , assignedTo{0,1} , scheduled{0,1} , service* , edNote* , (language | genre | subject | slugline | headline | dateline | by | creditline | description) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children assignedTo, by, creditline, dateline, description, edNote, g2contentType, genre, headline, itemClass, language, scheduled, service, slugline, subject
Instance
<newsCoverage creator="" id="" modified="" role="">
  <g2contentType creator="" id="" modified="">{0,1}</g2contentType>
  <itemClass creator="" dir="" id="" xml:lang="" modified="" qcode="">{0,1}</itemClass>
  <assignedTo creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" role="" type="">{0,1}</assignedTo>
  <scheduled approxend="" approxstart="" creator="" id="" modified="">{0,1}</scheduled>
  <service creator="" dir="" id="" xml:lang="" modified="" qcode="">{0,unbounded}</service>
  <edNote creator="" dir="" id="" xml:lang="" media="" modified="" 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/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
role QCodeType optional
A refinement of the semantics of the property
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="g2contentType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The kind of planned G2 item(s)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attributeGroup ref="editAttributes"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element ref="itemClass" minOccurs="0"/>
      <xs:element name="assignedTo" type="Flex1PartyPropType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The party which is assigned to cover the event and produce the planned G2 item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="scheduled" type="ApproximateDateTimePropType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The scheduled time of delivery for the planned G2 item(s).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="service" type="QualPropType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>An editorial service by which the planned G2 item will be distributed.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <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:group ref="DescriptiveMetadataGroup" minOccurs="0"/>
      <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:attributeGroup ref="editAttributes"/>
    <xs:attribute name="role" type="QCodeType">
      <xs:annotation>
        <xs:documentation>A refinement of the semantics of the property</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <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-Power.xsd
Element newsCoverage/eventDetails/g2contentType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The kind of planned G2 item(s)
Diagram
Diagram KnowledgeItem0.tmp#id16
Type extension of xs:string
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
Source
<xs:element name="g2contentType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The kind of planned G2 item(s)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attributeGroup ref="editAttributes"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Power.xsd
Element newsCoverage/eventDetails/assignedTo
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The party which is assigned to cover the event and produce the planned G2 item.
Diagram
Diagram KnowledgeItem0.tmp#id26 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id22 KnowledgeItem0.tmp#id56 KnowledgeItem0.tmp#id64 KnowledgeItem0.tmp#id69 KnowledgeItem0.tmp#id70 KnowledgeItem0.tmp#id55 KnowledgeItem0.tmp#id74 KnowledgeItem0.tmp#id76 KnowledgeItem0.tmp#id80 KnowledgeItem0.tmp#id81 KnowledgeItem0.tmp#id73 KnowledgeItem0.tmp#id87 KnowledgeItem0.tmp#id95 KnowledgeItem0.tmp#id138 KnowledgeItem0.tmp#id199 KnowledgeItem0.tmp#id198
Type Flex1PartyPropType
Type hierarchy
Properties
content: complex
minOccurs: 0
Model (name | definition | note | facet) , (sameAs | broader | narrower | related) , (personDetails | organisationDetails) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children broader, definition, facet, name, narrower, note, organisationDetails, personDetails, related, sameAs
Instance
<assignedTo creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" role="" type="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{1,1}</name>
  <definition creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</definition>
  <note creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</note>
  <facet creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" rel="" type="" validfrom="" validto="">{1,1}</facet>
</assignedTo>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
literal xs:normalizedString optional
A free-text value assigned as property value.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType optional
A qualified code which identifies a concept.
role QCodeListType optional
A refinement of the semantics of the property.
type QCodeType optional
The type of the concept assigned as controlled property value.
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="assignedTo" type="Flex1PartyPropType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The party which is assigned to cover the event and produce the planned G2 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-Power.xsd
Element newsCoverage/eventDetails/scheduled
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The scheduled time of delivery for the planned G2 item(s).
Diagram
Diagram KnowledgeItem0.tmp#id231 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id232 KnowledgeItem0.tmp#id233 KnowledgeItem0.tmp#id230
Type ApproximateDateTimePropType
Type hierarchy
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/'
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.
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
Source
<xs:element name="scheduled" type="ApproximateDateTimePropType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The scheduled time of delivery for the planned G2 item(s).</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-Power.xsd
Element newsCoverage/eventDetails/service
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An editorial service by which the planned G2 item will be distributed.
Diagram
Diagram KnowledgeItem0.tmp#id86 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id85 KnowledgeItem0.tmp#id22 KnowledgeItem0.tmp#id56 KnowledgeItem0.tmp#id148
Type QualPropType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model name*
Children name
Instance
<service creator="" dir="" id="" xml:lang="" modified="" qcode="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{0,unbounded}</name>
</service>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType required
A qualified code which identifies a concept.
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="service" type="QualPropType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>An editorial service by which the planned G2 item will be distributed.</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-Power.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 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id22 KnowledgeItem0.tmp#id67 KnowledgeItem0.tmp#id68 KnowledgeItem0.tmp#id9 KnowledgeItem0.tmp#id11 KnowledgeItem0.tmp#id12 KnowledgeItem0.tmp#id66 KnowledgeItem0.tmp#id10 KnowledgeItem0.tmp#id65
Type BlockType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
mixed: true
Model a | span | ruby | br | inline | ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children a, br, inline, ruby, span
Instance
<edNote creator="" dir="" id="" xml:lang="" media="" modified="" role="">
  <a class="" creator="" dir="" href="" hreflang="" id="" xml:lang="" modified="" rel="" rev="">{1,1}</a>
  <span class="" creator="" dir="" id="" xml:lang="" modified="">{1,1}</span>
  <ruby creator="" dir="" id="" xml:lang="" modified="">{1,1}</ruby>
  <br>{1,1}</br>
  <inline class="" confidence="" creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" relevance="" type="" why="">{1,1}</inline>
</edNote>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
media xs:NMTOKENS optional
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
role QCodeListType 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-Power.xsd
Element event
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Structured information about an event without a concept identifier
Diagram
Diagram KnowledgeItem0.tmp#id56 KnowledgeItem0.tmp#id64 KnowledgeItem0.tmp#id69 KnowledgeItem0.tmp#id70 KnowledgeItem0.tmp#id74 KnowledgeItem0.tmp#id76 KnowledgeItem0.tmp#id80 KnowledgeItem0.tmp#id81 KnowledgeItem0.tmp#id73 KnowledgeItem1.tmp#id227
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 creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{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-Power.xsd
Element events
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A wrapper for events in a News Item.
Diagram
Diagram KnowledgeItem1.tmp#id303
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-Power.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 KnowledgeItem0.tmp#id22 KnowledgeItem1.tmp#id221 KnowledgeItem1.tmp#id226 KnowledgeItem0.tmp#id56 KnowledgeItem0.tmp#id64 KnowledgeItem0.tmp#id69 KnowledgeItem0.tmp#id70 KnowledgeItem0.tmp#id74 KnowledgeItem0.tmp#id76 KnowledgeItem0.tmp#id80 KnowledgeItem0.tmp#id81 KnowledgeItem0.tmp#id73 KnowledgeItem0.tmp#id87 KnowledgeItem0.tmp#id95 KnowledgeItem0.tmp#id100 KnowledgeItem0.tmp#id107 KnowledgeItem1.tmp#id227
Used by
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/'
dir restriction of xs:string optional
The directionality of textual content.
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: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>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Power.xsd
Attribute participationRequirement/eventDetails/@role
Namespace No namespace
Annotations
Refinement of the semantics of the property
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Source
<xs:attribute name="role" type="QCodeType">
  <xs:annotation>
    <xs:documentation>Refinement of the semantics of the property</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Power.xsd
Attribute location/eventDetails/@role
Namespace No namespace
Annotations
Refinement of the semantics of the location regarding the event
Used by
Source
<xs:attribute name="role">
  <xs:annotation>
    <xs:documentation>Refinement of the semantics of the location regarding the event</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Power.xsd
Attribute newsCoverage/eventDetails/@role
Namespace No namespace
Annotations
A refinement of the semantics of the property
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Source
<xs:attribute name="role" type="QCodeType">
  <xs:annotation>
    <xs:documentation>A refinement of the semantics of the property</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-Framework-Power.xsd