Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Main schema NAR_1.3-spec-KnowledgeItem-Core.xsd
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
News Architecture (NAR) 1.3 for IPTC G2-Standards - Knowledge 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-KnowledgeItem-Core.xsd
Element knowledgeItem
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An Item used for collating a set of concept definitions to form the physical representation of a controlled vocabulary
Diagram
Diagram KnowledgeItem0.tmp#id66 KnowledgeItem0.tmp#id67 KnowledgeItem0.tmp#id68 KnowledgeItem0.tmp#id69 KnowledgeItem0.tmp#id70 KnowledgeItem0.tmp#id9 KnowledgeItem0.tmp#id5 KnowledgeItem0.tmp#id16 KnowledgeItem0.tmp#id21 KnowledgeItem0.tmp#id36 KnowledgeItem0.tmp#id4 KnowledgeItem2.tmp#id71 KnowledgeItem2.tmp#id90
Type extension of AnyItemType
Type hierarchy
Properties
content: complex
Model (catalogRef | catalog) , rightsInfo{0,1} , itemMeta , contentMeta{0,1} , conceptSet{0,1}
Children catalog, catalogRef, conceptSet, contentMeta, itemMeta, rightsInfo
Instance
<knowledgeItem 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>
</knowledgeItem>
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="knowledgeItem">
  <xs:annotation>
    <xs:documentation>An Item used for collating a set of concept definitions to form the physical representation of a controlled vocabulary</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:complexContent>
      <xs:extension base="AnyItemType">
        <xs:sequence>
          <xs:element name="contentMeta" minOccurs="0">
            <xs:annotation>
              <xs:documentation>Content Metadata for a Knowledge Item</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element ref="icon" minOccurs="0"/>
                <xs:group ref="AdministrativeMetadataGroup"/>
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                  <!-- v1.1 rev3 : evolution. language added to the set-->
                  <xs:element ref="language"/>
                  <xs:element ref="subject"/>
                  <xs:element ref="description"/>
                </xs:choice>
                <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
              </xs:sequence>
              <xs:anyAttribute namespace="##other" processContents="lax"/>
            </xs:complexType>
          </xs:element>
          <xs:element name="conceptSet" minOccurs="0">
            <xs:annotation>
              <xs:documentation>An unordered set of concepts</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element ref="concept" minOccurs="0" maxOccurs="unbounded">
                  <xs:annotation>
                    <xs:documentation>A set of properties defining a concept</xs:documentation>
                  </xs:annotation>
                </xs:element>
              </xs:sequence>
              <xs:anyAttribute namespace="##other" processContents="lax"/>
            </xs:complexType>
          </xs:element>
        </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-KnowledgeItem-Core.xsd
Element knowledgeItem/contentMeta
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Content Metadata for a Knowledge Item
Diagram
Diagram KnowledgeItem0.tmp#id72 KnowledgeItem0.tmp#id74 KnowledgeItem0.tmp#id76 KnowledgeItem0.tmp#id79 KnowledgeItem0.tmp#id80 KnowledgeItem0.tmp#id81 KnowledgeItem0.tmp#id82 KnowledgeItem0.tmp#id83 KnowledgeItem0.tmp#id84 KnowledgeItem0.tmp#id73 KnowledgeItem0.tmp#id85 KnowledgeItem0.tmp#id88 KnowledgeItem0.tmp#id89
Properties
content: complex
minOccurs: 0
Model icon{0,1} , urgency{0,1} , contentCreated{0,1} , contentModified{0,1} , (located | infoSource | creator | contributor | audience) , (language | subject | description) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children audience, contentCreated, contentModified, contributor, creator, description, icon, infoSource, language, located, subject, 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" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Content Metadata for a Knowledge Item</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="icon" minOccurs="0"/>
      <xs:group ref="AdministrativeMetadataGroup"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <!-- v1.1 rev3 : evolution. language added to the set-->
        <xs:element ref="language"/>
        <xs:element ref="subject"/>
        <xs:element ref="description"/>
      </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/NewsML-G2_2.2/specification/NAR_1.3-spec-KnowledgeItem-Core.xsd
Element knowledgeItem/conceptSet
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An unordered set of concepts
Diagram
Diagram KnowledgeItem0.tmp#id91
Properties
content: complex
minOccurs: 0
Model concept*
Children concept
Instance
<conceptSet>
  <concept>{0,unbounded}</concept>
</conceptSet>
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="conceptSet" minOccurs="0">
  <xs:annotation>
    <xs:documentation>An unordered set of concepts</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="concept" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A set of properties defining a concept</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
  </xs:complexType>
</xs:element>
Schema location file:/C:/Users/mihai/Desktop/NewsML-G2_2.2/specification/NAR_1.3-spec-KnowledgeItem-Core.xsd