Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema NAR_1.3-spec-Framework-Core.xsd
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
News Architecture (NAR) 1.3 for IPTC G2-Standards - Framework XML Schema, document version 3
Date of creation of this XML Schema version: 2008-10-17
Date of creation of this XML Schema document version: 2009-02-09
Schema created for the IPTC by Jay Cousins, RivCom Ltd (jay.cousins@rivcom.com),  Ulf Wingstedt, CNet Svenska AB (ulf.wingstedt@cnet.se)
Schema maintained for the IPTC by Laurent Le Meur (AFP) + Michael Steidl (IPTC)
NAR 1.3r3: facet type changed from TypedQualPropType to FlexPropType (erratum)
Properties
attribute form default: unqualified
element form default: qualified
version: 1.3
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element AnyItemType/catalogRef
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A reference to a remote catalog. A hyperlink to a set of scheme alias declarations.
Diagram
Diagram ConceptItem0.tmp#id15 ConceptItem0.tmp#id7
Properties
content: complex
Model title*
Children title
Instance
<catalogRef href="">
  <title dir="" xml:lang="" role="">{0,unbounded}</title>
</catalogRef>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
href IRIType required
A hyperlink to a remote Catalog.
Source
<xs:element name="catalogRef">
  <xs:annotation>
    <xs:documentation>A reference to a remote catalog. A hyperlink to a set of scheme alias declarations.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="title" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A short natural language name for the catalog.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="href" type="IRIType" use="required">
      <xs:annotation>
        <xs:documentation>A hyperlink to a remote Catalog.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:anyAttribute namespace="##other" processContents="lax">
      <xs:annotation>
        <xs:documentation>Any other attributes from other namespaces.</xs:documentation>
      </xs:annotation>
    </xs:anyAttribute>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element title
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A short, natural-language name
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id9 ConceptItem0.tmp#id13 ConceptItem0.tmp#id8
Type LabelType
Type hierarchy
Properties
content: complex
Used by
Elements AnyItemType/catalogRef, catalog
Element Group ItemManagementGroup
Complex Type LinkType
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 label.
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="title" type="LabelType">
  <xs:annotation>
    <xs:documentation>A short, natural-language name</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element catalog
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A local or remote catalog.
Diagram
Diagram ConceptItem0.tmp#id21 ConceptItem0.tmp#id7 ConceptItem0.tmp#id18
Properties
content: complex
Used by
Complex Type AnyItemType
Element conceptItem
Model title* , scheme+
Children scheme, title
Instance
<catalog additionalInfo="">
  <title dir="" xml:lang="" role="">{0,unbounded}</title>
  <scheme alias="" uri="">{1,unbounded}</scheme>
</catalog>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
additionalInfo IRIType optional
A pointer to some additional information about the Catalog, and especially its evolution and latest version.
Source
<xs:element name="catalog">
  <xs:annotation>
    <xs:documentation>A local or remote catalog.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="title" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A short natural language name for the Catalog.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="scheme" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A scheme alias-to-URI mapping.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="alias" type="xs:NCName" use="required">
            <xs:annotation>
              <xs:documentation>A short string used by the provider as a replacement for a scheme URI.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
          <xs:attribute name="uri" type="IRIType" use="required">
            <xs:annotation>
              <xs:documentation>The URI which identifies the scheme.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
          <xs:anyAttribute namespace="##other" processContents="lax"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="additionalInfo" type="IRIType">
      <xs:annotation>
        <xs:documentation>A pointer to some additional information about the Catalog, and especially its evolution and latest version.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
    <!-- EV-NAR-1.3.7: add @additionalInfo to catalog-->
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element catalog/scheme
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A scheme alias-to-URI mapping.
Diagram
Diagram ConceptItem0.tmp#id19 ConceptItem0.tmp#id20
Properties
content: complex
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
alias xs:NCName required
A short string used by the provider as a replacement for a scheme URI.
uri IRIType required
The URI which identifies the scheme.
Source
<xs:element name="scheme" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A scheme alias-to-URI mapping.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="alias" type="xs:NCName" use="required">
      <xs:annotation>
        <xs:documentation>A short string used by the provider as a replacement for a scheme URI.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="uri" type="IRIType" use="required">
      <xs:annotation>
        <xs:documentation>The URI which identifies the scheme.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element AnyItemType/rightsInfo
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Expression of rights to be applied to content
Diagram
Diagram ConceptItem0.tmp#id24 ConceptItem0.tmp#id31 ConceptItem0.tmp#id32 ConceptItem0.tmp#id36 ConceptItem0.tmp#id23
Type RightsInfoType
Properties
content: complex
minOccurs: 0
Model accountable{0,1} , copyrightHolder{0,1} , (copyrightNotice | usageTerms) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children accountable, copyrightHolder, copyrightNotice, usageTerms
Instance
<rightsInfo>
  <accountable literal="" qcode="" type="">{0,1}</accountable>
  <copyrightHolder literal="" qcode="" type="">{0,1}</copyrightHolder>
</rightsInfo>
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="rightsInfo" type="RightsInfoType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Expression of rights to be applied to content</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element accountable
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An individual accountable for the content in legal terms.
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
Used by
Complex Type RightsInfoType
Model name*
Children name
Instance
<accountable literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</accountable>
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="accountable" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>An individual accountable for the content in legal terms.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element name
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A natural language name for the concept.
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id9
Type IntlStringType
Properties
content: complex
Used by
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:element name="name" type="IntlStringType">
  <xs:annotation>
    <xs:documentation>A natural language name for the concept.</xs:documentation>
  </xs:annotation>
  <!-- rev3: name, definition, note and facet made global -->
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element copyrightHolder
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The person or organisation claiming the intellectual property for the content.
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
Used by
Complex Type RightsInfoType
Model name*
Children name
Instance
<copyrightHolder literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</copyrightHolder>
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="copyrightHolder" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>The person or organisation claiming the intellectual property for the content.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element copyrightNotice
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Any necessary copyright notice for claiming the intellectual property for the content.
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id35 ConceptItem0.tmp#id34 ConceptItem0.tmp#id33
Type BlockType
Properties
content: complex
mixed: true
Used by
Complex Type RightsInfoType
Element objectDetails
Model br | ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children br
Instance
<copyrightNotice dir="" xml:lang="" role="">
  <br>{1,1}</br>
</copyrightNotice>
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="copyrightNotice" type="BlockType">
  <xs:annotation>
    <xs:documentation>Any necessary copyright notice for claiming the intellectual property for the content.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element br
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A line break
Diagram
Diagram
Properties
content: complex
Used by
Complex Type BlockType
Elements definition, note
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="br">
  <xs:annotation>
    <xs:documentation>A line break</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element usageTerms
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A natural-language statement about the usage terms pertaining to the content.
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id35 ConceptItem0.tmp#id34 ConceptItem0.tmp#id33
Type BlockType
Properties
content: complex
mixed: true
Used by
Complex Type RightsInfoType
Model br | ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children br
Instance
<usageTerms dir="" xml:lang="" role="">
  <br>{1,1}</br>
</usageTerms>
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="usageTerms" type="BlockType">
  <xs:annotation>
    <xs:documentation>A natural-language statement about the usage terms pertaining to the content.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element AnyItemType/itemMeta
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A set of properties directly associated with the Item
Diagram
Diagram ConceptItem0.tmp#id40 ConceptItem0.tmp#id44 ConceptItem0.tmp#id45 ConceptItem0.tmp#id47 ConceptItem0.tmp#id48 ConceptItem0.tmp#id49 ConceptItem0.tmp#id50 ConceptItem0.tmp#id51 ConceptItem0.tmp#id52 ConceptItem0.tmp#id7 ConceptItem0.tmp#id53 ConceptItem0.tmp#id39 ConceptItem0.tmp#id54 ConceptItem0.tmp#id38
Type ItemMetadataType
Properties
content: complex
Model itemClass , provider , versionCreated , firstCreated{0,1} , embargoed{0,1} , pubStatus{0,1} , role{0,1} , fileName{0,1} , service* , title* , edNote* , link* , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children edNote, embargoed, fileName, firstCreated, itemClass, link, provider, pubStatus, role, service, title, versionCreated
Instance
<itemMeta>
  <itemClass qcode="">{1,1}</itemClass>
  <provider literal="" qcode="" type="">{1,1}</provider>
  <versionCreated>{1,1}</versionCreated>
  <firstCreated>{0,1}</firstCreated>
  <embargoed>{0,1}</embargoed>
  <pubStatus qcode="">{0,1}</pubStatus>
  <role qcode="">{0,1}</role>
  <fileName>{0,1}</fileName>
  <service qcode="">{0,unbounded}</service>
  <title dir="" xml:lang="" role="">{0,unbounded}</title>
  <edNote dir="" xml:lang="" role="">{0,unbounded}</edNote>
  <link contenttype="" format="" guidref="" href="" hreftype="" rel="" residref="" size="" version="">{0,unbounded}</link>
</itemMeta>
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="itemMeta" type="ItemMetadataType">
  <xs:annotation>
    <xs:documentation>A set of properties directly associated with the Item</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element itemClass
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The nature of the item, set in accordance with the structure of its content.
Diagram
Diagram ConceptItem0.tmp#id43 ConceptItem0.tmp#id42 ConceptItem0.tmp#id26 ConceptItem0.tmp#id41
Type QualPropType
Type hierarchy
Properties
content: complex
Used by
Element Group ItemManagementGroup
Model name*
Children name
Instance
<itemClass qcode="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</itemClass>
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="itemClass" type="QualPropType">
  <xs:annotation>
    <xs:documentation>The nature of the item, set in accordance with the structure of its content.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element provider
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The party (person or organisation) responsible for the management of the Item.
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
Used by
Element Group ItemManagementGroup
Model name*
Children name
Instance
<provider literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</provider>
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="provider" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>The party (person or organisation) responsible for the management of the Item.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element versionCreated
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The date and time on which the current version of the Item was created.
Diagram
Diagram ConceptItem0.tmp#id46
Type DateTimePropType
Properties
content: complex
Used by
Element Group ItemManagementGroup
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="versionCreated" type="DateTimePropType">
  <xs:annotation>
    <xs:documentation>The date and time on which the current version of the Item was created.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element firstCreated
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The date and time on which the first version of the Item was created.
Diagram
Diagram ConceptItem0.tmp#id46
Type DateTimePropType
Properties
content: complex
Used by
Element Group ItemManagementGroup
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="firstCreated" type="DateTimePropType">
  <xs:annotation>
    <xs:documentation>The date and time on which the first version of the Item was created.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element embargoed
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The date and time before which all versions of the Item are embargoed. If absent, the Item is not embargoed.
Diagram
Diagram ConceptItem0.tmp#id46
Type DateTimePropType
Properties
content: complex
Used by
Element Group ItemManagementGroup
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="embargoed" type="DateTimePropType">
  <xs:annotation>
    <xs:documentation>The date and time before which all versions of the Item are embargoed. If absent, the Item is not embargoed.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element pubStatus
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The publishing status of the Item, its value is "usable" by default.
Diagram
Diagram ConceptItem0.tmp#id43 ConceptItem0.tmp#id42 ConceptItem0.tmp#id26 ConceptItem0.tmp#id41
Type QualPropType
Type hierarchy
Properties
content: complex
Used by
Element Group ItemManagementGroup
Model name*
Children name
Instance
<pubStatus qcode="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</pubStatus>
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="pubStatus" type="QualPropType">
  <xs:annotation>
    <xs:documentation>The publishing status of the Item, its value is "usable" by default.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element role
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The role of the Item in the editorial workflow.
Diagram
Diagram ConceptItem0.tmp#id43 ConceptItem0.tmp#id42 ConceptItem0.tmp#id26 ConceptItem0.tmp#id41
Type QualPropType
Type hierarchy
Properties
content: complex
Used by
Element Group ItemManagementGroup
Model name*
Children name
Instance
<role qcode="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</role>
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="role" type="QualPropType">
  <xs:annotation>
    <xs:documentation>The role of the Item in the editorial workflow.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element fileName
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The recommended file name for this Item.
Diagram
Diagram
Type extension of xs:normalizedString
Properties
content: complex
Used by
Element Group ItemManagementGroup
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="fileName">
  <xs:annotation>
    <xs:documentation>The recommended file name for this Item.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:normalizedString">
        <xs:anyAttribute namespace="##other" processContents="lax"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element service
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An editorial service to which an item is assigned by its provider.
Diagram
Diagram ConceptItem0.tmp#id43 ConceptItem0.tmp#id42 ConceptItem0.tmp#id26 ConceptItem0.tmp#id41
Type QualPropType
Type hierarchy
Properties
content: complex
Used by
Element Group ItemManagementGroup
Model name*
Children name
Instance
<service qcode="">
  <name dir="" xml:lang="">{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/'
qcode QCodeType required
A qualified code which identifies a concept.
Source
<xs:element name="service" type="QualPropType">
  <xs:annotation>
    <xs:documentation>An editorial service to which an item is assigned by its provider.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element edNote
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A note addressed to the editorial people receiving the Item.
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id35 ConceptItem0.tmp#id34 ConceptItem0.tmp#id33
Type BlockType
Properties
content: complex
mixed: true
Used by
Element Group ItemManagementGroup
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">
  <xs:annotation>
    <xs:documentation>A note addressed to the editorial people receiving the Item.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element ItemMetadataType/link
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A link from the current Item to a target Item or Web resource
Diagram
Diagram ConceptItem0.tmp#id56 ConceptItem0.tmp#id57 ConceptItem0.tmp#id64 ConceptItem0.tmp#id7 ConceptItem0.tmp#id55
Type LinkType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model title*
Children title
Instance
<link contenttype="" format="" guidref="" href="" hreftype="" rel="" residref="" size="" version="">
  <title dir="" xml:lang="" role="">{0,unbounded}</title>
</link>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
contenttype xs:string optional
The IANA (Internet Assigned Numbers Authority) MIME type of the target resource.
format QCodeType optional
A refinement of a generic content type (i.e. IANA MIME type)
guidref xs:string optional
The use of this attribute is DEPRECATED, use @residref instead. (was: The globally unique Identifier of the target Item.)
href IRIType optional
The locator of the target resource.
hreftype xs:string optional
The use of this attribute is DEPRECATED, use @contenttype instead. (was: An IANA MIME type.)
rel QCodeType optional
The identifier of the relationship between the current Item and the target resource.
residref xs:string optional
The  provider’s identifier of the target resource.
size xs:nonNegativeInteger optional
The size in bytes of the target resource.
version xs:positiveInteger optional
The version of the target resource. By default, the latest revision is retrieved when the link is activated.
Source
<xs:element name="link" type="LinkType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A link from the current Item to a target Item or Web resource</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element icon
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An iconic visual identification of the content
Diagram
Diagram ConceptItem0.tmp#id57
Properties
content: complex
Used by
Complex Type ContentMetadataType
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
contenttype xs:string optional
The IANA (Internet Assigned Numbers Authority) MIME type of the target resource.
format QCodeType optional
A refinement of a generic content type (i.e. IANA MIME type)
href IRIType optional
The locator of the target resource.
residref xs:string optional
The  provider’s identifier of the target resource.
size xs:nonNegativeInteger optional
The size in bytes of the target resource.
version xs:positiveInteger optional
The version of the target resource. By default, the latest revision is retrieved when the link is activated.
Source
<xs:element name="icon">
  <xs:annotation>
    <xs:documentation>An iconic visual identification of the content</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="targetResourceAttributes"/>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element urgency
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The editorial urgency of the content.
Diagram
Diagram ConceptItem0.tmp#id77
Type extension of Int1to9Type
Type hierarchy
Properties
content: complex
Used by
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="urgency">
  <xs:annotation>
    <xs:documentation>The editorial urgency of the content.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="Int1to9Type">
        <xs:anyAttribute namespace="##other" processContents="lax"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element contentCreated
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The date (and optionally the time) on which the content was created.
Diagram
Diagram ConceptItem0.tmp#id80 ConceptItem0.tmp#id79
Type TruncatedDateTimePropType
Type hierarchy
Properties
content: complex
Used by
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="contentCreated" type="TruncatedDateTimePropType">
  <xs:annotation>
    <xs:documentation>The date (and optionally the time) on which the content was created.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element contentModified
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The date (and optionally the time) on which the content was last modified.
Diagram
Diagram ConceptItem0.tmp#id80 ConceptItem0.tmp#id79
Type TruncatedDateTimePropType
Type hierarchy
Properties
content: complex
Used by
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="contentModified" type="TruncatedDateTimePropType">
  <xs:annotation>
    <xs:documentation>The date (and optionally the time) on which the content was last modified.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element located
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The location from which the content originates.
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
Used by
Model name*
Children name
Instance
<located literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</located>
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="located" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>The location from which the content originates.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element infoSource
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A party (person or organisation) which originated some information used to create or enhance the content.
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
Used by
Model name*
Children name
Instance
<infoSource literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</infoSource>
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="infoSource" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>A party (person or organisation) which originated some information used to create or enhance the content.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element creator
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A party (person or organisation) which created the resource.
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
Used by
Model name*
Children name
Instance
<creator literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</creator>
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="creator" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>A party (person or organisation) which created the resource.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element contributor
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A party (person or organisation) which modified or enhanced the content, preferably the name of a person.
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
Used by
Model name*
Children name
Instance
<contributor literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</contributor>
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="contributor" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>A party (person or organisation) which modified or enhanced the content, preferably the name of a person.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element audience
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An intended audience for the content.
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
Used by
Model name*
Children name
Instance
<audience literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</audience>
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="audience" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>An intended audience for the content.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element definition
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A natural language definition of the semantics of the concept. This definition is normative only for the scope of the use of this concept.
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id35 ConceptItem0.tmp#id34 ConceptItem0.tmp#id33
Type extension of BlockType
Type hierarchy
Properties
content: complex
mixed: true
Used by
Complex Type ConceptWEventType
Elements concept, event
Model br | ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children br
Instance
<definition dir="" xml:lang="" role="">
  <br>{1,1}</br>
</definition>
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="definition">
  <xs:annotation>
    <xs:documentation>A natural language definition of the semantics of the concept. This definition is normative only for the scope of the use of this concept.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:complexContent mixed="true">
      <xs:extension base="BlockType">
      </xs:extension>
    </xs:complexContent>
    <!-- NAR 1.2 erratum 2 correction: specify mixed content-->
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element note
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Additional natural language information about the concept.
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id35 ConceptItem0.tmp#id34 ConceptItem0.tmp#id33
Type extension of BlockType
Type hierarchy
Properties
content: complex
mixed: true
Used by
Complex Types ConceptWEventType, ContactInfoType
Elements concept, event
Model br | ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children br
Instance
<note dir="" xml:lang="" role="">
  <br>{1,1}</br>
</note>
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="note">
  <xs:annotation>
    <xs:documentation>Additional natural language information about the concept.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:complexContent mixed="true">
      <xs:extension base="BlockType">
      </xs:extension>
    </xs:complexContent>
    <!-- NAR 1.2 erratum 2 correction: specify mixed content-->
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element facet
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A intrinsic property of the concept.
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25 ConceptItem0.tmp#id99
Type extension of FlexPropType
Type hierarchy
Properties
content: complex
Used by
Complex Type ConceptWEventType
Elements concept, event
Model name*
Children name
Instance
<facet literal="" qcode="" rel="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</facet>
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.
rel QCodeType optional
The identifier of the relationship between the current concept (containing the facet) and the concept identified by the facet value.
type QCodeType optional
The type of the concept assigned as controlled property value.
Source
<xs:element name="facet">
  <xs:annotation>
    <xs:documentation>A intrinsic property of the concept.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="FlexPropType">
        <xs:attribute name="rel" type="QCodeType">
          <xs:annotation>
            <xs:documentation>The identifier of the relationship between the current concept (containing the facet) and the concept identified by the facet value.</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/NAR_1.3-spec-Framework-Core.xsd
Element sameAs
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An identifier of a concept with equivalent semantics
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
Used by
Model name*
Children name
Instance
<sameAs literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</sameAs>
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="sameAs" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>An identifier of a concept with equivalent semantics</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element broader
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An identifier of a more generic concept.
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
Used by
Model name*
Children name
Instance
<broader literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</broader>
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="broader" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>An identifier of a more generic concept.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element narrower
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An identifier of a more specific concept.
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
Used by
Model name*
Children name
Instance
<narrower literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</narrower>
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="narrower" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>An identifier of a more specific concept.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element related
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An identifier of a related concept, where the relationship is different from 'sameAs', 'broader' or 'narrower'.
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
Used by
Model name*
Children name
Instance
<related literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</related>
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="related" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>An identifier of a related concept, where the relationship is different from 'sameAs', 'broader' or 'narrower'.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element personDetails
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A set of properties specific to a person
Diagram
Diagram ConceptItem0.tmp#id106 ConceptItem0.tmp#id107 ConceptItem0.tmp#id108 ConceptItem0.tmp#id109
Properties
content: complex
Used by
Complex Type ConceptWEventType
Element Group EntityDetailsGroup
Model born{0,1} , died{0,1} , (affiliation | contactInfo) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children affiliation, born, contactInfo, died
Instance
<personDetails>
  <born>{0,1}</born>
  <died>{0,1}</died>
</personDetails>
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="personDetails">
  <xs:annotation>
    <xs:documentation>A set of properties specific to a person</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="born" type="TruncatedDateTimePropType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The date the person was born.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="died" type="TruncatedDateTimePropType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The date the person died.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="affiliation" type="FlexPropType">
          <xs:annotation>
            <xs:documentation>An affiliation of the person with an organisation.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="contactInfo" type="ContactInfoType">
          <xs:annotation>
            <xs:documentation>Information how to contact the person.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element personDetails/born
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The date the person was born.
Diagram
Diagram ConceptItem0.tmp#id80 ConceptItem0.tmp#id79
Type TruncatedDateTimePropType
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/'
Source
<xs:element name="born" type="TruncatedDateTimePropType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The date the person was born.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element personDetails/died
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The date the person died.
Diagram
Diagram ConceptItem0.tmp#id80 ConceptItem0.tmp#id79
Type TruncatedDateTimePropType
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/'
Source
<xs:element name="died" type="TruncatedDateTimePropType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The date the person died.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element personDetails/affiliation
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An affiliation of the person with an organisation.
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
Model name*
Children name
Instance
<affiliation literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</affiliation>
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="affiliation" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>An affiliation of the person with an organisation.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element personDetails/contactInfo
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Information how to contact the person.
Diagram
Diagram ConceptItem0.tmp#id126 ConceptItem0.tmp#id111 ConceptItem0.tmp#id114 ConceptItem0.tmp#id115 ConceptItem0.tmp#id116 ConceptItem0.tmp#id117 ConceptItem0.tmp#id119 ConceptItem0.tmp#id97 ConceptItem0.tmp#id110
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>Information how to contact the person.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element ContactInfoType/email
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An email address.
Diagram
Diagram ConceptItem0.tmp#id113 ConceptItem0.tmp#id112
Type ElectronicAddressType
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/'
role QCodeType optional
A refinement of the semantics of the electronic address.
Source
<xs:element name="email" type="ElectronicAddressType">
  <xs:annotation>
    <xs:documentation>An email address.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element ContactInfoType/im
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An instant messaging address.
Diagram
Diagram ConceptItem0.tmp#id113 ConceptItem0.tmp#id112
Type ElectronicAddressType
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/'
role QCodeType optional
A refinement of the semantics of the electronic address.
Source
<xs:element name="im" type="ElectronicAddressType">
  <xs:annotation>
    <xs:documentation>An instant messaging address.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element ContactInfoType/phone
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A phone number, preferred in an international format.
Diagram
Diagram ConceptItem0.tmp#id113 ConceptItem0.tmp#id112
Type ElectronicAddressType
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/'
role QCodeType optional
A refinement of the semantics of the electronic address.
Source
<xs:element name="phone" type="ElectronicAddressType">
  <xs:annotation>
    <xs:documentation>A phone number, preferred in an international format.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element ContactInfoType/fax
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A fax number, preferred in an international format.
Diagram
Diagram ConceptItem0.tmp#id113 ConceptItem0.tmp#id112
Type ElectronicAddressType
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/'
role QCodeType optional
A refinement of the semantics of the electronic address.
Source
<xs:element name="fax" type="ElectronicAddressType">
  <xs:annotation>
    <xs:documentation>A fax number, preferred in an international format.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element ContactInfoType/web
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A web address.
Diagram
Diagram ConceptItem0.tmp#id16 ConceptItem0.tmp#id118
Type extension of IRIType
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/'
role QCodeType optional
A refinement of the semantics of the web address.
Source
<xs:element name="web">
  <xs:annotation>
    <xs:documentation>A web address.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="IRIType">
        <xs:attribute name="role" type="QCodeType">
          <xs:annotation>
            <xs:documentation>A refinement of the semantics of the web address.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:anyAttribute namespace="##other" processContents="lax"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element ContactInfoType/address
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A postal address.
Diagram
Diagram ConceptItem0.tmp#id125 ConceptItem0.tmp#id120 ConceptItem0.tmp#id121 ConceptItem0.tmp#id122 ConceptItem0.tmp#id123 ConceptItem0.tmp#id124
Properties
content: complex
Model line* , locality{0,1} , area{0,1} , country{0,1} , postalCode{0,1}
Children area, country, line, locality, postalCode
Instance
<address role="">
  <line dir="" xml:lang="">{0,unbounded}</line>
  <locality literal="" qcode="" type="">{0,1}</locality>
  <area literal="" qcode="" type="">{0,1}</area>
  <country literal="" qcode="" type="">{0,1}</country>
  <postalCode dir="" xml:lang="">{0,1}</postalCode>
</address>
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 the postal address.
Source
<xs:element name="address">
  <xs:annotation>
    <xs:documentation>A postal address.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="line" type="IntlStringType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A line of address information, in the format expected by a recipient postal service. City, country area, country and postal code are expressed separately.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="locality" type="FlexPropType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A city/town/village etc. part of the address.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="area" type="FlexPropType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A subdivision of a country part of the address.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="country" type="FlexPropType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A country part of the address.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="postalCode" type="IntlStringType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>A postal code part of the address.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="role" type="QCodeType">
      <xs:annotation>
        <xs:documentation>A refinement of the semantics of the postal address.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element address/ContactInfoType/line
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A line of address information, in the format expected by a recipient postal service. City, country area, country and postal code are expressed separately.
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id9
Type IntlStringType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
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:element name="line" type="IntlStringType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A line of address information, in the format expected by a recipient postal service. City, country area, country and postal code are expressed separately.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element address/ContactInfoType/locality
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A city/town/village etc. part of the address.
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
minOccurs: 0
Model name*
Children name
Instance
<locality literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</locality>
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="locality" type="FlexPropType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A city/town/village etc. part of the address.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element address/ContactInfoType/area
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A subdivision of a country part of the address.
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
minOccurs: 0
Model name*
Children name
Instance
<area literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</area>
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="area" type="FlexPropType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A subdivision of a country part of the address.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element address/ContactInfoType/country
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A country part of the address.
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
minOccurs: 0
Model name*
Children name
Instance
<country literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</country>
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="country" type="FlexPropType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A country part of the address.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element address/ContactInfoType/postalCode
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A postal code part of the address.
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id9
Type IntlStringType
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/'
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:element name="postalCode" type="IntlStringType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A postal code part of the address.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element organisationDetails
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A group of properties specific to an organisation
Diagram
Diagram ConceptItem0.tmp#id128 ConceptItem0.tmp#id129 ConceptItem0.tmp#id130 ConceptItem0.tmp#id131
Properties
content: complex
Used by
Complex Type ConceptWEventType
Element Group EntityDetailsGroup
Model founded{0,1} , dissolved{0,1} , (location | contactInfo) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children contactInfo, dissolved, founded, location
Instance
<organisationDetails>
  <founded>{0,1}</founded>
  <dissolved>{0,1}</dissolved>
</organisationDetails>
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="organisationDetails">
  <xs:annotation>
    <xs:documentation>A group of properties specific to an organisation</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="founded" type="TruncatedDateTimePropType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The date the organisation was founded/established.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dissolved" type="TruncatedDateTimePropType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The date the organisation was dissolved.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="location" type="FlexPropType">
          <xs:annotation>
            <xs:documentation>A place where the organisation is located.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="contactInfo" type="ContactInfoType">
          <xs:annotation>
            <xs:documentation>Information how to contact the organisation.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element organisationDetails/founded
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The date the organisation was founded/established.
Diagram
Diagram ConceptItem0.tmp#id80 ConceptItem0.tmp#id79
Type TruncatedDateTimePropType
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/'
Source
<xs:element name="founded" type="TruncatedDateTimePropType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The date the organisation was founded/established.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element organisationDetails/dissolved
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The date the organisation was dissolved.
Diagram
Diagram ConceptItem0.tmp#id80 ConceptItem0.tmp#id79
Type TruncatedDateTimePropType
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/'
Source
<xs:element name="dissolved" type="TruncatedDateTimePropType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The date the organisation was dissolved.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element organisationDetails/location
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A place where the organisation is located.
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
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" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>A place where the organisation is located.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element organisationDetails/contactInfo
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Information how to contact the organisation.
Diagram
Diagram ConceptItem0.tmp#id126 ConceptItem0.tmp#id111 ConceptItem0.tmp#id114 ConceptItem0.tmp#id115 ConceptItem0.tmp#id116 ConceptItem0.tmp#id117 ConceptItem0.tmp#id119 ConceptItem0.tmp#id97 ConceptItem0.tmp#id110
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>Information how to contact the organisation.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element geoAreaDetails
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A group of properties specific to a geopolitical area
Diagram
Diagram ConceptItem0.tmp#id133
Properties
content: complex
Used by
Complex Type ConceptWEventType
Element Group EntityDetailsGroup
Model position{0,1} , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children position
Instance
<geoAreaDetails>
  <position altitude="" gpsdatum="" latitude="" longitude="">{0,1}</position>
</geoAreaDetails>
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="geoAreaDetails">
  <xs:annotation>
    <xs:documentation>A group of properties specific to a geopolitical area</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="position" type="GeoCoordinatesType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The coordinates of the location</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element geoAreaDetails/position
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The coordinates of the location
Diagram
Diagram ConceptItem0.tmp#id135 ConceptItem0.tmp#id136 ConceptItem0.tmp#id137 ConceptItem0.tmp#id138 ConceptItem0.tmp#id134
Type GeoCoordinatesType
Properties
content: complex
minOccurs: 0
Model ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
altitude xs:integer optional
The altitude in meters above the zero elevation of the reference system (sea level).
gpsdatum xs:string optional
The GPS datum associated with the measure.
latitude xs:decimal required
The latitude in decimal degrees.
longitude xs:decimal required
The longitude in decimal degrees.
Source
<xs:element name="position" type="GeoCoordinatesType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The coordinates of the location</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element POIDetails
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A group of properties specific to a point of interest
Diagram
Diagram ConceptItem0.tmp#id140 ConceptItem0.tmp#id141 ConceptItem0.tmp#id142 ConceptItem0.tmp#id143 ConceptItem0.tmp#id144 ConceptItem0.tmp#id145
Properties
content: complex
Used by
Complex Type ConceptWEventType
Element Group EntityDetailsGroup
Model position{0,1} , openHours{0,1} , capacity{0,1} , (contactInfo | access | details) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children access, capacity, contactInfo, details, openHours, position
Instance
<POIDetails>
  <position altitude="" gpsdatum="" latitude="" longitude="">{0,1}</position>
  <openHours dir="" xml:lang="" role="">{0,1}</openHours>
  <capacity dir="" xml:lang="" role="">{0,1}</capacity>
</POIDetails>
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="POIDetails">
  <xs:annotation>
    <xs:documentation>A group of properties specific to a point of interest</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="position" type="GeoCoordinatesType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>The coordinates of the location</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="openHours" type="LabelType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Opening hours of the point of interest expressed in natural language</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="capacity" type="LabelType" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Total capacity of the point of interest expressed in natural language</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="contactInfo" type="ContactInfoType">
          <xs:annotation>
            <xs:documentation>Information how to contact the point of interest.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="access" type="BlockType">
          <xs:annotation>
            <xs:documentation>Ways to access the place of the point of interest, including directions.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="details" type="BlockType">
          <xs:annotation>
            <xs:documentation>Detailed information about the location of the point of interest.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element POIDetails/position
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The coordinates of the location
Diagram
Diagram ConceptItem0.tmp#id135 ConceptItem0.tmp#id136 ConceptItem0.tmp#id137 ConceptItem0.tmp#id138 ConceptItem0.tmp#id134
Type GeoCoordinatesType
Properties
content: complex
minOccurs: 0
Model ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
altitude xs:integer optional
The altitude in meters above the zero elevation of the reference system (sea level).
gpsdatum xs:string optional
The GPS datum associated with the measure.
latitude xs:decimal required
The latitude in decimal degrees.
longitude xs:decimal required
The longitude in decimal degrees.
Source
<xs:element name="position" type="GeoCoordinatesType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The coordinates of the location</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element POIDetails/openHours
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Opening hours of the point of interest expressed in natural language
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id9 ConceptItem0.tmp#id13 ConceptItem0.tmp#id8
Type LabelType
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/'
dir restriction of xs:string optional
The directionality of textual content.
role QCodeType optional
A refinement of the semantics of the label.
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="openHours" type="LabelType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Opening hours of the point of interest expressed in natural language</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element POIDetails/capacity
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Total capacity of the point of interest expressed in natural language
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id9 ConceptItem0.tmp#id13 ConceptItem0.tmp#id8
Type LabelType
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/'
dir restriction of xs:string optional
The directionality of textual content.
role QCodeType optional
A refinement of the semantics of the label.
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="capacity" type="LabelType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Total capacity of the point of interest expressed in natural language</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element POIDetails/contactInfo
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Information how to contact the point of interest.
Diagram
Diagram ConceptItem0.tmp#id126 ConceptItem0.tmp#id111 ConceptItem0.tmp#id114 ConceptItem0.tmp#id115 ConceptItem0.tmp#id116 ConceptItem0.tmp#id117 ConceptItem0.tmp#id119 ConceptItem0.tmp#id97 ConceptItem0.tmp#id110
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>Information how to contact the point of interest.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element POIDetails/access
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Ways to access the place of the point of  interest, including directions.
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id35 ConceptItem0.tmp#id34 ConceptItem0.tmp#id33
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
<access dir="" xml:lang="" role="">
  <br>{1,1}</br>
</access>
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="access" type="BlockType">
  <xs:annotation>
    <xs:documentation>Ways to access the place of the point of interest, including directions.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element POIDetails/details
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Detailed information about the location of the point of interest.
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id35 ConceptItem0.tmp#id34 ConceptItem0.tmp#id33
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
<details dir="" xml:lang="" role="">
  <br>{1,1}</br>
</details>
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="details" type="BlockType">
  <xs:annotation>
    <xs:documentation>Detailed information about the location of the point of interest.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element RecurrenceGroup/rDate
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Explicit dates of recurrence.
Diagram
Diagram ConceptItem0.tmp#id93 ConceptItem0.tmp#id157
Type DateOptTimePropType
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/'
Source
<xs:element name="rDate" type="DateOptTimePropType">
  <xs:annotation>
    <xs:documentation>Explicit dates of recurrence.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element RecurrenceGroup/rRule
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Rule for recurrence.
Diagram
Diagram ConceptItem0.tmp#id159
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/'
byday restriction of ByDayListType optional
The BYDAY rule part specifies a space separated list of days of the week
byhour restriction of ByHourListType optional
The BYHOUR rule part specifies space separated list of hours of the day.
byminute restriction of ByMinuteListType optional
The BYMINUTE rule part specifies a space separated list of minutes within an hour.
bymonth restriction of ByMonthListType optional
The BYMONTH rule part specifies a space separated list of months of the year.
bymonthday restriction of ByMonthDayListType optional
The BYMONTHDAY rule part specifies a space separated list of days of the month.
bysecond restriction of BySecondListType optional
The BYSECOND rule part specifies a space separated list of seconds within a minute
bysetpos restriction of BySetposListType optional
The BYSETPOS rule part specifies a space separated list of values which corresponds to the nth occurrence
   within the set of events specified by the rule.
byweekno restriction of ByWeekNoListType optional
The BYWEEKNO rule part specifies a space separated list of ordinals specifying weeks of the year.
byyearday restriction of ByYearDayListType optional
The BYYEARDAY rule part specifies a  space separated list of days of the year.
count xs:positiveInteger optional
The COUNT rule part defines the number of occurrences at which to range-bound the recurrence.
freq restriction of xs:string required
The FREQ rule part identifies the type of recurrence rule.
interval xs:positiveInteger optional
The INTERVAL rule part contains a positive integer representing how often the recurrence rule repeats.
until DateOptTimeType optional
The UNTIL rule part defines a date-time value which bounds the recurrence rule in an inclusive manner.
wkst restriction of xs:string optional
The WKST rule part specifies the day on which the workweek starts.
Source
<xs:element name="rRule">
  <xs:annotation>
    <xs:documentation>Rule for recurrence.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="recurrenceRuleAttributes"/>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element RecurrenceGroup/exDate
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Explicit dates to be excluded from any recurrence.
Diagram
Diagram ConceptItem0.tmp#id93 ConceptItem0.tmp#id157
Type DateOptTimePropType
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/'
Source
<xs:element name="exDate" type="DateOptTimePropType">
  <xs:annotation>
    <xs:documentation>Explicit dates to be excluded from any recurrence.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element RecurrenceGroup/exRule
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Rule for dates to be excluded from recurrence.
Diagram
Diagram ConceptItem0.tmp#id159
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/'
byday restriction of ByDayListType optional
The BYDAY rule part specifies a space separated list of days of the week
byhour restriction of ByHourListType optional
The BYHOUR rule part specifies space separated list of hours of the day.
byminute restriction of ByMinuteListType optional
The BYMINUTE rule part specifies a space separated list of minutes within an hour.
bymonth restriction of ByMonthListType optional
The BYMONTH rule part specifies a space separated list of months of the year.
bymonthday restriction of ByMonthDayListType optional
The BYMONTHDAY rule part specifies a space separated list of days of the month.
bysecond restriction of BySecondListType optional
The BYSECOND rule part specifies a space separated list of seconds within a minute
bysetpos restriction of BySetposListType optional
The BYSETPOS rule part specifies a space separated list of values which corresponds to the nth occurrence
   within the set of events specified by the rule.
byweekno restriction of ByWeekNoListType optional
The BYWEEKNO rule part specifies a space separated list of ordinals specifying weeks of the year.
byyearday restriction of ByYearDayListType optional
The BYYEARDAY rule part specifies a  space separated list of days of the year.
count xs:positiveInteger optional
The COUNT rule part defines the number of occurrences at which to range-bound the recurrence.
freq restriction of xs:string required
The FREQ rule part identifies the type of recurrence rule.
interval xs:positiveInteger optional
The INTERVAL rule part contains a positive integer representing how often the recurrence rule repeats.
until DateOptTimeType optional
The UNTIL rule part defines a date-time value which bounds the recurrence rule in an inclusive manner.
wkst restriction of xs:string optional
The WKST rule part specifies the day on which the workweek starts.
Source
<xs:element name="exRule">
  <xs:annotation>
    <xs:documentation>Rule for dates to be excluded from recurrence.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="recurrenceRuleAttributes"/>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element language
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A language used by the news content
Diagram
Diagram ConceptItem0.tmp#id197 ConceptItem0.tmp#id196
Properties
content: complex
Used by
Element eventDetails
Element Group DescriptiveMetadataGroup
Model name*
Children name
Instance
<language tag="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</language>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
tag xs:language required
The language tag. Values must be valid BCP 47 language tags
Source
<xs:element name="language">
  <xs:annotation>
    <xs:documentation>A language used by the news content</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="name" type="IntlStringType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A name for a concept assigned as property value.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="tag" type="xs:language" use="required">
      <xs:annotation>
        <!-- v1.2 : modification of the definition-->
        <xs:documentation>The language tag. Values must be valid BCP 47 language tags</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element language/name
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A name for a concept assigned as property value.
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id9
Type IntlStringType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
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:element name="name" type="IntlStringType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A name for a concept assigned as property value.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element genre
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A nature, intellectual or journalistic form of the content
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
Used by
Element Group DescriptiveMetadataGroup
Model name*
Children name
Instance
<genre literal="" qcode="" type="">
  <name dir="" xml:lang="">{0,unbounded}</name>
</genre>
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="genre" type="FlexPropType">
  <xs:annotation>
    <xs:documentation>A nature, intellectual or journalistic form of the content</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element subject
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An important topic of the content; what the content is about
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26 ConceptItem0.tmp#id25
Type FlexPropType
Properties
content: complex
Used by
Element Group DescriptiveMetadataGroup
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>An important topic of the content; what the content is about</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element slugline
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A sequence of tokens associated with the content. The interpretation is provider specific
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id9 ConceptItem0.tmp#id210
Type extension of IntlStringType
Type hierarchy
Properties
content: complex
Used by
Element Group DescriptiveMetadataGroup
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.
separator xs:string optional
The character string acting as a separator between the tokens in the slugline.
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="slugline">
  <xs:annotation>
    <xs:documentation>A sequence of tokens associated with the content. The interpretation is provider specific</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="IntlStringType">
        <xs:attribute name="separator" type="xs:string">
          <xs:annotation>
            <xs:documentation>The character string acting as a separator between the tokens in the slugline.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element headline
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A brief and snappy introduction to the news content, designed to catch the reader's attention
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id9 ConceptItem0.tmp#id13 ConceptItem0.tmp#id8
Type LabelType
Type hierarchy
Properties
content: complex
Used by
Element Group DescriptiveMetadataGroup
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 label.
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="headline" type="LabelType">
  <xs:annotation>
    <xs:documentation>A brief and snappy introduction to the news content, designed to catch the reader's attention</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element dateline
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A natural-language statement of the date and/or place of creation of the content
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id9 ConceptItem0.tmp#id13 ConceptItem0.tmp#id8
Type LabelType
Type hierarchy
Properties
content: complex
Used by
Element Group DescriptiveMetadataGroup
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 label.
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="dateline" type="LabelType">
  <xs:annotation>
    <xs:documentation>A natural-language statement of the date and/or place of creation of the content</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element by
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A natural-language statement about the creator (author, photographer etc.) of the content
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id9 ConceptItem0.tmp#id13 ConceptItem0.tmp#id8
Type LabelType
Type hierarchy
Properties
content: complex
Used by
Element Group DescriptiveMetadataGroup
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 label.
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="by" type="LabelType">
  <xs:annotation>
    <xs:documentation>A natural-language statement about the creator (author, photographer etc.) of the content</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element creditline
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A free-form expression of the credit(s) for the content
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id9
Type IntlStringType
Properties
content: complex
Used by
Element Group DescriptiveMetadataGroup
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:element name="creditline" type="IntlStringType">
  <xs:annotation>
    <xs:documentation>A free-form expression of the credit(s) for the content</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element description
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A free-form textual description of the content of the item
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id35 ConceptItem0.tmp#id34 ConceptItem0.tmp#id33
Type BlockType
Properties
content: complex
mixed: true
Used by
Element Group DescriptiveMetadataGroup
Model br | ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children br
Instance
<description dir="" xml:lang="" role="">
  <br>{1,1}</br>
</description>
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="description" type="BlockType">
  <xs:annotation>
    <xs:documentation>A free-form textual description of the content of the item</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element created
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The date (and optionally the time) on which the resource was created.
Diagram
Diagram ConceptItem0.tmp#id80 ConceptItem0.tmp#id79
Type TruncatedDateTimePropType
Type hierarchy
Properties
content: complex
Used by
Element objectDetails
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="created" type="TruncatedDateTimePropType">
  <xs:annotation>
    <xs:documentation>The date (and optionally the time) on which the resource was created.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element concept
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A set of properties defining a concept
Diagram
Diagram ConceptItem0.tmp#id218 ConceptItem0.tmp#id219 ConceptItem0.tmp#id26 ConceptItem0.tmp#id96 ConceptItem0.tmp#id97 ConceptItem0.tmp#id98 ConceptItem0.tmp#id101 ConceptItem0.tmp#id102 ConceptItem0.tmp#id103 ConceptItem0.tmp#id104 ConceptItem0.tmp#id100 ConceptItem0.tmp#id105 ConceptItem0.tmp#id127 ConceptItem0.tmp#id132 ConceptItem0.tmp#id139 ConceptItem0.tmp#id221 ConceptItem0.tmp#id220
Properties
content: complex
Model conceptId , type{0,1} , name+ , (definition | note | facet) , (sameAs | broader | narrower | related) , (personDetails | organisationDetails | geoAreaDetails | POIDetails | objectDetails) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children POIDetails, broader, conceptId, definition, facet, geoAreaDetails, name, narrower, note, objectDetails, organisationDetails, personDetails, related, sameAs, type
Instance
<concept>
  <conceptId created="" qcode="" retired="">{1,1}</conceptId>
  <type qcode="">{0,1}</type>
  <name dir="" xml:lang="">{1,unbounded}</name>
</concept>
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="concept">
  <xs:annotation>
    <xs:documentation>A set of properties defining a concept</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <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"/>
      <xs:group ref="EntityDetailsGroup" minOccurs="0"/>
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element concept/conceptId
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The preferred unambiguous identifier for the concept.
Diagram
Diagram ConceptItem0.tmp#id91 ConceptItem0.tmp#id92 ConceptItem0.tmp#id94 ConceptItem0.tmp#id90
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/NAR_1.3-spec-Framework-Core.xsd
Element concept/type
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The nature of the concept.
Diagram
Diagram ConceptItem0.tmp#id43 ConceptItem0.tmp#id42 ConceptItem0.tmp#id26 ConceptItem0.tmp#id41
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/NAR_1.3-spec-Framework-Core.xsd
Element objectDetails
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A group of properties specific to an object
Diagram
Diagram ConceptItem0.tmp#id216 ConceptItem0.tmp#id32 ConceptItem0.tmp#id84
Properties
content: complex
Used by
Element Group EntityDetailsGroup
Model created{0,1} , (copyrightNotice | creator) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children copyrightNotice, created, creator
Instance
<objectDetails>
  <created>{0,1}</created>
</objectDetails>
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="objectDetails">
  <xs:annotation>
    <xs:documentation>A group of properties specific to an object</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="created" minOccurs="0"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="copyrightNotice"/>
        <xs:element ref="creator"/>
      </xs:choice>
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type AnyItemType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An abstract class. All G2 items are inherited from this class.
Diagram
Diagram ConceptItem0.tmp#id67 ConceptItem0.tmp#id68 ConceptItem0.tmp#id69 ConceptItem0.tmp#id70 ConceptItem0.tmp#id71 ConceptItem0.tmp#id10 ConceptItem0.tmp#id6 ConceptItem0.tmp#id17 ConceptItem0.tmp#id22 ConceptItem0.tmp#id37
Properties
abstract: true
block: restriction
Used by
Element conceptItem
Model (catalogRef | catalog) , rightsInfo{0,1} , itemMeta
Children catalog, catalogRef, itemMeta, rightsInfo
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
conformance xs:string core optional
The conformance level with which the Item is conformant.
dir restriction of xs:string optional
The directionality of textual content.
guid xs:string required
The persistent, universally unique identifier common for all versions of the Item.
standard xs:string required
The IPTC standard with which the Item is conformant.
standardversion restriction of xs:string required
The major-minor version of the IPTC standard with which the Item is conformant.
version xs:positiveInteger 1 optional
The version of the Item.
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="AnyItemType" abstract="true" block="restriction">
  <xs:annotation>
    <xs:documentation>An abstract class. All G2 items are inherited from this class.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="catalogRef">
        <xs:annotation>
          <xs:documentation>A reference to a remote catalog. A hyperlink to a set of scheme alias declarations.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="title" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>A short natural language name for the catalog.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
          <xs:attribute name="href" type="IRIType" use="required">
            <xs:annotation>
              <xs:documentation>A hyperlink to a remote Catalog.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
          <xs:anyAttribute namespace="##other" processContents="lax">
            <xs:annotation>
              <xs:documentation>Any other attributes from other namespaces.</xs:documentation>
            </xs:annotation>
          </xs:anyAttribute>
        </xs:complexType>
      </xs:element>
      <xs:element ref="catalog"/>
    </xs:choice>
    <xs:element name="rightsInfo" type="RightsInfoType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Expression of rights to be applied to content</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="itemMeta" type="ItemMetadataType">
      <xs:annotation>
        <xs:documentation>A set of properties directly associated with the Item</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="standard" type="xs:string" use="required">
    <xs:annotation>
      <xs:documentation>The IPTC standard with which the Item is conformant.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="standardversion" use="required">
    <xs:annotation>
      <xs:documentation>The major-minor version of the IPTC standard with which the Item is conformant.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:pattern value="[0-9]+\.[0-9]+"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="conformance" type="xs:string" default="core">
    <xs:annotation>
      <xs:documentation>The conformance level with which the Item is conformant.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="guid" type="xs:string" use="required">
    <xs:annotation>
      <xs:documentation>The persistent, universally unique identifier common for all versions of the Item.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="version" type="xs:positiveInteger" default="1">
    <xs:annotation>
      <xs:documentation>The version of the Item.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="i18nAttributes"/>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
  <!-- rev3 : schema renamed standardversion -->
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type LabelType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The CCL-type for information about the content as natural language string with minimal markup
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id9 ConceptItem0.tmp#id13
Type extension of IntlStringType
Type hierarchy
Used by
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 label.
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="LabelType">
  <xs:annotation>
    <xs:documentation>The CCL-type for information about the content as natural language string with minimal markup</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="IntlStringType">
      <xs:attribute name="role" type="QCodeType">
        <xs:annotation>
          <xs:documentation>A refinement of the semantics of the label.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type IntlStringType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for an internationalized string, where the language and directionality in which the information is writte are indirected
Diagram
Diagram ConceptItem0.tmp#id10
Type extension of xs:normalizedString
Used by
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="IntlStringType">
  <xs:annotation>
    <xs:documentation>The type for an internationalized string, where the language and directionality in which the information is writte are indirected</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:normalizedString">
      <xs:attributeGroup ref="i18nAttributes"/>
      <xs:anyAttribute namespace="##other" processContents="lax"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Simple Type QCodeType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type of a qualified code, i.e. a scheme alias, followed by a colon (“:”), followed by a code. A string of this type cannot contain white space characters. The code may contain colons.
The Backus Naur Form (BNF) expression for this is:
<qcode> ::= <scheme> ":" <code>
<scheme> is a string containing any character except white space or the ':' character, required <code> is a string containing any character except white space, required
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [^\s:]+:[^\s]+
Used by
Source
<xs:simpleType name="QCodeType">
  <xs:annotation>
    <xs:documentation>The type of a qualified code, i.e. a scheme alias, followed by a colon (“:”), followed by a code. A string of this type cannot contain white space characters. The code may contain colons.</xs:documentation>
    <xs:documentation>The Backus Naur Form (BNF) expression for this is: <qcode> ::= <scheme> ":" <code> <scheme> is a string containing any character except white space or the ':' character, required <code> is a string containing any character except white space, required</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="[^\s:]+:[^\s]+"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Simple Type IRIType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type of an Internationalized Resource Identifier Reference, as defined in RFC 3987. Identical to xs : anyURI.
Diagram
Diagram
Type xs:anyURI
Used by
Source
<xs:simpleType name="IRIType">
  <xs:annotation>
    <xs:documentation>The type of an Internationalized Resource Identifier Reference, as defined in RFC 3987. Identical to xs : anyURI.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:anyURI"/>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type RightsInfoType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for a set of properties representing the rights associated with the Item (Type defined in this XML Schema only)
Diagram
Diagram ConceptItem0.tmp#id24 ConceptItem0.tmp#id31 ConceptItem0.tmp#id32 ConceptItem0.tmp#id36
Used by
Model accountable{0,1} , copyrightHolder{0,1} , (copyrightNotice | usageTerms) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children accountable, copyrightHolder, copyrightNotice, usageTerms
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="RightsInfoType">
  <xs:annotation>
    <xs:documentation>The type for a set of properties representing the rights associated with the Item (Type defined in this XML Schema only)</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="accountable" minOccurs="0"/>
    <xs:element ref="copyrightHolder" minOccurs="0"/>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="copyrightNotice"/>
      <xs:element ref="usageTerms"/>
    </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/NAR_1.3-spec-Framework-Core.xsd
Complex Type FlexPropType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Flexible generic type for both controlled and uncontrolled values
Diagram
Diagram ConceptItem0.tmp#id27 ConceptItem0.tmp#id26
Used by
Model name*
Children name
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:complexType name="FlexPropType">
  <xs:annotation>
    <xs:documentation>Flexible generic type for both controlled and uncontrolled values</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="name" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attributeGroup ref="flexAttributes"/>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type BlockType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for nformation about the content as natural language string with minimal markup and line breaks
Diagram
Diagram ConceptItem0.tmp#id10 ConceptItem0.tmp#id35 ConceptItem0.tmp#id34
Properties
mixed: true
Used by
Model br | ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children br
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:complexType name="BlockType" mixed="true">
  <xs:annotation>
    <xs:documentation>The type for nformation about the content as natural language string with minimal markup and line breaks</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element ref="br"/>
    <xs:any namespace="##other" processContents="lax"/>
  </xs:choice>
  <xs:attributeGroup ref="i18nAttributes"/>
  <xs:attribute name="role" type="QCodeType">
    <xs:annotation>
      <xs:documentation>A refinement of the semantics of the block.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type ItemMetadataType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for a set of properties directly associated with the item (Type defined in this XML Schema only)
Diagram
Diagram ConceptItem0.tmp#id40 ConceptItem0.tmp#id44 ConceptItem0.tmp#id45 ConceptItem0.tmp#id47 ConceptItem0.tmp#id48 ConceptItem0.tmp#id49 ConceptItem0.tmp#id50 ConceptItem0.tmp#id51 ConceptItem0.tmp#id52 ConceptItem0.tmp#id7 ConceptItem0.tmp#id53 ConceptItem0.tmp#id39 ConceptItem0.tmp#id54
Used by
Model itemClass , provider , versionCreated , firstCreated{0,1} , embargoed{0,1} , pubStatus{0,1} , role{0,1} , fileName{0,1} , service* , title* , edNote* , link* , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children edNote, embargoed, fileName, firstCreated, itemClass, link, provider, pubStatus, role, service, title, versionCreated
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="ItemMetadataType">
  <xs:annotation>
    <xs:documentation>The type for a set of properties directly associated with the item (Type defined in this XML Schema only)</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:group ref="ItemManagementGroup"/>
    <xs:element name="link" type="LinkType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A link from the current Item to a target Item or Web resource</xs:documentation>
      </xs:annotation>
    </xs:element>
    <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/NAR_1.3-spec-Framework-Core.xsd
Complex Type QualPropType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Type type for a property with a  QCode value in a qcode attribute and optional names
Diagram
Diagram ConceptItem0.tmp#id43 ConceptItem0.tmp#id42 ConceptItem0.tmp#id26
Type extension of QCodePropType
Type hierarchy
Used by
Model name*
Children name
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:complexType name="QualPropType">
  <xs:annotation>
    <xs:documentation>Type type for a property with a QCode value in a qcode attribute and optional names</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="QCodePropType">
      <xs:sequence>
        <!-- NAR1.1 rev3 : use newly defined global name -->
        <xs:element ref="name" minOccurs="0" maxOccurs="unbounded"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type QCodePropType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for a property with a QCode value in a qcode attribute
Diagram
Diagram ConceptItem0.tmp#id43
Used by
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:complexType name="QCodePropType">
  <xs:annotation>
    <xs:documentation>The type for a property with a QCode value in a qcode attribute</xs:documentation>
  </xs:annotation>
  <xs:attribute name="qcode" type="QCodeType" use="required">
    <xs:annotation>
      <xs:documentation>A qualified code which identifies a concept.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type DateTimePropType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type of a property with date and time
Diagram
Diagram
Type extension of xs:dateTime
Used by
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="DateTimePropType">
  <xs:annotation>
    <xs:documentation>The type of a property with date and time</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:dateTime">
      <xs:anyAttribute namespace="##other" processContents="lax"/>
    </xs:extension>
    <!-- version 2: editAttributes added-->
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type LinkType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The CCL-type of a link from the current Item to a target Item or Web resource
Diagram
Diagram ConceptItem0.tmp#id56 ConceptItem0.tmp#id57 ConceptItem0.tmp#id64 ConceptItem0.tmp#id7
Used by
Model title*
Children title
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
contenttype xs:string optional
The IANA (Internet Assigned Numbers Authority) MIME type of the target resource.
format QCodeType optional
A refinement of a generic content type (i.e. IANA MIME type)
guidref xs:string optional
The use of this attribute is DEPRECATED, use @residref instead. (was: The globally unique Identifier of the target Item.)
href IRIType optional
The locator of the target resource.
hreftype xs:string optional
The use of this attribute is DEPRECATED, use @contenttype instead. (was: An IANA MIME type.)
rel QCodeType optional
The identifier of the relationship between the current Item and the target resource.
residref xs:string optional
The  provider’s identifier of the target resource.
size xs:nonNegativeInteger optional
The size in bytes of the target resource.
version xs:positiveInteger optional
The version of the target resource. By default, the latest revision is retrieved when the link is activated.
Source
<xs:complexType name="LinkType">
  <xs:annotation>
    <xs:documentation>The CCL-type of a link from the current Item to a target Item or Web resource</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="title" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A short natural language name describing the link and displayed to the users.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="rel" type="QCodeType">
    <xs:annotation>
      <xs:documentation>The identifier of the relationship between the current Item and the target resource.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="targetResourceAttributes"/>
  <xs:attributeGroup ref="deprecatedLinkAttributes"/>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
  <!-- NAR v1.2 : guidref deprecated.-->
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type ContentMetadataType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for a  basic set of metadata properties about the content
Diagram
Diagram ConceptItem0.tmp#id74 ConceptItem0.tmp#id76 ConceptItem0.tmp#id78 ConceptItem0.tmp#id81 ConceptItem0.tmp#id82 ConceptItem0.tmp#id83 ConceptItem0.tmp#id84 ConceptItem0.tmp#id85 ConceptItem0.tmp#id86 ConceptItem0.tmp#id75
Used by
Model icon{0,1} , urgency{0,1} , contentCreated{0,1} , contentModified{0,1} , (located | infoSource | creator | contributor | audience) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children audience, contentCreated, contentModified, contributor, creator, icon, infoSource, located, urgency
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="ContentMetadataType">
  <xs:annotation>
    <xs:documentation>The type for a basic set of metadata properties about the content</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="icon" minOccurs="0"/>
    <xs:group ref="AdministrativeMetadataGroup"/>
    <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/NAR_1.3-spec-Framework-Core.xsd
Simple Type Int1to9Type
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type of an integer in the range 1...9.
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 9
minInclusive 1
Used by
Element urgency
Source
<xs:simpleType name="Int1to9Type">
  <xs:annotation>
    <xs:documentation>The type of an integer in the range 1...9.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="1"/>
    <xs:maxInclusive value="9"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type TruncatedDateTimePropType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type of a calendar date with an optional time part which may be truncated from the seconds part to the month part
Diagram
Diagram ConceptItem0.tmp#id80
Type extension of TruncatedDateTimeType
Type hierarchy
Used by
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="TruncatedDateTimePropType">
  <xs:annotation>
    <xs:documentation>The type of a calendar date with an optional time part which may be truncated from the seconds part to the month part</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="TruncatedDateTimeType">
      <xs:anyAttribute namespace="##other" processContents="lax"/>
    </xs:extension>
    <!-- version 2: editAttributes added-->
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Simple Type TruncatedDateTimeType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type of a calendar date with an optional time part which may be truncated from the second part to the month part
Diagram
Diagram
Type union of(xs:date, xs:dateTime, xs:gYearMonth, xs:gYear)
Used by
Source
<xs:simpleType name="TruncatedDateTimeType">
  <xs:annotation>
    <xs:documentation>The type of a calendar date with an optional time part which may be truncated from the second part to the month part</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="xs:date xs:dateTime xs:gYearMonth xs:gYear"/>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type ConceptIdType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for a preferred unambiguous identifier for the concept.
Diagram
Diagram ConceptItem0.tmp#id91 ConceptItem0.tmp#id92 ConceptItem0.tmp#id94
Used by
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:complexType name="ConceptIdType">
  <xs:annotation>
    <xs:documentation>The type for a preferred unambiguous identifier for the concept.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="qcode" type="QCodeType" use="required"/>
  <xs:attribute name="created" type="DateOptTimeType">
    <xs:annotation>
      <xs:documentation>The date (and, optionally, the time) when the concept identifier was created.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="retired" type="DateOptTimeType">
    <xs:annotation>
      <xs:documentation>The date (and, optionally, the time) after which the concept identifier should not be applied as the value of a property anymore.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Simple Type DateOptTimeType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type of a date (required) and a time (optional).
Diagram
Diagram
Type union of(xs:date, xs:dateTime)
Used by
Source
<xs:simpleType name="DateOptTimeType">
  <xs:annotation>
    <xs:documentation>The type of a date (required) and a time (optional).</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="xs:date xs:dateTime"/>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type ContactInfoType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for information to get in contact with a party (Type defined in this XML Schema only)
Diagram
Diagram ConceptItem0.tmp#id126 ConceptItem0.tmp#id111 ConceptItem0.tmp#id114 ConceptItem0.tmp#id115 ConceptItem0.tmp#id116 ConceptItem0.tmp#id117 ConceptItem0.tmp#id119 ConceptItem0.tmp#id97
Used by
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
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:complexType name="ContactInfoType">
  <xs:annotation>
    <xs:documentation>The type for information to get in contact with a party (Type defined in this XML Schema only)</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="email" type="ElectronicAddressType">
        <xs:annotation>
          <xs:documentation>An email address.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="im" type="ElectronicAddressType">
        <xs:annotation>
          <xs:documentation>An instant messaging address.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="phone" type="ElectronicAddressType">
        <xs:annotation>
          <xs:documentation>A phone number, preferred in an international format.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="fax" type="ElectronicAddressType">
        <xs:annotation>
          <xs:documentation>A fax number, preferred in an international format.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="web">
        <xs:annotation>
          <xs:documentation>A web address.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="IRIType">
              <xs:attribute name="role" type="QCodeType">
                <xs:annotation>
                  <xs:documentation>A refinement of the semantics of the web address.</xs:documentation>
                </xs:annotation>
              </xs:attribute>
              <xs:anyAttribute namespace="##other" processContents="lax"/>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="address">
        <xs:annotation>
          <xs:documentation>A postal address.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="line" type="IntlStringType" minOccurs="0" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>A line of address information, in the format expected by a recipient postal service. City, country area, country and postal code are expressed separately.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="locality" type="FlexPropType" minOccurs="0">
              <xs:annotation>
                <xs:documentation>A city/town/village etc. part of the address.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="area" type="FlexPropType" minOccurs="0">
              <xs:annotation>
                <xs:documentation>A subdivision of a country part of the address.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="country" type="FlexPropType" minOccurs="0">
              <xs:annotation>
                <xs:documentation>A country part of the address.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="postalCode" type="IntlStringType" minOccurs="0">
              <xs:annotation>
                <xs:documentation>A postal code part of the address.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
          <xs:attribute name="role" type="QCodeType">
            <xs:annotation>
              <xs:documentation>A refinement of the semantics of the postal address.</xs:documentation>
            </xs:annotation>
          </xs:attribute>
          <xs:anyAttribute namespace="##other" processContents="lax"/>
        </xs:complexType>
      </xs:element>
      <!-- EV-NAR-1.3.1: Add note to contactInfo-->
      <xs:element ref="note">
        <xs:annotation>
          <xs:documentation>Additional natural language information.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="role" type="QCodeType">
    <xs:annotation>
      <xs:documentation>A refinement of the semantics of a contact information.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
  <!-- version 2: flag power deleted on role-->
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type ElectronicAddressType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for an electronic address
Diagram
Diagram ConceptItem0.tmp#id113
Type extension of xs:string
Used by
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 the electronic address.
Source
<xs:complexType name="ElectronicAddressType">
  <xs:annotation>
    <xs:documentation>The type for an electronic address</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="role" type="QCodeType">
        <xs:annotation>
          <xs:documentation>A refinement of the semantics of the electronic address.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:anyAttribute namespace="##other" processContents="lax"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type GeoCoordinatesType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for geographic coordinates (Type defined in this XML Schema only)
Diagram
Diagram ConceptItem0.tmp#id135 ConceptItem0.tmp#id136 ConceptItem0.tmp#id137 ConceptItem0.tmp#id138
Used by
Model ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
altitude xs:integer optional
The altitude in meters above the zero elevation of the reference system (sea level).
gpsdatum xs:string optional
The GPS datum associated with the measure.
latitude xs:decimal required
The latitude in decimal degrees.
longitude xs:decimal required
The longitude in decimal degrees.
Source
<xs:complexType name="GeoCoordinatesType">
  <xs:annotation>
    <xs:documentation>The type for geographic coordinates (Type defined in this XML Schema only)</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attribute name="latitude" type="xs:decimal" use="required">
    <xs:annotation>
      <xs:documentation>The latitude in decimal degrees.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="longitude" type="xs:decimal" use="required">
    <xs:annotation>
      <xs:documentation>The longitude in decimal degrees.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="altitude" type="xs:integer">
    <xs:annotation>
      <xs:documentation>The altitude in meters above the zero elevation of the reference system (sea level).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="gpsdatum" type="xs:string">
    <xs:annotation>
      <xs:documentation>The GPS datum associated with the measure.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type ApproximateDateTimePropType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type of a calendar date with an optional time part and with an optional approximation range for the date.
Diagram
Diagram ConceptItem0.tmp#id150 ConceptItem0.tmp#id151 ConceptItem0.tmp#id152
Type extension of UnionDateTimeType
Type hierarchy
Used by
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:complexType name="ApproximateDateTimePropType">
  <xs:annotation>
    <xs:documentation>The type of a calendar date with an optional time part and with an optional approximation range for the date.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="UnionDateTimeType">
      <xs:attribute name="approxstart" type="TruncatedDateTimeType" use="optional">
        <xs:annotation>
          <xs:documentation>The date (and optionally time) at which the approximation range begins.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="approxend" type="TruncatedDateTimeType" use="optional">
        <xs:annotation>
          <xs:documentation>The date (and optionally the time) at which the approximation range ends.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:anyAttribute namespace="##other" processContents="lax"/>
    </xs:extension>
    <!-- version 2: editAttributes added-->
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Simple Type UnionDateTimeType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The base type for approximate dates.
Diagram
Diagram
Type union of(xs:dateTime, xs:date, xs:gYearMonth, xs:gYear, xs:gMonth, xs:gMonthDay, xs:gDay)
Used by
Source
<xs:simpleType name="UnionDateTimeType">
  <xs:annotation>
    <xs:documentation>The base type for approximate dates.</xs:documentation>
  </xs:annotation>
  <xs:union memberTypes="xs:dateTime xs:date xs:gYearMonth xs:gYear xs:gMonth xs:gMonthDay xs:gDay"/>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type DateOptTimePropType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type of a property with a date (required) and a time (optional)
Diagram
Diagram ConceptItem0.tmp#id93
Type extension of DateOptTimeType
Type hierarchy
Used by
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="DateOptTimePropType">
  <xs:annotation>
    <xs:documentation>The type of a property with a date (required) and a time (optional)</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="DateOptTimeType">
      <xs:anyAttribute namespace="##other" processContents="lax"/>
    </xs:extension>
    <!-- version 2: editAttributes added-->
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Simple Type BySecondListType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for the BYSECOND rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt
Diagram
Diagram
Type list of restriction of xs:nonNegativeInteger
Used by
Source
<xs:simpleType name="BySecondListType">
  <xs:annotation>
    <xs:documentation>The type for the BYSECOND rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt</xs:documentation>
  </xs:annotation>
  <xs:list>
    <xs:simpleType>
      <xs:annotation>
        <xs:documentation>the datatype for a single token in BYSECOND of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt</xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:nonNegativeInteger">
        <xs:minInclusive value="0"/>
        <xs:maxInclusive value="59"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Simple Type ByMinuteListType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for the BYMINUTE rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt
Diagram
Diagram
Type list of restriction of xs:nonNegativeInteger
Used by
Source
<xs:simpleType name="ByMinuteListType">
  <xs:annotation>
    <xs:documentation>The type for the BYMINUTE rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt</xs:documentation>
  </xs:annotation>
  <xs:list>
    <xs:simpleType>
      <xs:annotation>
        <xs:documentation>The datatype for a single token in BYMINUTE of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt</xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:nonNegativeInteger">
        <xs:minInclusive value="0"/>
        <xs:maxInclusive value="59"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Simple Type ByHourListType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for the BYHOUR rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt
Diagram
Diagram
Type list of restriction of xs:nonNegativeInteger
Used by
Source
<xs:simpleType name="ByHourListType">
  <xs:annotation>
    <xs:documentation>The type for the BYHOUR rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt</xs:documentation>
  </xs:annotation>
  <xs:list>
    <xs:simpleType>
      <xs:annotation>
        <xs:documentation>The datatype for a single token in BYHOUR of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.</xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:nonNegativeInteger">
        <xs:minInclusive value="0"/>
        <xs:maxInclusive value="23"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Simple Type ByDayListType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for the BYDAY rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt
Diagram
Diagram
Type list of restriction of xs:string
Used by
Source
<xs:simpleType name="ByDayListType">
  <xs:annotation>
    <xs:documentation>The type for the BYDAY rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt</xs:documentation>
  </xs:annotation>
  <xs:list>
    <xs:simpleType>
      <xs:annotation>
        <xs:documentation>The datatype for a single token in BYDAY of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.</xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:string">
        <xs:pattern value="(\-|\+)?([0-9]){0,2}(MO|TU|WE|TH|FR|SA|SU)"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Simple Type ByMonthDayListType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for the BYMONTHDAY rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.
Diagram
Diagram
Type list of union of(restriction of xs:integer, restriction of xs:integer)
Used by
Source
<xs:simpleType name="ByMonthDayListType">
  <xs:annotation>
    <xs:documentation>The type for the BYMONTHDAY rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.</xs:documentation>
  </xs:annotation>
  <xs:list>
    <xs:simpleType>
      <xs:annotation>
        <xs:documentation>The datatype for a single token in BYMONTHDAY of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.</xs:documentation>
      </xs:annotation>
      <xs:union>
        <xs:simpleType>
          <xs:annotation>
            <xs:documentation>bymonthdayPosType</xs:documentation>
            <xs:documentation>Helper datatype for bymonthdayListType</xs:documentation>
          </xs:annotation>
          <xs:restriction base="xs:integer">
            <xs:minInclusive value="1"/>
            <xs:maxInclusive value="31"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:annotation>
            <xs:documentation>bymonthdayNegType</xs:documentation>
            <xs:documentation>Helper datatype for bymonthdayListType</xs:documentation>
          </xs:annotation>
          <xs:restriction base="xs:integer">
            <xs:minInclusive value="-31"/>
            <xs:maxInclusive value="-1"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Simple Type ByMonthListType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for the BYMONTH rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.
Diagram
Diagram
Type list of restriction of xs:nonNegativeInteger
Used by
Source
<xs:simpleType name="ByMonthListType">
  <xs:annotation>
    <xs:documentation>The type for the BYMONTH rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.</xs:documentation>
  </xs:annotation>
  <xs:list>
    <xs:simpleType>
      <xs:annotation>
        <xs:documentation>The datatype for a single token in BYMONTH of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.</xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:nonNegativeInteger">
        <xs:minInclusive value="1"/>
        <xs:maxInclusive value="12"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Simple Type ByYearDayListType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for the BYYEARDAY rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt
Diagram
Diagram
Type list of union of(restriction of xs:integer, restriction of xs:integer)
Used by
Source
<xs:simpleType name="ByYearDayListType">
  <xs:annotation>
    <xs:documentation>The type for the BYYEARDAY rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt</xs:documentation>
  </xs:annotation>
  <xs:list>
    <xs:simpleType>
      <xs:annotation>
        <xs:documentation>The datatype for a single token in BYYEARDAYof iCalendar - see http://www.ietf.org/rfc/rfc2445.txt</xs:documentation>
      </xs:annotation>
      <xs:union>
        <xs:simpleType>
          <xs:restriction base="xs:integer">
            <xs:minInclusive value="1"/>
            <xs:maxInclusive value="366"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:integer">
            <xs:minInclusive value="-366"/>
            <xs:maxInclusive value="-1"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Simple Type ByWeekNoListType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for the BYWEEKNO rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.
Diagram
Diagram
Type list of union of(restriction of xs:integer, restriction of xs:integer)
Used by
Source
<xs:simpleType name="ByWeekNoListType">
  <xs:annotation>
    <xs:documentation>The type for the BYWEEKNO rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.</xs:documentation>
  </xs:annotation>
  <xs:list>
    <xs:simpleType>
      <xs:annotation>
        <xs:documentation>The datatype for a single token in BYWEEKNO of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.</xs:documentation>
      </xs:annotation>
      <xs:union>
        <xs:simpleType>
          <xs:restriction base="xs:integer">
            <xs:minInclusive value="1"/>
            <xs:maxInclusive value="53"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:integer">
            <xs:minInclusive value="-53"/>
            <xs:maxInclusive value="-1"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Simple Type BySetposListType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for the BYSETPOS rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.
Diagram
Diagram
Type list of union of(restriction of xs:integer, restriction of xs:integer)
Used by
Source
<xs:simpleType name="BySetposListType">
  <xs:annotation>
    <xs:documentation>The type for the BYSETPOS rule part of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.</xs:documentation>
  </xs:annotation>
  <xs:list>
    <xs:simpleType>
      <xs:annotation>
        <xs:documentation>The datatype for a single token in BYSETPOS of iCalendar - see http://www.ietf.org/rfc/rfc2445.txt.</xs:documentation>
      </xs:annotation>
      <xs:union>
        <xs:simpleType>
          <xs:restriction base="xs:integer">
            <xs:minInclusive value="1"/>
            <xs:maxInclusive value="366"/>
          </xs:restriction>
        </xs:simpleType>
        <xs:simpleType>
          <xs:restriction base="xs:integer">
            <xs:minInclusive value="-366"/>
            <xs:maxInclusive value="-1"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:union>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Simple Type Int100Type
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type of an integer in the range 0...100.
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 100
minInclusive 0
Source
<xs:simpleType name="Int100Type">
  <xs:annotation>
    <xs:documentation>The type of an integer in the range 0...100.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="100"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Complex Type TypedQualPropType
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The type for a property with a QCode, a type and optional names
Diagram
Diagram ConceptItem0.tmp#id43 ConceptItem0.tmp#id42 ConceptItem0.tmp#id26 ConceptItem0.tmp#id41 ConceptItem0.tmp#id224
Type extension of QualPropType
Type hierarchy
Model name*
Children name
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.
type QCodeType optional
The type of the concept assigned as property value.
Source
<xs:complexType name="TypedQualPropType">
  <xs:annotation>
    <xs:documentation>The type for a property with a QCode, a type and optional names</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="QualPropType">
      <xs:attribute name="type" type="QCodeType">
        <xs:annotation>
          <xs:documentation>The type of the concept assigned as property value.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute i18nAttributes/@dir
Namespace No namespace
Annotations
The directionality of textual content.
Type restriction of xs:string
Properties
content: simple
Facets
enumeration ltr, rtl
Used by
Attribute Group i18nAttributes
Source
<xs:attribute name="dir">
  <xs:annotation>
    <xs:documentation>The directionality of textual content.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="ltr"/>
      <xs:enumeration value="rtl"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute LabelType/@role
Namespace No namespace
Annotations
A refinement of the semantics of the label.
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Complex Type LabelType
Source
<xs:attribute name="role" type="QCodeType">
  <xs:annotation>
    <xs:documentation>A refinement of the semantics of the label.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute catalogRef/AnyItemType/@href
Namespace No namespace
Annotations
A hyperlink to a remote Catalog.
Type IRIType
Properties
use: required
Used by
Source
<xs:attribute name="href" type="IRIType" use="required">
  <xs:annotation>
    <xs:documentation>A hyperlink to a remote Catalog.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute scheme/catalog/@alias
Namespace No namespace
Annotations
A short string used by the provider as a replacement for a scheme URI.
Type xs:NCName
Properties
use: required
Used by
Element catalog/scheme
Source
<xs:attribute name="alias" type="xs:NCName" use="required">
  <xs:annotation>
    <xs:documentation>A short string used by the provider as a replacement for a scheme URI.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute scheme/catalog/@uri
Namespace No namespace
Annotations
The URI which identifies the scheme.
Type IRIType
Properties
use: required
Used by
Element catalog/scheme
Source
<xs:attribute name="uri" type="IRIType" use="required">
  <xs:annotation>
    <xs:documentation>The URI which identifies the scheme.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute catalog/@additionalInfo
Namespace No namespace
Annotations
A pointer to some additional information about the Catalog, and especially its evolution and latest version.
Type IRIType
Properties
content: simple
Used by
Element catalog
Source
<xs:attribute name="additionalInfo" type="IRIType">
  <xs:annotation>
    <xs:documentation>A pointer to some additional information about the Catalog, and especially its evolution and latest version.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute flexAttributes/@qcode
Namespace No namespace
Annotations
A qualified code which identifies a concept.
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Attribute Group flexAttributes
Source
<xs:attribute name="qcode" type="QCodeType">
  <xs:annotation>
    <xs:documentation>A qualified code which identifies a concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute flexAttributes/@literal
Namespace No namespace
Annotations
A free-text value assigned as property value.
Type xs:normalizedString
Properties
content: simple
Used by
Attribute Group flexAttributes
Source
<xs:attribute name="literal" type="xs:normalizedString">
  <xs:annotation>
    <xs:documentation>A free-text value assigned as property value.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute flexAttributes/@type
Namespace No namespace
Annotations
The type of the concept assigned as controlled property value.
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Attribute Group flexAttributes
Source
<xs:attribute name="type" type="QCodeType">
  <xs:annotation>
    <xs:documentation>The type of the concept assigned as controlled property value.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute BlockType/@role
Namespace No namespace
Annotations
A refinement of the semantics of the block.
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Complex Type BlockType
Source
<xs:attribute name="role" type="QCodeType">
  <xs:annotation>
    <xs:documentation>A refinement of the semantics of the block.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute QCodePropType/@qcode
Namespace No namespace
Annotations
A qualified code which identifies a concept.
Type QCodeType
Properties
use: required
Facets
pattern [^\s:]+:[^\s]+
Used by
Complex Type QCodePropType
Source
<xs:attribute name="qcode" type="QCodeType" use="required">
  <xs:annotation>
    <xs:documentation>A qualified code which identifies a concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute LinkType/@rel
Namespace No namespace
Annotations
The identifier of the relationship between the current Item and the target resource.
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Complex Type LinkType
Source
<xs:attribute name="rel" type="QCodeType">
  <xs:annotation>
    <xs:documentation>The identifier of the relationship between the current Item and the target resource.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute targetResourceAttributes/@href
Namespace No namespace
Annotations
The locator of the target resource.
Type IRIType
Properties
content: simple
Used by
Attribute Group targetResourceAttributes
Source
<xs:attribute name="href" type="IRIType">
  <xs:annotation>
    <xs:documentation>The locator of the target resource.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute targetResourceAttributes/@residref
Namespace No namespace
Annotations
The  provider’s identifier of the target resource.
Type xs:string
Properties
content: simple
Used by
Attribute Group targetResourceAttributes
Source
<xs:attribute name="residref" type="xs:string">
  <xs:annotation>
    <xs:documentation>The provider’s identifier of the target resource.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute targetResourceAttributes/@version
Namespace No namespace
Annotations
The version of the target resource. By default, the latest revision is retrieved when the link is activated.
Type xs:positiveInteger
Properties
content: simple
Used by
Attribute Group targetResourceAttributes
Source
<xs:attribute name="version" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The version of the target resource. By default, the latest revision is retrieved when the link is activated.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute targetResourceAttributes/@contenttype
Namespace No namespace
Annotations
The IANA (Internet Assigned Numbers Authority) MIME type of the target resource.
Type xs:string
Properties
content: simple
Used by
Attribute Group targetResourceAttributes
Source
<xs:attribute name="contenttype" type="xs:string">
  <xs:annotation>
    <xs:documentation>The IANA (Internet Assigned Numbers Authority) MIME type of the target resource.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute targetResourceAttributes/@format
Namespace No namespace
Annotations
A refinement of a generic content type (i.e. IANA MIME type)
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Attribute Group targetResourceAttributes
Source
<xs:attribute name="format" type="QCodeType">
  <xs:annotation>
    <xs:documentation>A refinement of a generic content type (i.e. IANA MIME type)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute targetResourceAttributes/@size
Namespace No namespace
Annotations
The size in bytes of the target resource.
Type xs:nonNegativeInteger
Properties
content: simple
Used by
Attribute Group targetResourceAttributes
Source
<xs:attribute name="size" type="xs:nonNegativeInteger">
  <xs:annotation>
    <xs:documentation>The size in bytes of the target resource.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute deprecatedLinkAttributes/@guidref
Namespace No namespace
Annotations
The use of this attribute is DEPRECATED, use @residref instead. (was: The globally unique Identifier of the target Item.)
Type xs:string
Properties
content: simple
Used by
Attribute Group deprecatedLinkAttributes
Source
<xs:attribute name="guidref" type="xs:string">
  <xs:annotation>
    <xs:documentation>The use of this attribute is DEPRECATED, use @residref instead. (was: The globally unique Identifier of the target Item.)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute deprecatedLinkAttributes/@hreftype
Namespace No namespace
Annotations
The use of this attribute is DEPRECATED, use @contenttype instead. (was: An IANA MIME type.)
Type xs:string
Properties
content: simple
Used by
Attribute Group deprecatedLinkAttributes
Source
<xs:attribute name="hreftype" type="xs:string">
  <xs:annotation>
    <xs:documentation>The use of this attribute is DEPRECATED, use @contenttype instead. (was: An IANA MIME type.)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute AnyItemType/@standard
Namespace No namespace
Annotations
The IPTC standard with which the Item is conformant.
Type xs:string
Properties
use: required
Used by
Complex Type AnyItemType
Source
<xs:attribute name="standard" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation>The IPTC standard with which the Item is conformant.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute AnyItemType/@standardversion
Namespace No namespace
Annotations
The major-minor version of the IPTC standard with which the Item is conformant.
Type restriction of xs:string
Properties
use: required
Facets
pattern [0-9]+\.[0-9]+
Used by
Complex Type AnyItemType
Source
<xs:attribute name="standardversion" use="required">
  <xs:annotation>
    <xs:documentation>The major-minor version of the IPTC standard with which the Item is conformant.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:pattern value="[0-9]+\.[0-9]+"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute AnyItemType/@conformance
Namespace No namespace
Annotations
The conformance level with which the Item is conformant.
Type xs:string
Properties
default: core
Used by
Complex Type AnyItemType
Source
<xs:attribute name="conformance" type="xs:string" default="core">
  <xs:annotation>
    <xs:documentation>The conformance level with which the Item is conformant.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute AnyItemType/@guid
Namespace No namespace
Annotations
The persistent, universally unique identifier common for all versions of the Item.
Type xs:string
Properties
use: required
Used by
Complex Type AnyItemType
Source
<xs:attribute name="guid" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation>The persistent, universally unique identifier common for all versions of the Item.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute AnyItemType/@version
Namespace No namespace
Annotations
The version of the Item.
Type xs:positiveInteger
Properties
default: 1
Used by
Complex Type AnyItemType
Source
<xs:attribute name="version" type="xs:positiveInteger" default="1">
  <xs:annotation>
    <xs:documentation>The version of the Item.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute ConceptIdType/@qcode
Namespace No namespace
Type QCodeType
Properties
use: required
Facets
pattern [^\s:]+:[^\s]+
Used by
Complex Type ConceptIdType
Source
<xs:attribute name="qcode" type="QCodeType" use="required"/>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute ConceptIdType/@created
Namespace No namespace
Annotations
The date (and, optionally, the time) when the concept identifier was created.
Type DateOptTimeType
Properties
content: simple
Used by
Complex Type ConceptIdType
Source
<xs:attribute name="created" type="DateOptTimeType">
  <xs:annotation>
    <xs:documentation>The date (and, optionally, the time) when the concept identifier was created.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute ConceptIdType/@retired
Namespace No namespace
Annotations
The date (and, optionally, the time) after which the concept identifier should not be applied as the value of a property anymore.
Type DateOptTimeType
Properties
content: simple
Used by
Complex Type ConceptIdType
Source
<xs:attribute name="retired" type="DateOptTimeType">
  <xs:annotation>
    <xs:documentation>The date (and, optionally, the time) after which the concept identifier should not be applied as the value of a property anymore.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute facet/@rel
Namespace No namespace
Annotations
The identifier of the relationship between the current concept (containing the facet) and the concept identified by the facet value.
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Element facet
Source
<xs:attribute name="rel" type="QCodeType">
  <xs:annotation>
    <xs:documentation>The identifier of the relationship between the current concept (containing the facet) and the concept identified by the facet value.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute ElectronicAddressType/@role
Namespace No namespace
Annotations
A refinement of the semantics of the electronic address.
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Complex Type ElectronicAddressType
Source
<xs:attribute name="role" type="QCodeType">
  <xs:annotation>
    <xs:documentation>A refinement of the semantics of the electronic address.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute web/ContactInfoType/@role
Namespace No namespace
Annotations
A refinement of the semantics of the web address.
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 web address.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute address/ContactInfoType/@role
Namespace No namespace
Annotations
A refinement of the semantics of the postal address.
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 postal address.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute ContactInfoType/@role
Namespace No namespace
Annotations
A refinement of the semantics of a contact information.
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Complex Type ContactInfoType
Source
<xs:attribute name="role" type="QCodeType">
  <xs:annotation>
    <xs:documentation>A refinement of the semantics of a contact information.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute GeoCoordinatesType/@latitude
Namespace No namespace
Annotations
The latitude in decimal degrees.
Type xs:decimal
Properties
use: required
Used by
Complex Type GeoCoordinatesType
Source
<xs:attribute name="latitude" type="xs:decimal" use="required">
  <xs:annotation>
    <xs:documentation>The latitude in decimal degrees.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute GeoCoordinatesType/@longitude
Namespace No namespace
Annotations
The longitude in decimal degrees.
Type xs:decimal
Properties
use: required
Used by
Complex Type GeoCoordinatesType
Source
<xs:attribute name="longitude" type="xs:decimal" use="required">
  <xs:annotation>
    <xs:documentation>The longitude in decimal degrees.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute GeoCoordinatesType/@altitude
Namespace No namespace
Annotations
The altitude in meters above the zero elevation of the reference system (sea level).
Type xs:integer
Properties
content: simple
Used by
Complex Type GeoCoordinatesType
Source
<xs:attribute name="altitude" type="xs:integer">
  <xs:annotation>
    <xs:documentation>The altitude in meters above the zero elevation of the reference system (sea level).</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute GeoCoordinatesType/@gpsdatum
Namespace No namespace
Annotations
The GPS datum associated with the measure.
Type xs:string
Properties
content: simple
Used by
Complex Type GeoCoordinatesType
Source
<xs:attribute name="gpsdatum" type="xs:string">
  <xs:annotation>
    <xs:documentation>The GPS datum associated with the measure.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute ApproximateDateTimePropType/@approxstart
Namespace No namespace
Annotations
The date (and optionally time) at which the approximation range begins.
Type TruncatedDateTimeType
Properties
use: optional
Used by
Source
<xs:attribute name="approxstart" type="TruncatedDateTimeType" use="optional">
  <xs:annotation>
    <xs:documentation>The date (and optionally time) at which the approximation range begins.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute ApproximateDateTimePropType/@approxend
Namespace No namespace
Annotations
The date (and optionally the time) at which the approximation range ends.
Type TruncatedDateTimeType
Properties
use: optional
Used by
Source
<xs:attribute name="approxend" type="TruncatedDateTimeType" use="optional">
  <xs:annotation>
    <xs:documentation>The date (and optionally the time) at which the approximation range ends.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute recurrenceRuleAttributes/@freq
Namespace No namespace
Annotations
The FREQ rule part identifies the type of recurrence rule.
Type restriction of xs:string
Properties
use: required
Facets
enumeration SECONDLY, MINUTELY, HOURLY, DAILY, WEEKLY, MONTHLY, YEARLY
Used by
Attribute Group recurrenceRuleAttributes
Source
<xs:attribute name="freq" use="required">
  <xs:annotation>
    <xs:documentation>The FREQ rule part identifies the type of recurrence rule.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="SECONDLY"/>
      <xs:enumeration value="MINUTELY"/>
      <xs:enumeration value="HOURLY"/>
      <xs:enumeration value="DAILY"/>
      <xs:enumeration value="WEEKLY"/>
      <xs:enumeration value="MONTHLY"/>
      <xs:enumeration value="YEARLY"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute recurrenceRuleAttributes/@interval
Namespace No namespace
Annotations
The INTERVAL rule part contains a positive integer representing how often the recurrence rule repeats.
Type xs:positiveInteger
Properties
content: simple
Used by
Attribute Group recurrenceRuleAttributes
Source
<xs:attribute name="interval" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The INTERVAL rule part contains a positive integer representing how often the recurrence rule repeats.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute recurrenceRuleAttributes/@until
Namespace No namespace
Annotations
The UNTIL rule part defines a date-time value which bounds the recurrence rule in an inclusive manner.
Type DateOptTimeType
Properties
content: simple
Used by
Attribute Group recurrenceRuleAttributes
Source
<xs:attribute name="until" type="DateOptTimeType">
  <xs:annotation>
    <xs:documentation>The UNTIL rule part defines a date-time value which bounds the recurrence rule in an inclusive manner.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute recurrenceRuleAttributes/@count
Namespace No namespace
Annotations
The COUNT rule part defines the number of occurrences at which to range-bound the recurrence.
Type xs:positiveInteger
Properties
content: simple
Used by
Attribute Group recurrenceRuleAttributes
Source
<xs:attribute name="count" type="xs:positiveInteger">
  <xs:annotation>
    <xs:documentation>The COUNT rule part defines the number of occurrences at which to range-bound the recurrence.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute recurrenceRuleAttributes/@bysecond
Namespace No namespace
Annotations
The BYSECOND rule part specifies a space separated list of seconds within a minute
Type restriction of BySecondListType
Type hierarchy
Properties
content: simple
Facets
minLength 1
Used by
Attribute Group recurrenceRuleAttributes
Source
<xs:attribute name="bysecond">
  <xs:annotation>
    <xs:documentation>The BYSECOND rule part specifies a space separated list of seconds within a minute</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="BySecondListType">
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute recurrenceRuleAttributes/@byminute
Namespace No namespace
Annotations
The BYMINUTE rule part specifies a space separated list of minutes within an hour.
Type restriction of ByMinuteListType
Type hierarchy
Properties
content: simple
Facets
minLength 1
Used by
Attribute Group recurrenceRuleAttributes
Source
<xs:attribute name="byminute">
  <xs:annotation>
    <xs:documentation>The BYMINUTE rule part specifies a space separated list of minutes within an hour.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ByMinuteListType">
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute recurrenceRuleAttributes/@byhour
Namespace No namespace
Annotations
The BYHOUR rule part specifies space separated list of hours of the day.
Type restriction of ByHourListType
Type hierarchy
Properties
content: simple
Facets
minLength 1
Used by
Attribute Group recurrenceRuleAttributes
Source
<xs:attribute name="byhour">
  <xs:annotation>
    <xs:documentation>The BYHOUR rule part specifies space separated list of hours of the day.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ByHourListType">
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute recurrenceRuleAttributes/@byday
Namespace No namespace
Annotations
The BYDAY rule part specifies a space separated list of days of the week
Type restriction of ByDayListType
Type hierarchy
Properties
content: simple
Facets
minLength 1
Used by
Attribute Group recurrenceRuleAttributes
Source
<xs:attribute name="byday">
  <xs:annotation>
    <xs:documentation>The BYDAY rule part specifies a space separated list of days of the week</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ByDayListType">
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute recurrenceRuleAttributes/@bymonthday
Namespace No namespace
Annotations
The BYMONTHDAY rule part specifies a space separated list of days of the month.
Type restriction of ByMonthDayListType
Type hierarchy
Properties
content: simple
Facets
minLength 1
Used by
Attribute Group recurrenceRuleAttributes
Source
<xs:attribute name="bymonthday">
  <xs:annotation>
    <xs:documentation>The BYMONTHDAY rule part specifies a space separated list of days of the month.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ByMonthDayListType">
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute recurrenceRuleAttributes/@bymonth
Namespace No namespace
Annotations
The BYMONTH rule part specifies a space separated list of months of the year.
Type restriction of ByMonthListType
Type hierarchy
Properties
content: simple
Facets
minLength 1
Used by
Attribute Group recurrenceRuleAttributes
Source
<xs:attribute name="bymonth">
  <xs:annotation>
    <xs:documentation>The BYMONTH rule part specifies a space separated list of months of the year.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ByMonthListType">
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute recurrenceRuleAttributes/@byyearday
Namespace No namespace
Annotations
The BYYEARDAY rule part specifies a  space separated list of days of the year.
Type restriction of ByYearDayListType
Type hierarchy
Properties
content: simple
Facets
minLength 1
Used by
Attribute Group recurrenceRuleAttributes
Source
<xs:attribute name="byyearday">
  <xs:annotation>
    <xs:documentation>The BYYEARDAY rule part specifies a space separated list of days of the year.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ByYearDayListType">
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute recurrenceRuleAttributes/@byweekno
Namespace No namespace
Annotations
The BYWEEKNO rule part specifies a space separated list of ordinals specifying weeks of the year.
Type restriction of ByWeekNoListType
Type hierarchy
Properties
content: simple
Facets
minLength 1
Used by
Attribute Group recurrenceRuleAttributes
Source
<xs:attribute name="byweekno">
  <xs:annotation>
    <xs:documentation>The BYWEEKNO rule part specifies a space separated list of ordinals specifying weeks of the year.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="ByWeekNoListType">
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute recurrenceRuleAttributes/@bysetpos
Namespace No namespace
Annotations
The BYSETPOS rule part specifies a space separated list of values which corresponds to the nth occurrence
   within the set of events specified by the rule.
Type restriction of BySetposListType
Type hierarchy
Properties
content: simple
Facets
minLength 1
Used by
Attribute Group recurrenceRuleAttributes
Source
<xs:attribute name="bysetpos">
  <xs:annotation>
    <xs:documentation>The BYSETPOS rule part specifies a space separated list of values which corresponds to the nth occurrence within the set of events specified by the rule.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="BySetposListType">
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute recurrenceRuleAttributes/@wkst
Namespace No namespace
Annotations
The WKST rule part specifies the day on which the workweek starts.
Type restriction of xs:string
Properties
content: simple
Facets
enumeration MO, TU, WE, TH, FR, SA, SU
Used by
Attribute Group recurrenceRuleAttributes
Source
<xs:attribute name="wkst">
  <xs:annotation>
    <xs:documentation>The WKST rule part specifies the day on which the workweek starts.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="MO"/>
      <xs:enumeration value="TU"/>
      <xs:enumeration value="WE"/>
      <xs:enumeration value="TH"/>
      <xs:enumeration value="FR"/>
      <xs:enumeration value="SA"/>
      <xs:enumeration value="SU"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute language/@tag
Namespace No namespace
Annotations
The language tag. Values must be valid BCP 47 language tags
Type xs:language
Properties
use: required
Used by
Element language
Source
<xs:attribute name="tag" type="xs:language" use="required">
  <xs:annotation>
    <!-- v1.2 : modification of the definition-->
    <xs:documentation>The language tag. Values must be valid BCP 47 language tags</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute slugline/@separator
Namespace No namespace
Annotations
The character string acting as a separator between the tokens in the slugline.
Type xs:string
Properties
content: simple
Used by
Element slugline
Source
<xs:attribute name="separator" type="xs:string">
  <xs:annotation>
    <xs:documentation>The character string acting as a separator between the tokens in the slugline.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute TypedQualPropType/@type
Namespace No namespace
Annotations
The type of the concept assigned as property value.
Type QCodeType
Properties
content: simple
Facets
pattern [^\s:]+:[^\s]+
Used by
Complex Type TypedQualPropType
Source
<xs:attribute name="type" type="QCodeType">
  <xs:annotation>
    <xs:documentation>The type of the concept assigned as property value.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element Group ItemManagementGroup
Namespace http://iptc.org/std/nar/2006-10-01/
Diagram
Diagram ConceptItem0.tmp#id40 ConceptItem0.tmp#id44 ConceptItem0.tmp#id45 ConceptItem0.tmp#id47 ConceptItem0.tmp#id48 ConceptItem0.tmp#id49 ConceptItem0.tmp#id50 ConceptItem0.tmp#id51 ConceptItem0.tmp#id52 ConceptItem0.tmp#id7 ConceptItem0.tmp#id53
Used by
Complex Type ItemMetadataType
Model itemClass , provider , versionCreated , firstCreated{0,1} , embargoed{0,1} , pubStatus{0,1} , role{0,1} , fileName{0,1} , service* , title* , edNote*
Children edNote, embargoed, fileName, firstCreated, itemClass, provider, pubStatus, role, service, title, versionCreated
Source
<xs:group name="ItemManagementGroup">
  <xs:annotation>
    <xs:documentation>A group of properties for the management of the item</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="itemClass"/>
    <xs:element ref="provider"/>
    <xs:element ref="versionCreated"/>
    <xs:element ref="firstCreated" minOccurs="0"/>
    <xs:element ref="embargoed" minOccurs="0"/>
    <xs:element ref="pubStatus" minOccurs="0"/>
    <xs:element ref="role" minOccurs="0"/>
    <xs:element ref="fileName" minOccurs="0"/>
    <xs:element ref="service" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element ref="title" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A short natural language name for the Item.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element ref="edNote" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:group>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element Group AdministrativeMetadataGroup
Namespace http://iptc.org/std/nar/2006-10-01/
Diagram
Diagram ConceptItem0.tmp#id76 ConceptItem0.tmp#id78 ConceptItem0.tmp#id81 ConceptItem0.tmp#id82 ConceptItem0.tmp#id83 ConceptItem0.tmp#id84 ConceptItem0.tmp#id85 ConceptItem0.tmp#id86
Used by
Complex Type ContentMetadataType
Model urgency{0,1} , contentCreated{0,1} , contentModified{0,1} , (located | infoSource | creator | contributor | audience)
Children audience, contentCreated, contentModified, contributor, creator, infoSource, located, urgency
Source
<xs:group name="AdministrativeMetadataGroup">
  <xs:annotation>
    <xs:documentation>A group of properties associated with the administrative facet of content.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="urgency" minOccurs="0"/>
    <xs:element ref="contentCreated" minOccurs="0"/>
    <xs:element ref="contentModified" minOccurs="0"/>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="located"/>
      <xs:element ref="infoSource"/>
      <xs:element ref="creator">
        <xs:annotation>
          <xs:documentation>A party (person or organisation) which created the content, preferably the name of a person (e.g. a photographer for photos, a graphic artist for graphics, or a writer for textual news).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="contributor"/>
      <xs:element ref="audience"/>
    </xs:choice>
  </xs:sequence>
</xs:group>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element Group ConceptRelationshipsGroup
Namespace http://iptc.org/std/nar/2006-10-01/
Diagram
Diagram ConceptItem0.tmp#id101 ConceptItem0.tmp#id102 ConceptItem0.tmp#id103 ConceptItem0.tmp#id104
Used by
Complex Type ConceptWEventType
Elements concept, event
Model (sameAs | broader | narrower | related)
Children broader, narrower, related, sameAs
Source
<xs:group name="ConceptRelationshipsGroup">
  <xs:annotation>
    <xs:documentation>A group of properites required to indicate relationships of the concept to other concepts</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="sameAs"/>
      <xs:element ref="broader"/>
      <xs:element ref="narrower"/>
      <xs:element ref="related"/>
    </xs:choice>
  </xs:sequence>
</xs:group>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element Group RecurrenceGroup
Namespace http://iptc.org/std/nar/2006-10-01/
Diagram
Diagram ConceptItem0.tmp#id156 ConceptItem0.tmp#id158 ConceptItem0.tmp#id183 ConceptItem0.tmp#id184
Used by
Model (rDate | rRule) , (exDate | exRule)
Children exDate, exRule, rDate, rRule
Source
<xs:group name="RecurrenceGroup">
  <xs:annotation>
    <xs:documentation>A group of elements to express a recurrence (Group defined in this XML Schema only)</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>This choice and its cardinality requires that there is at least one rDate or rRule element present.</xs:documentation>
      </xs:annotation>
      <xs:element name="rDate" type="DateOptTimePropType">
        <xs:annotation>
          <xs:documentation>Explicit dates of recurrence.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="rRule">
        <xs:annotation>
          <xs:documentation>Rule for recurrence.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attributeGroup ref="recurrenceRuleAttributes"/>
          <xs:anyAttribute namespace="##other" processContents="lax"/>
        </xs:complexType>
      </xs:element>
    </xs:choice>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="exDate" type="DateOptTimePropType">
        <xs:annotation>
          <xs:documentation>Explicit dates to be excluded from any recurrence.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="exRule">
        <xs:annotation>
          <xs:documentation>Rule for dates to be excluded from recurrence.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attributeGroup ref="recurrenceRuleAttributes"/>
          <xs:anyAttribute namespace="##other" processContents="lax"/>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:sequence>
</xs:group>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element Group DescriptiveMetadataGroup
Namespace http://iptc.org/std/nar/2006-10-01/
Diagram
Diagram ConceptItem0.tmp#id195 ConceptItem0.tmp#id207 ConceptItem0.tmp#id208 ConceptItem0.tmp#id209 ConceptItem0.tmp#id211 ConceptItem0.tmp#id212 ConceptItem0.tmp#id213 ConceptItem0.tmp#id214 ConceptItem0.tmp#id215
Model (language | genre | subject | slugline | headline | dateline | by | creditline | description)
Children by, creditline, dateline, description, genre, headline, language, slugline, subject
Source
<xs:group name="DescriptiveMetadataGroup">
  <xs:annotation>
    <xs:documentation>A group of properties associated with the descriptive facet of content.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="language"/>
      <xs:element ref="genre"/>
      <xs:element ref="subject"/>
      <xs:element ref="slugline"/>
      <xs:element ref="headline"/>
      <xs:element ref="dateline"/>
      <xs:element ref="by"/>
      <xs:element ref="creditline"/>
      <xs:element ref="description"/>
    </xs:choice>
  </xs:sequence>
</xs:group>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Element Group EntityDetailsGroup
Namespace http://iptc.org/std/nar/2006-10-01/
Diagram
Diagram ConceptItem0.tmp#id105 ConceptItem0.tmp#id127 ConceptItem0.tmp#id132 ConceptItem0.tmp#id139 ConceptItem0.tmp#id221
Used by
Element concept
Model personDetails | organisationDetails | geoAreaDetails | POIDetails | objectDetails
Children POIDetails, geoAreaDetails, objectDetails, organisationDetails, personDetails
Source
<xs:group name="EntityDetailsGroup">
  <xs:annotation>
    <xs:documentation>A group of properties to define the details of specific entities</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element ref="personDetails"/>
    <xs:element ref="organisationDetails"/>
    <xs:element ref="geoAreaDetails"/>
    <xs:element ref="POIDetails"/>
    <xs:element ref="objectDetails"/>
  </xs:choice>
</xs:group>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute Group i18nAttributes
Namespace http://iptc.org/std/nar/2006-10-01/
Diagram
Diagram ConceptItem2.tmp#id11 ConceptItem0.tmp#id12
Used by
Attributes
QName Type Fixed Default Use Annotation
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:attributeGroup name="i18nAttributes">
  <xs:annotation>
    <xs:documentation>A group of attributes for language and script related information</xs:documentation>
  </xs:annotation>
  <xs:attribute ref="xml:lang">
    <xs:annotation>
      <xs:documentation>Specifies the language of this property and potentially all descendant properties. xml:lang values of descendant properties override this value. Values are determined by Internet BCP 47.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="dir">
    <xs:annotation>
      <xs:documentation>The directionality of textual content.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="ltr"/>
        <xs:enumeration value="rtl"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute Group flexAttributes
Namespace http://iptc.org/std/nar/2006-10-01/
Diagram
Diagram ConceptItem0.tmp#id28 ConceptItem0.tmp#id29 ConceptItem0.tmp#id30
Used by
Complex Type FlexPropType
Attributes
QName Type Fixed Default Use Annotation
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:attributeGroup name="flexAttributes">
  <xs:annotation>
    <xs:documentation>A group of attributes associated with flexible properties</xs:documentation>
  </xs:annotation>
  <xs:attribute name="qcode" type="QCodeType">
    <xs:annotation>
      <xs:documentation>A qualified code which identifies a concept.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="literal" type="xs:normalizedString">
    <xs:annotation>
      <xs:documentation>A free-text value assigned as property value.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="type" type="QCodeType">
    <xs:annotation>
      <xs:documentation>The type of the concept assigned as controlled property value.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute Group targetResourceAttributes
Namespace http://iptc.org/std/nar/2006-10-01/
Diagram
Diagram ConceptItem0.tmp#id58 ConceptItem0.tmp#id59 ConceptItem0.tmp#id60 ConceptItem0.tmp#id61 ConceptItem0.tmp#id62 ConceptItem0.tmp#id63
Used by
Element icon
Complex Type LinkType
Attributes
QName Type Fixed Default Use Annotation
contenttype xs:string optional
The IANA (Internet Assigned Numbers Authority) MIME type of the target resource.
format QCodeType optional
A refinement of a generic content type (i.e. IANA MIME type)
href IRIType optional
The locator of the target resource.
residref xs:string optional
The  provider’s identifier of the target resource.
size xs:nonNegativeInteger optional
The size in bytes of the target resource.
version xs:positiveInteger optional
The version of the target resource. By default, the latest revision is retrieved when the link is activated.
Source
<xs:attributeGroup name="targetResourceAttributes">
  <xs:annotation>
    <xs:documentation>A group of attributes pertaining to any kind of link</xs:documentation>
  </xs:annotation>
  <xs:attribute name="href" type="IRIType">
    <xs:annotation>
      <xs:documentation>The locator of the target resource.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="residref" type="xs:string">
    <xs:annotation>
      <xs:documentation>The provider’s identifier of the target resource.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="version" type="xs:positiveInteger">
    <xs:annotation>
      <xs:documentation>The version of the target resource. By default, the latest revision is retrieved when the link is activated.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="contenttype" type="xs:string">
    <xs:annotation>
      <xs:documentation>The IANA (Internet Assigned Numbers Authority) MIME type of the target resource.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="format" type="QCodeType">
    <xs:annotation>
      <xs:documentation>A refinement of a generic content type (i.e. IANA MIME type)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="size" type="xs:nonNegativeInteger">
    <xs:annotation>
      <xs:documentation>The size in bytes of the target resource.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute Group deprecatedLinkAttributes
Namespace http://iptc.org/std/nar/2006-10-01/
Diagram
Diagram ConceptItem0.tmp#id65 ConceptItem0.tmp#id66
Used by
Complex Type LinkType
Attributes
QName Type Fixed Default Use Annotation
guidref xs:string optional
The use of this attribute is DEPRECATED, use @residref instead. (was: The globally unique Identifier of the target Item.)
hreftype xs:string optional
The use of this attribute is DEPRECATED, use @contenttype instead. (was: An IANA MIME type.)
Source
<xs:attributeGroup name="deprecatedLinkAttributes">
  <xs:attribute name="guidref" type="xs:string">
    <xs:annotation>
      <xs:documentation>The use of this attribute is DEPRECATED, use @residref instead. (was: The globally unique Identifier of the target Item.)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="hreftype" type="xs:string">
    <xs:annotation>
      <xs:documentation>The use of this attribute is DEPRECATED, use @contenttype instead. (was: An IANA MIME type.)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd
Attribute Group recurrenceRuleAttributes
Namespace http://iptc.org/std/nar/2006-10-01/
Diagram
Diagram ConceptItem0.tmp#id160 ConceptItem0.tmp#id161 ConceptItem0.tmp#id162 ConceptItem0.tmp#id163 ConceptItem0.tmp#id164 ConceptItem0.tmp#id166 ConceptItem0.tmp#id168 ConceptItem0.tmp#id170 ConceptItem0.tmp#id172 ConceptItem0.tmp#id174 ConceptItem0.tmp#id176 ConceptItem0.tmp#id178 ConceptItem0.tmp#id180 ConceptItem0.tmp#id182
Used by
Attributes
QName Type Fixed Default Use Annotation
byday restriction of ByDayListType optional
The BYDAY rule part specifies a space separated list of days of the week
byhour restriction of ByHourListType optional
The BYHOUR rule part specifies space separated list of hours of the day.
byminute restriction of ByMinuteListType optional
The BYMINUTE rule part specifies a space separated list of minutes within an hour.
bymonth restriction of ByMonthListType optional
The BYMONTH rule part specifies a space separated list of months of the year.
bymonthday restriction of ByMonthDayListType optional
The BYMONTHDAY rule part specifies a space separated list of days of the month.
bysecond restriction of BySecondListType optional
The BYSECOND rule part specifies a space separated list of seconds within a minute
bysetpos restriction of BySetposListType optional
The BYSETPOS rule part specifies a space separated list of values which corresponds to the nth occurrence
   within the set of events specified by the rule.
byweekno restriction of ByWeekNoListType optional
The BYWEEKNO rule part specifies a space separated list of ordinals specifying weeks of the year.
byyearday restriction of ByYearDayListType optional
The BYYEARDAY rule part specifies a  space separated list of days of the year.
count xs:positiveInteger optional
The COUNT rule part defines the number of occurrences at which to range-bound the recurrence.
freq restriction of xs:string required
The FREQ rule part identifies the type of recurrence rule.
interval xs:positiveInteger optional
The INTERVAL rule part contains a positive integer representing how often the recurrence rule repeats.
until DateOptTimeType optional
The UNTIL rule part defines a date-time value which bounds the recurrence rule in an inclusive manner.
wkst restriction of xs:string optional
The WKST rule part specifies the day on which the workweek starts.
Source
<xs:attributeGroup name="recurrenceRuleAttributes">
  <xs:annotation>
    <xs:documentation>A group of attributes aligning with iCalendar RECUR - see http://www.ietf.org/rfc/rfc2445.txt</xs:documentation>
  </xs:annotation>
  <xs:attribute name="freq" use="required">
    <xs:annotation>
      <xs:documentation>The FREQ rule part identifies the type of recurrence rule.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="SECONDLY"/>
        <xs:enumeration value="MINUTELY"/>
        <xs:enumeration value="HOURLY"/>
        <xs:enumeration value="DAILY"/>
        <xs:enumeration value="WEEKLY"/>
        <xs:enumeration value="MONTHLY"/>
        <xs:enumeration value="YEARLY"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="interval" type="xs:positiveInteger">
    <xs:annotation>
      <xs:documentation>The INTERVAL rule part contains a positive integer representing how often the recurrence rule repeats.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="until" type="DateOptTimeType">
    <xs:annotation>
      <xs:documentation>The UNTIL rule part defines a date-time value which bounds the recurrence rule in an inclusive manner.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="count" type="xs:positiveInteger">
    <xs:annotation>
      <xs:documentation>The COUNT rule part defines the number of occurrences at which to range-bound the recurrence.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="bysecond">
    <xs:annotation>
      <xs:documentation>The BYSECOND rule part specifies a space separated list of seconds within a minute</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="BySecondListType">
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="byminute">
    <xs:annotation>
      <xs:documentation>The BYMINUTE rule part specifies a space separated list of minutes within an hour.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="ByMinuteListType">
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="byhour">
    <xs:annotation>
      <xs:documentation>The BYHOUR rule part specifies space separated list of hours of the day.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="ByHourListType">
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="byday">
    <xs:annotation>
      <xs:documentation>The BYDAY rule part specifies a space separated list of days of the week</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="ByDayListType">
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="bymonthday">
    <xs:annotation>
      <xs:documentation>The BYMONTHDAY rule part specifies a space separated list of days of the month.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="ByMonthDayListType">
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="bymonth">
    <xs:annotation>
      <xs:documentation>The BYMONTH rule part specifies a space separated list of months of the year.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="ByMonthListType">
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="byyearday">
    <xs:annotation>
      <xs:documentation>The BYYEARDAY rule part specifies a space separated list of days of the year.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="ByYearDayListType">
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="byweekno">
    <xs:annotation>
      <xs:documentation>The BYWEEKNO rule part specifies a space separated list of ordinals specifying weeks of the year.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="ByWeekNoListType">
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="bysetpos">
    <xs:annotation>
      <xs:documentation>The BYSETPOS rule part specifies a space separated list of values which corresponds to the nth occurrence within the set of events specified by the rule.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="BySetposListType">
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="wkst">
    <xs:annotation>
      <xs:documentation>The WKST rule part specifies the day on which the workweek starts.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="MO"/>
        <xs:enumeration value="TU"/>
        <xs:enumeration value="WE"/>
        <xs:enumeration value="TH"/>
        <xs:enumeration value="FR"/>
        <xs:enumeration value="SA"/>
        <xs:enumeration value="SU"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Core.xsd