Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Main schema NAR_1.3-spec-ConceptItem-Core.xsd
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
News Architecture (NAR) 1.3 for IPTC G2-Standards - Concept Item 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)
Properties
attribute form default: unqualified
element form default: qualified
version: 1.3
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NAR_1.3-spec-ConceptItem-Core.xsd
Element conceptItem
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An Item containing information about a concept.
Diagram
Diagram ConceptItem0.tmp#id66 ConceptItem0.tmp#id67 ConceptItem0.tmp#id68 ConceptItem0.tmp#id69 ConceptItem0.tmp#id70 ConceptItem0.tmp#id9 ConceptItem0.tmp#id5 ConceptItem0.tmp#id16 ConceptItem0.tmp#id21 ConceptItem0.tmp#id36 ConceptItem0.tmp#id4 ConceptItem2.tmp#id71 ConceptItem0.tmp#id86
Type extension of AnyItemType
Type hierarchy
Properties
content: complex
Model (catalogRef | catalog) , rightsInfo{0,1} , itemMeta , contentMeta{0,1} , concept{0,1}
Children catalog, catalogRef, concept, contentMeta, itemMeta, rightsInfo
Instance
<conceptItem conformance="core" dir="" guid="" xml:lang="" standard="" standardversion="" version="1">
  <catalogRef href="">{1,1}</catalogRef>
  <catalog additionalInfo="">{1,1}</catalog>
  <rightsInfo>{0,1}</rightsInfo>
  <itemMeta>{1,1}</itemMeta>
</conceptItem>
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:element name="conceptItem">
  <xs:annotation>
    <xs:documentation>An Item containing information about a concept.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="AnyItemType">
        <xs:sequence>
          <xs:element name="contentMeta" type="ContentMetadataType" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Content Metadata for a Concept Item</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element ref="concept" minOccurs="0"/>
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NAR_1.3-spec-ConceptItem-Core.xsd
Element conceptItem/contentMeta
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Content Metadata for a Concept Item
Diagram
Diagram ConceptItem0.tmp#id73 ConceptItem0.tmp#id75 ConceptItem0.tmp#id77 ConceptItem0.tmp#id80 ConceptItem0.tmp#id81 ConceptItem0.tmp#id82 ConceptItem0.tmp#id83 ConceptItem0.tmp#id84 ConceptItem0.tmp#id85 ConceptItem0.tmp#id74 ConceptItem0.tmp#id72
Type ContentMetadataType
Properties
content: complex
minOccurs: 0
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
Instance
<contentMeta>
  <icon contenttype="" format="" href="" residref="" size="" version="">{0,1}</icon>
</contentMeta>
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="contentMeta" type="ContentMetadataType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Content Metadata for a Concept Item</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NAR_1.3-spec-ConceptItem-Core.xsd