Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Main schema EventsML-G2_1.1-spec-KnowledgeItem-Core.xsd
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
IPTC NAR 1.3 Knowledge Item extended for EventsML-G2 1.1, document version 4
Initial Knowledge Item Schema created for the IPTC by Jay Cousins, RivCom Ltd (jay.cousins@rivcom.com) and Ulf Wingstedt, CNet Svenska AB (ulf.wingstedt@cnet.se)
Schema for EventsML-G2 created by Michael Steidl (IPTC)
Date of creation of this XML Schema: 2008-10-17
Date of creation of this file version: 2009-02-09
Properties
attribute form default: unqualified
element form default: qualified
version: 1.0
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-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#id67 KnowledgeItem0.tmp#id68 KnowledgeItem0.tmp#id69 KnowledgeItem0.tmp#id70 KnowledgeItem0.tmp#id71 KnowledgeItem0.tmp#id10 KnowledgeItem0.tmp#id6 KnowledgeItem0.tmp#id17 KnowledgeItem0.tmp#id22 KnowledgeItem0.tmp#id37 KnowledgeItem0.tmp#id5 KnowledgeItem2.tmp#id72 KnowledgeItem2.tmp#id87
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>A set of properties about the content</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:group ref="AdministrativeMetadataGroup"/>
                <xs:choice minOccurs="0" maxOccurs="unbounded">
                  <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>A set of concept definitions to be included into this controlled vocabulary</xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:sequence>
                <xs:element name="concept" type="ConceptWEventType" minOccurs="0" maxOccurs="unbounded"/>
              </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/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-KnowledgeItem-Core.xsd
Element knowledgeItem/contentMeta
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A set of properties about the content
Diagram
Diagram 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#id86
Properties
content: complex
minOccurs: 0
Model urgency{0,1} , contentCreated{0,1} , contentModified{0,1} , (located | infoSource | creator | contributor | audience) , (subject | description) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children audience, contentCreated, contentModified, contributor, creator, description, infoSource, located, subject, urgency
Instance
<contentMeta>
  <urgency>{0,1}</urgency>
  <contentCreated>{0,1}</contentCreated>
  <contentModified>{0,1}</contentModified>
</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>A set of properties about the content</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:group ref="AdministrativeMetadataGroup"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <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/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-KnowledgeItem-Core.xsd
Element knowledgeItem/conceptSet
Namespace http://iptc.org/std/nar/2006-10-01/
Annotations
A set of  concept definitions to be included into this controlled vocabulary
Diagram
Diagram KnowledgeItem2.tmp#id88
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>A set of concept definitions to be included into this controlled vocabulary</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="concept" type="ConceptWEventType" 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/EventsML-G2_1.1-spec-KnowledgeItem-Core.xsd
Element conceptSet/knowledgeItem/concept
Namespace http://iptc.org/std/nar/2006-10-01/
Diagram
Diagram KnowledgeItem1.tmp#id90 KnowledgeItem1.tmp#id96 KnowledgeItem0.tmp#id26 KnowledgeItem0.tmp#id97 KnowledgeItem0.tmp#id98 KnowledgeItem0.tmp#id99 KnowledgeItem0.tmp#id102 KnowledgeItem0.tmp#id103 KnowledgeItem0.tmp#id104 KnowledgeItem0.tmp#id105 KnowledgeItem0.tmp#id101 KnowledgeItem0.tmp#id106 KnowledgeItem0.tmp#id128 KnowledgeItem0.tmp#id133 KnowledgeItem0.tmp#id140 KnowledgeItem1.tmp#id147 KnowledgeItem1.tmp#id89
Type ConceptWEventType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model conceptId , type{0,1} , name+ , (definition | note | facet) , (sameAs | broader | narrower | related) , (personDetails | organisationDetails | geoAreaDetails | POIDetails | eventDetails) , ANY element from ANY namespace OTHER than 'http://iptc.org/std/nar/2006-10-01/'
Children POIDetails, broader, conceptId, definition, eventDetails, facet, geoAreaDetails, name, narrower, note, organisationDetails, personDetails, related, sameAs, type
Instance
<concept>
  <conceptId created="" qcode="" retired="">{1,1}</conceptId>
  <type qcode="">{0,1}</type>
  <name dir="" xml:lang="">{1,unbounded}</name>
</concept>
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="concept" type="ConceptWEventType" minOccurs="0" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/EventsML-G2_1.1/1.1/specification/EventsML-G2_1.1-spec-KnowledgeItem-Core.xsd