Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Main schema NAR_1.3-spec-KnowledgeItem-Power.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-Power.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#id184 KnowledgeItem0.tmp#id185 KnowledgeItem0.tmp#id186 KnowledgeItem0.tmp#id187 KnowledgeItem0.tmp#id188 KnowledgeItem0.tmp#id21 KnowledgeItem0.tmp#id5 KnowledgeItem0.tmp#id45 KnowledgeItem0.tmp#id50 KnowledgeItem0.tmp#id143 KnowledgeItem0.tmp#id4 KnowledgeItem2.tmp#id189 KnowledgeItem0.tmp#id219 KnowledgeItem0.tmp#id222 KnowledgeItem2.tmp#id224
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* , conceptSet{0,1}
Children assert, catalog, catalogRef, conceptSet, contentMeta, inlineRef, itemMeta, rightsInfo
Instance
<knowledgeItem 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>
</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:attributeGroup ref="i18nAttributes"/>
              <xs:anyAttribute namespace="##other" processContents="lax"/>
            </xs:complexType>
          </xs:element>
          <xs:element ref="assert" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="inlineRef" minOccurs="0" maxOccurs="unbounded"/>
          <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-Power.xsd
Element knowledgeItem/contentMeta
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
Content Metadata for a Knowledge Item
Diagram
Diagram KnowledgeItem0.tmp#id21 KnowledgeItem0.tmp#id190 KnowledgeItem0.tmp#id192 KnowledgeItem0.tmp#id194 KnowledgeItem0.tmp#id195 KnowledgeItem0.tmp#id196 KnowledgeItem0.tmp#id197 KnowledgeItem0.tmp#id200 KnowledgeItem0.tmp#id204 KnowledgeItem0.tmp#id205 KnowledgeItem0.tmp#id208 KnowledgeItem0.tmp#id209 KnowledgeItem0.tmp#id191 KnowledgeItem0.tmp#id212 KnowledgeItem0.tmp#id216 KnowledgeItem0.tmp#id218
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) , (language | subject | description) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children altId, audience, contentCreated, contentModified, contributor, creator, description, exclAudience, icon, infoSource, language, located, subject, 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" 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:attributeGroup ref="i18nAttributes"/>
    <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-Power.xsd
Element knowledgeItem/conceptSet
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
An unordered set of concepts
Diagram
Diagram KnowledgeItem0.tmp#id225
Properties
content: complex
minOccurs: 0
Model concept*
Children concept
Instance
<conceptSet>
  <concept dir="" xml:lang="">{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-Power.xsd