Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema NAR_1.3-spec-Framework-Power.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-Power.xsd
Element RecurrenceGroup/rDate
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Explicit dates of recurrence.
Diagram
Diagram Framework0.tmp#id13 Framework0.tmp#id8 Framework0.tmp#id21
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/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
Source
<xs:element name="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-Power.xsd
Element RecurrenceGroup/rRule
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Rule for recurrence.
Diagram
Diagram Framework0.tmp#id23
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-Power.xsd
Element RecurrenceGroup/exDate
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Explicit dates to be excluded from any recurrence.
Diagram
Diagram Framework0.tmp#id13 Framework0.tmp#id8 Framework0.tmp#id21
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/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
Source
<xs:element name="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-Power.xsd
Element RecurrenceGroup/exRule
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Rule for dates to be excluded from recurrence.
Diagram
Diagram Framework0.tmp#id23
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-Power.xsd
Element name
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A natural language name for the concept.
Diagram
Diagram Framework0.tmp#id57 Framework0.tmp#id8 Framework0.tmp#id56 Framework0.tmp#id60 Framework0.tmp#id62 Framework0.tmp#id63 Framework0.tmp#id55
Type ConceptNameType
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/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
part QCodeType optional
role QCodeListType optional
validfrom DateOptTimeType optional
The date (and, optionally, the time) before which a relationship is not valid.
validto DateOptTimeType optional
The date (and, optionally, the time) after which a relationship is not valid.
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="ConceptNameType">
  <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-Power.xsd
Element a
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An anchor for inline linking like in HTML
Diagram
Diagram Framework0.tmp#id8 Framework0.tmp#id57 Framework0.tmp#id87 Framework0.tmp#id88 Framework0.tmp#id90 Framework0.tmp#id91 Framework0.tmp#id92 Framework0.tmp#id70 Framework0.tmp#id71 Framework0.tmp#id72
Properties
content: complex
mixed: true
Used by
Complex Types BlockType, Label1Type, RightsBlockType
Elements definition, note
Model inline | span | ruby | ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children inline, ruby, span
Instance
<a class="" creator="" dir="" href="" hreflang="" id="" xml:lang="" modified="" rel="" rev="">
  <inline class="" confidence="" creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" relevance="" type="" why="">{1,1}</inline>
  <span class="" creator="" dir="" id="" xml:lang="" modified="">{1,1}</span>
  <ruby creator="" dir="" id="" xml:lang="" modified="">{1,1}</ruby>
</a>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
class xs:string optional
An equivalent of the html class attribute
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
href IRIType optional
An equivalent of the html href attribute
hreflang xs:string optional
An equivalent of the html hreflang attribute
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
rel xs:string optional
An equivalent of the html rel attribute
rev xs:string optional
An equivalent of the html rev attribute
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="a">
  <xs:annotation>
    <xs:documentation>An anchor for inline linking like in HTML</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="inline"/>
      <xs:element ref="span"/>
      <xs:element ref="ruby"/>
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xs:choice>
    <xs:attributeGroup ref="editAttributes"/>
    <xs:attributeGroup ref="i18nAttributes"/>
    <xs:attribute name="class" type="xs:string">
      <xs:annotation>
        <xs:documentation>An equivalent of the html class attribute</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="href" type="IRIType">
      <xs:annotation>
        <xs:documentation>An equivalent of the html href attribute</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="hreflang" type="xs:string">
      <xs:annotation>
        <xs:documentation>An equivalent of the html hreflang attribute</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="rel" type="xs:string">
      <xs:annotation>
        <xs:documentation>An equivalent of the html rel attribute</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="rev" type="xs:string">
      <xs:annotation>
        <xs:documentation>An equivalent of the html rev attribute</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-Power.xsd
Element inline
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An inline markup tag to be used with any concept
Diagram
Diagram Framework0.tmp#id77 Framework0.tmp#id8 Framework0.tmp#id57 Framework0.tmp#id81 Framework0.tmp#id86 Framework0.tmp#id71 Framework0.tmp#id72
Properties
content: complex
mixed: true
Used by
Elements a, definition, note
Complex Types BlockType, Label1Type, RightsBlockType
Model span | ruby | ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children ruby, span
Instance
<inline class="" confidence="" creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" relevance="" type="" why="">
  <span class="" creator="" dir="" id="" xml:lang="" modified="">{1,1}</span>
  <ruby creator="" dir="" id="" xml:lang="" modified="">{1,1}</ruby>
</inline>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
class xs:string optional
An equivalent of the html class attribute
confidence Int100Type optional
The confidence with which the metadata has been assigned.
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
literal xs:normalizedString optional
A free-text value assigned as property value.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType optional
A qualified code which identifies a concept.
relevance Int100Type optional
The relevance of the metadata to the news content to which it is attached.
type QCodeType optional
The type of the concept assigned as controlled property value.
why QCodeType optional
Why the metadata has been included.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="inline">
  <xs:annotation>
    <xs:documentation>An inline markup tag to be used with any concept</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="span"/>
      <xs:element ref="ruby"/>
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xs:choice>
    <xs:attributeGroup ref="flexAttributes"/>
    <xs:attributeGroup ref="editAttributes"/>
    <xs:attributeGroup ref="i18nAttributes"/>
    <xs:attributeGroup ref="quantifyAttributes"/>
    <xs:attribute name="class" type="xs:string">
      <xs:annotation>
        <xs:documentation>An equivalent of the html class attribute</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-Power.xsd
Element span
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A generic mechanism for adding inline information to parts of the textual content
Diagram
Diagram Framework0.tmp#id8 Framework0.tmp#id57 Framework0.tmp#id76 Framework0.tmp#id72
Properties
content: complex
mixed: true
Used by
Model ruby | ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children ruby
Instance
<span class="" creator="" dir="" id="" xml:lang="" modified="">
  <ruby creator="" dir="" id="" xml:lang="" modified="">{1,1}</ruby>
</span>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
class xs:string optional
An equivalent of the html class attribute
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
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="span">
  <xs:annotation>
    <xs:documentation>A generic mechanism for adding inline information to parts of the textual content</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="ruby"/>
      <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xs:choice>
    <xs:attributeGroup ref="editAttributes"/>
    <xs:attributeGroup ref="i18nAttributes"/>
    <xs:attribute name="class" type="xs:string">
      <xs:annotation>
        <xs:documentation>An equivalent of the html class attribute</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-Power.xsd
Element ruby
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Simple W3C Ruby Annotation - see http://www.w3.org/TR/ruby/#simple-ruby1
Diagram
Diagram Framework0.tmp#id8 Framework0.tmp#id57 Framework0.tmp#id73 Framework0.tmp#id74 Framework0.tmp#id75 Framework0.tmp#id74 Framework0.tmp#id75
Properties
content: complex
Used by
Model rb , (rt | (rp , rt , rp))
Children rb, rp, rt
Instance
<ruby creator="" dir="" id="" xml:lang="" modified="">
  <rb>{1,1}</rb>
</ruby>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
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="ruby">
  <xs:annotation>
    <xs:documentation>Simple W3C Ruby Annotation - see http://www.w3.org/TR/ruby/#simple-ruby1</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:annotation>
      <xs:documentation>Simple W3C Ruby Annotation - see http://www.w3.org/TR/ruby/.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element ref="rb"/>
      <xs:choice>
        <xs:element ref="rt"/>
        <xs:sequence>
          <xs:element ref="rp"/>
          <xs:element ref="rt"/>
          <xs:element ref="rp"/>
        </xs:sequence>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="editAttributes"/>
    <xs:attributeGroup ref="i18nAttributes"/>
    <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-Power.xsd
Element rb
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Ruby base
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element ruby
Source
<xs:element name="rb" type="xs:string">
  <xs:annotation>
    <xs:documentation>Ruby base</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-Power.xsd
Element rt
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Ruby text
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element ruby
Source
<xs:element name="rt" type="xs:string">
  <xs:annotation>
    <xs:documentation>Ruby text</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-Power.xsd
Element rp
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Ruby parenthesis
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Element ruby
Source
<xs:element name="rp" type="xs:string">
  <xs:annotation>
    <xs:documentation>Ruby parenthesis</xs:documentation>
  </xs:annotation>
  <!--NAR1.1 rev3 : correction. datatype is xs:string, not empty -->
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/NAR_1.3-spec-Framework-Power.xsd
Element br
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A line break
Diagram
Diagram
Properties
content: complex
Used by
Complex Types BlockType, RightsBlockType
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-Power.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 Framework0.tmp#id8 Framework0.tmp#id57 Framework0.tmp#id94 Framework0.tmp#id95 Framework0.tmp#id69 Framework0.tmp#id71 Framework0.tmp#id72 Framework0.tmp#id93 Framework0.tmp#id70 Framework0.tmp#id68 Framework0.tmp#id63
Type extension of BlockType
Type hierarchy
Properties
content: complex
mixed: true
Used by
Element Group ConceptDefinitionGroup
Complex Type ConceptWEventType
Elements concept, event
Model a | span | ruby | br | inline | ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children a, br, inline, ruby, span
Instance
<definition creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">
  <a class="" creator="" dir="" href="" hreflang="" id="" xml:lang="" modified="" rel="" rev="">{1,1}</a>
  <span class="" creator="" dir="" id="" xml:lang="" modified="">{1,1}</span>
  <ruby creator="" dir="" id="" xml:lang="" modified="">{1,1}</ruby>
  <br>{1,1}</br>
  <inline class="" confidence="" creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" relevance="" type="" why="">{1,1}</inline>
</definition>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
media xs:NMTOKENS optional
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
role QCodeListType optional
A refinement of the semantics of the block.
validfrom DateOptTimeType optional
The date (and, optionally, the time) before which a relationship is not valid.
validto DateOptTimeType optional
The date (and, optionally, the time) after which a relationship is not valid.
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:attributeGroup ref="timeValidityAttributes"/>
      </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-Power.xsd
Element note
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Additional natural language information about the concept.
Diagram
Diagram Framework0.tmp#id8 Framework0.tmp#id57 Framework0.tmp#id94 Framework0.tmp#id95 Framework0.tmp#id69 Framework0.tmp#id71 Framework0.tmp#id72 Framework0.tmp#id93 Framework0.tmp#id70 Framework0.tmp#id68 Framework0.tmp#id63
Type extension of BlockType
Type hierarchy
Properties
content: complex
mixed: true
Used by
Element Group ConceptDefinitionGroup
Complex Types ConceptWEventType, ContactInfoType
Elements concept, event
Model a | span | ruby | br | inline | ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children a, br, inline, ruby, span
Instance
<note creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">
  <a class="" creator="" dir="" href="" hreflang="" id="" xml:lang="" modified="" rel="" rev="">{1,1}</a>
  <span class="" creator="" dir="" id="" xml:lang="" modified="">{1,1}</span>
  <ruby creator="" dir="" id="" xml:lang="" modified="">{1,1}</ruby>
  <br>{1,1}</br>
  <inline class="" confidence="" creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" relevance="" type="" why="">{1,1}</inline>
</note>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
media xs:NMTOKENS optional
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
role QCodeListType optional
A refinement of the semantics of the block.
validfrom DateOptTimeType optional
The date (and, optionally, the time) before which a relationship is not valid.
validto DateOptTimeType optional
The date (and, optionally, the time) after which a relationship is not valid.
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:attributeGroup ref="timeValidityAttributes"/>
      </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-Power.xsd
Element facet
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A intrinsic property of the concept.
Diagram
Diagram Framework0.tmp#id77 Framework0.tmp#id8 Framework0.tmp#id57 Framework0.tmp#id54 Framework0.tmp#id103 Framework0.tmp#id104 Framework0.tmp#id63
Type extension of FlexPropType
Type hierarchy
Properties
content: complex
Used by
Model name*
Children name
Instance
<facet creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" rel="" type="" validfrom="" validto="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{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/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
literal xs:normalizedString optional
A free-text value assigned as property value.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType optional
A qualified code which identifies a concept.
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.
validfrom DateOptTimeType optional
The date (and, optionally, the time) before which a relationship is not valid.
validto DateOptTimeType optional
The date (and, optionally, the time) after which a relationship is not valid.
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="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:attributeGroup ref="timeValidityAttributes"/>
      </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-Power.xsd
Element sameAs
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An identifier of a concept with equivalent semantics
Diagram
Diagram Framework0.tmp#id77 Framework0.tmp#id8 Framework0.tmp#id57 Framework0.tmp#id54 Framework0.tmp#id103 Framework0.tmp#id63 Framework0.tmp#id107
Type SameAsType
Type hierarchy
Properties
content: complex
Used by
Model name*
Children name
Instance
<sameAs creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" type="" validfrom="" validto="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{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/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
literal xs:normalizedString optional
A free-text value assigned as property value.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType optional
A qualified code which identifies a concept.
type QCodeType optional
The type of the concept assigned as controlled property value.
validfrom DateOptTimeType optional
The date (and, optionally, the time) before which a relationship is not valid.
validto DateOptTimeType optional
The date (and, optionally, the time) after which a relationship is not valid.
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="sameAs" type="SameAsType">
  <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-Power.xsd
Element broader
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An identifier of a more generic concept.
Diagram
Diagram Framework0.tmp#id77 Framework0.tmp#id8 Framework0.tmp#id57 Framework0.tmp#id54 Framework0.tmp#id103 Framework0.tmp#id110 Framework0.tmp#id111 Framework0.tmp#id63 Framework0.tmp#id102 Framework0.tmp#id109
Type RelatedConceptType
Type hierarchy
Properties
content: complex
Used by
Model name* , facet*
Children facet, name
Instance
<broader creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" rank="" rel="" type="" validfrom="" validto="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{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/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
literal xs:normalizedString optional
A free-text value assigned as property value.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType optional
A qualified code which identifies a concept.
rank xs:nonNegativeInteger optional
The rank of the current concept among concepts having a relationship to the target concept.
rel QCodeType optional
The identifier of the relationship between the current concept and the target concept.
type QCodeType optional
The type of the concept assigned as controlled property value.
validfrom DateOptTimeType optional
The date (and, optionally, the time) before which a relationship is not valid.
validto DateOptTimeType optional
The date (and, optionally, the time) after which a relationship is not valid.
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="broader" type="RelatedConceptType">
  <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-Power.xsd
Element narrower
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An identifier of a more specific concept.
Diagram
Diagram Framework0.tmp#id77 Framework0.tmp#id8 Framework0.tmp#id57 Framework0.tmp#id54 Framework0.tmp#id103 Framework0.tmp#id110 Framework0.tmp#id111 Framework0.tmp#id63 Framework0.tmp#id102 Framework0.tmp#id109
Type RelatedConceptType
Type hierarchy
Properties
content: complex
Used by
Model name* , facet*
Children facet, name
Instance
<narrower creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" rank="" rel="" type="" validfrom="" validto="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{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/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
literal xs:normalizedString optional
A free-text value assigned as property value.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType optional
A qualified code which identifies a concept.
rank xs:nonNegativeInteger optional
The rank of the current concept among concepts having a relationship to the target concept.
rel QCodeType optional
The identifier of the relationship between the current concept and the target concept.
type QCodeType optional
The type of the concept assigned as controlled property value.
validfrom DateOptTimeType optional
The date (and, optionally, the time) before which a relationship is not valid.
validto DateOptTimeType optional
The date (and, optionally, the time) after which a relationship is not valid.
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="narrower" type="RelatedConceptType">
  <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-Power.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 Framework0.tmp#id77 Framework0.tmp#id8 Framework0.tmp#id57 Framework0.tmp#id54 Framework0.tmp#id103 Framework0.tmp#id110 Framework0.tmp#id111 Framework0.tmp#id63 Framework0.tmp#id102 Framework0.tmp#id109 Framework0.tmp#id115 Framework0.tmp#id114
Type RelatedConceptBagType
Type hierarchy
Properties
content: complex
Used by
Model name* , facet* , bag{0,1}
Children bag, facet, name
Instance
<related creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" rank="" rel="" type="" validfrom="" validto="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{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/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
literal xs:normalizedString optional
A free-text value assigned as property value.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType optional
A qualified code which identifies a concept.
rank xs:nonNegativeInteger optional
The rank of the current concept among concepts having a relationship to the target concept.
rel QCodeType optional
The identifier of the relationship between the current concept and the target concept.
type QCodeType optional
The type of the concept assigned as controlled property value.
validfrom DateOptTimeType optional
The date (and, optionally, the time) before which a relationship is not valid.
validto DateOptTimeType optional
The date (and, optionally, the time) after which a relationship is not valid.
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="related" type="RelatedConceptBagType">
  <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-Power.xsd
Element bag
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A group of existing concepts which express a new concept.
Diagram
Diagram Framework0.tmp#id57 Framework0.tmp#id8 Framework0.tmp#id116
Properties
content: complex
Used by
Model bit+
Children bit
Instance
<bag creator="" dir="" id="" xml:lang="" modified="">
  <bit creator="" id="" modified="" qcode="">{1,unbounded}</bit>
</bag>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
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="bag">
  <xs:annotation>
    <xs:documentation>A group of existing concepts which express a new concept.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="bit" type="QCodePropType" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>An individual concept, part of a composite concept expressed by a bag.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attributeGroup ref="i18nAttributes"/>
    <xs:attributeGroup ref="editAttributes"/>
    <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-Power.xsd
Element bag/bit
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An individual concept, part of a composite concept expressed by a bag.
Diagram
Diagram Framework0.tmp#id51 Framework0.tmp#id8 Framework0.tmp#id50
Type QCodePropType
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/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType required
A qualified code which identifies a concept.
Source
<xs:element name="bit" type="QCodePropType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>An individual concept, part of a composite concept expressed by a bag.</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-Power.xsd
Element geoAreaDetails
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A group of properties specific to a geopolitical area
Diagram
Diagram Framework0.tmp#id123
Properties
content: complex
Used by
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-Power.xsd
Element geoAreaDetails/position
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The coordinates of the location
Diagram
Diagram Framework0.tmp#id125 Framework0.tmp#id126 Framework0.tmp#id127 Framework0.tmp#id128 Framework0.tmp#id124
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-Power.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 Framework0.tmp#id130 Framework0.tmp#id131 Framework0.tmp#id135 Framework0.tmp#id136 Framework0.tmp#id157 Framework0.tmp#id158
Properties
content: complex
Used by
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 creator="" dir="" id="" xml:lang="" media="" modified="" role="">{0,1}</openHours>
  <capacity creator="" dir="" id="" xml:lang="" media="" modified="" 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" minOccurs="0" type="Label1Type">
        <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" minOccurs="0" type="Label1Type">
        <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-Power.xsd
Element POIDetails/position
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
The coordinates of the location
Diagram
Diagram Framework0.tmp#id125 Framework0.tmp#id126 Framework0.tmp#id127 Framework0.tmp#id128 Framework0.tmp#id124
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-Power.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 Framework0.tmp#id8 Framework0.tmp#id57 Framework0.tmp#id133 Framework0.tmp#id134 Framework0.tmp#id69 Framework0.tmp#id71 Framework0.tmp#id72 Framework0.tmp#id70 Framework0.tmp#id132
Type Label1Type
Properties
content: complex
minOccurs: 0
mixed: true
Model a | span | ruby | inline | ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children a, inline, ruby, span
Instance
<openHours creator="" dir="" id="" xml:lang="" media="" modified="" role="">
  <a class="" creator="" dir="" href="" hreflang="" id="" xml:lang="" modified="" rel="" rev="">{1,1}</a>
  <span class="" creator="" dir="" id="" xml:lang="" modified="">{1,1}</span>
  <ruby creator="" dir="" id="" xml:lang="" modified="">{1,1}</ruby>
  <inline class="" confidence="" creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" relevance="" type="" why="">{1,1}</inline>
</openHours>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
media xs:NMTOKENS optional
An indication of the target media type(s), values as defined by the Cascading Style Sheets specification [CSS].
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
role QCodeListType optional
A refinement of the semantics of the 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" minOccurs="0" type="Label1Type">
  <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-Power.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 Framework0.tmp#id8 Framework0.tmp#id57 Framework0.tmp#id133 Framework0.tmp#id134 Framework0.tmp#id69 Framework0.tmp#id71 Framework0.tmp#id72 Framework0.tmp#id70 Framework0.tmp#id132
Type Label1Type
Properties
content: complex
minOccurs: 0
mixed: true
Model a | span | ruby | inline | ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children a, inline, ruby, span
Instance
<capacity creator="" dir="" id="" xml:lang="" media="" modified="" role="">
  <a class="" creator="" dir="" href="" hreflang="" id="" xml:lang="" modified="" rel="" rev="">{1,1}</a>
  <span class="" creator="" dir="" id="" xml:lang="" modified="">{1,1}</span>
  <ruby creator="" dir="" id="" xml:lang="" modified="">{1,1}</ruby>
  <inline class="" confidence="" creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" relevance="" type="" why="">{1,1}</inline>
</capacity>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
media xs:NMTOKENS optional
An indication of the target media type(s), values as defined by the Cascading Style Sheets specification [CSS].
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
role QCodeListType optional
A refinement of the semantics of the 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" minOccurs="0" type="Label1Type">
  <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-Power.xsd
Element POIDetails/contactInfo
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Information how to contact the point of interest.
Diagram
Diagram Framework0.tmp#id156 Framework0.tmp#id138 Framework0.tmp#id141 Framework0.tmp#id145 Framework0.tmp#id146 Framework0.tmp#id147 Framework0.tmp#id149 Framework0.tmp#id101 Framework0.tmp#id137
Type ContactInfoType
Properties
content: complex
Model (email | im | phone | fax | web | address | note) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children address, email, fax, im, note, phone, web
Instance
<contactInfo role="">
  <email role="">{1,1}</email>
  <im role="" tech="">{1,1}</im>
  <phone role="" tech="">{1,1}</phone>
  <fax role="">{1,1}</fax>
  <web role="">{1,1}</web>
  <address role="">{1,1}</address>
  <note creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</note>
</contactInfo>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
role QCodeListType optional
A refinement of the semantics of a contact information.
Source
<xs:element name="contactInfo" type="ContactInfoType">
  <xs:annotation>
    <xs:documentation>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-Power.xsd
Element ContactInfoType/email
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An email address.
Diagram
Diagram Framework0.tmp#id140 Framework0.tmp#id139
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 QCodeListType 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-Power.xsd
Element ContactInfoType/im
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An instant messaging address.
Diagram
Diagram Framework0.tmp#id143 Framework0.tmp#id144 Framework0.tmp#id142
Type ElectronicAddressTechType
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 QCodeListType optional
A refinement of the semantics of the electronic address.
tech QCodeType optional
The technical variant of the electronic address.
Source
<xs:element name="im" type="ElectronicAddressTechType">
  <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-Power.xsd
Element ContactInfoType/phone
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A phone number, preferred in an international format.
Diagram
Diagram Framework0.tmp#id143 Framework0.tmp#id144 Framework0.tmp#id142
Type ElectronicAddressTechType
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 QCodeListType optional
A refinement of the semantics of the electronic address.
tech QCodeType optional
The technical variant of the electronic address.
Source
<xs:element name="phone" type="ElectronicAddressTechType">
  <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-Power.xsd
Element ContactInfoType/fax
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A fax number, preferred in an international format.
Diagram
Diagram Framework0.tmp#id140 Framework0.tmp#id139
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 QCodeListType 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-Power.xsd
Element ContactInfoType/web
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A web address.
Diagram
Diagram Framework0.tmp#id89 Framework0.tmp#id148
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 QCodeListType 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="QCodeListType">
          <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-Power.xsd
Element ContactInfoType/address
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A postal address.
Diagram
Diagram Framework0.tmp#id155 Framework0.tmp#id150 Framework0.tmp#id151 Framework0.tmp#id152 Framework0.tmp#id153 Framework0.tmp#id154
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 creator="" dir="" id="" xml:lang="" modified="">{0,unbounded}</line>
  <locality creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" type="">{0,1}</locality>
  <area creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" type="">{0,1}</area>
  <country creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" type="">{0,1}</country>
  <postalCode creator="" dir="" id="" xml:lang="" modified="">{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 QCodeListType 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" minOccurs="0" type="Flex1PropType">
        <xs:annotation>
          <xs:documentation>A city/town/village etc. part of the address.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="area" minOccurs="0" type="Flex1PropType">
        <xs:annotation>
          <xs:documentation>A subdivision of a country part of the address.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="country" minOccurs="0" type="Flex1PropType">
        <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="QCodeListType">
      <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-Power.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 Framework0.tmp#id57 Framework0.tmp#id8 Framework0.tmp#id56
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/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
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-Power.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 Framework0.tmp#id77 Framework0.tmp#id8 Framework0.tmp#id57 Framework0.tmp#id54 Framework0.tmp#id100 Framework0.tmp#id101 Framework0.tmp#id102 Framework0.tmp#id99 Framework0.tmp#id106 Framework0.tmp#id108 Framework0.tmp#id112 Framework0.tmp#id113 Framework0.tmp#id105 Framework0.tmp#id98
Type Flex1PropType
Properties
content: complex
minOccurs: 0
Model (name | definition | note | facet) , (sameAs | broader | narrower | related) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children broader, definition, facet, name, narrower, note, related, sameAs
Instance
<locality creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" type="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{1,1}</name>
  <definition creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</definition>
  <note creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</note>
  <facet creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" rel="" type="" validfrom="" validto="">{1,1}</facet>
</locality>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
literal xs:normalizedString optional
A free-text value assigned as property value.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType optional
A qualified code which identifies a concept.
type QCodeType optional
The type of the concept assigned as controlled property value.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="locality" minOccurs="0" type="Flex1PropType">
  <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-Power.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 Framework0.tmp#id77 Framework0.tmp#id8 Framework0.tmp#id57 Framework0.tmp#id54 Framework0.tmp#id100 Framework0.tmp#id101 Framework0.tmp#id102 Framework0.tmp#id99 Framework0.tmp#id106 Framework0.tmp#id108 Framework0.tmp#id112 Framework0.tmp#id113 Framework0.tmp#id105 Framework0.tmp#id98
Type Flex1PropType
Properties
content: complex
minOccurs: 0
Model (name | definition | note | facet) , (sameAs | broader | narrower | related) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children broader, definition, facet, name, narrower, note, related, sameAs
Instance
<area creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" type="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{1,1}</name>
  <definition creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</definition>
  <note creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</note>
  <facet creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" rel="" type="" validfrom="" validto="">{1,1}</facet>
</area>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
literal xs:normalizedString optional
A free-text value assigned as property value.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType optional
A qualified code which identifies a concept.
type QCodeType optional
The type of the concept assigned as controlled property value.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="area" minOccurs="0" type="Flex1PropType">
  <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-Power.xsd
Element address/ContactInfoType/country
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A country part of the address.
Diagram
Diagram Framework0.tmp#id77 Framework0.tmp#id8 Framework0.tmp#id57 Framework0.tmp#id54 Framework0.tmp#id100 Framework0.tmp#id101 Framework0.tmp#id102 Framework0.tmp#id99 Framework0.tmp#id106 Framework0.tmp#id108 Framework0.tmp#id112 Framework0.tmp#id113 Framework0.tmp#id105 Framework0.tmp#id98
Type Flex1PropType
Properties
content: complex
minOccurs: 0
Model (name | definition | note | facet) , (sameAs | broader | narrower | related) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children broader, definition, facet, name, narrower, note, related, sameAs
Instance
<country creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" type="">
  <name creator="" dir="" id="" xml:lang="" modified="" part="" role="" validfrom="" validto="">{1,1}</name>
  <definition creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</definition>
  <note creator="" dir="" id="" xml:lang="" media="" modified="" role="" validfrom="" validto="">{1,1}</note>
  <facet creator="" dir="" id="" xml:lang="" literal="" modified="" qcode="" rel="" type="" validfrom="" validto="">{1,1}</facet>
</country>
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional
The local identifier of the property.
literal xs:normalizedString optional
A free-text value assigned as property value.
modified DateOptTimeType optional
The date (and, optionally, the time) when the property was last modified. The initial value is the date (and, optionally, the time) of creation of the property.
qcode QCodeType optional
A qualified code which identifies a concept.
type QCodeType optional
The type of the concept assigned as controlled property value.
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter
         codes as the enumerated possible values is probably never
         going to be a realistic possibility.  See
         RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry
         at http://www.iana.org/assignments/lang-tag-apps.htm for
         further information.

         The union allows for the 'un-declaration' of xml:lang with
         the empty string.
Source
<xs:element name="country" minOccurs="0" type="Flex1PropType">
  <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-Power.xsd
Element address/ContactInfoType/postalCode
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A postal code part of the address.
Diagram
Diagram Framework0.tmp#id57 Framework0.tmp#id8 Framework0.tmp#id56
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/'
creator QCodeType optional
If the element is empty, specifies which entity (person, organisation or system) will edit the property. If the element is non-empty, specifies which entity (person, organisation or system) has edited the property.
dir restriction of xs:string optional
The directionality of textual content.
id xs:ID optional