Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Main schema NAR_1.3-spec-ConceptItem-Power.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-Power.xsd
Element conceptItem
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An Item containing information about a concept.
Diagram
Diagram ConceptItem0.tmp#id184 ConceptItem0.tmp#id185 ConceptItem0.tmp#id186 ConceptItem0.tmp#id187 ConceptItem0.tmp#id188 ConceptItem0.tmp#id21 ConceptItem0.tmp#id5 ConceptItem0.tmp#id45 ConceptItem0.tmp#id50 ConceptItem0.tmp#id143 ConceptItem0.tmp#id4 ConceptItem2.tmp#id189 ConceptItem0.tmp#id213 ConceptItem0.tmp#id216 ConceptItem0.tmp#id218
Type extension of AnyItemType
Type hierarchy
Properties
content: complex
Model ANY element from namespace(s) 'http://www.w3.org/2000/09/xmldsig#' , (catalogRef | catalog) , rightsInfo* , itemMeta , contentMeta{0,1} , assert* , inlineRef* , concept{0,1}
Children assert, catalog, catalogRef, concept, contentMeta, inlineRef, itemMeta, rightsInfo
Instance
<conceptItem conformance="core" dir="" guid="" xml:lang="" standard="" standardversion="" version="1">
  <catalogRef creator="" href="" id="" modified="">{1,1}</catalogRef>
  <catalog additionalInfo="" creator="" id="" modified="">{1,1}</catalog>
  <rightsInfo creator="" dir="" id="" idrefs="" xml:lang="" modified="" validfrom="" validto="">{0,unbounded}</rightsInfo>
  <itemMeta dir="" xml:lang="">{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="assert" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="inlineRef" minOccurs="0" maxOccurs="unbounded"/>
          <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-Power.xsd
Element conceptItem/contentMeta
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Content Metadata for a Concept Item
Diagram
Diagram ConceptItem0.tmp#id21 ConceptItem0.tmp#id191 ConceptItem0.tmp#id193 ConceptItem0.tmp#id195 ConceptItem0.tmp#id196 ConceptItem0.tmp#id197 ConceptItem0.tmp#id198 ConceptItem0.tmp#id201 ConceptItem0.tmp#id205 ConceptItem0.tmp#id206 ConceptItem0.tmp#id209 ConceptItem0.tmp#id210 ConceptItem0.tmp#id192 ConceptItem0.tmp#id190
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 | exclAudience | altId) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children altId, audience, contentCreated, contentModified, contributor, creator, exclAudience, icon, infoSource, located, urgency
Instance
<contentMeta dir="" xml:lang="">
  <icon contenttype="" creator="" format="" href="" id="" modified="" 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/'
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="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-Power.xsd