GeoRssFeed_V4 Schema
TypeChannel Complex Type
Namespace (none)
Diagram
pubDate Element comments Element source Element author Element enclosure Element link Element shortdescription Element description Element title Element category Element Any guid Element Choice Sequence item Element quality Element overallcount Element count Element rating Element ttl Element docs Element generator Element lastBuildDate Element pubDate Element webMaster Element managingEditor Element copyright Element language Element link Element description Element category Element title Element Choice Sequence TypeChannel Complex Type
Overview
##any
Sequence
Choice 1..∞
title xs:string
Der Name des Channels
category optional TypeCategory Complex Type
Kategorien des Channels
domain optional xs:string
description xs:string
Beschreibung des Channels.
link xs:anyURI
Channel URL
language optional xs:language
Die Sprache der ausgelieferten Daten
copyright optional xs:string
Copyright Hinweis
managingEditor optional TypeEmail Simple Type
E-Mail Adresse des Erstellers.
webMaster optional TypeEmail Simple Type
E-Mail Adresse des Technischen Partners
pubDate optional xs:dateTime
Veröffentlichungsdatum
lastBuildDate optional xs:dateTime
Letzte Änderung.
generator optional xs:string
Programm, das zur Erstellung des Feeds verwendet wurde
docs optional xs:anyURI
URL zur Dokumentation des Channels
ttl optional xs:nonNegativeInteger
Zeit in Minuten, bis der Channel(Feed) aktualisiert werden sollte.
rating optional xs:string
Bewertung des Channels
count optional xs:nonNegativeInteger
Anzahl der Items im Feed
overallcount optional xs:nonNegativeInteger
Anzahl der Items im Feed
quality optional xs:nonNegativeInteger
Qualität des Ergebnisses in Prozent. 100 = Alle Daten vorhanden
##any
Sequence
Choice 1..∞
guid optional TypeGuid Complex Type
GUID oder PermaLink für das Objekt
isPermaLink optional xs:boolean
Any 0..∞urn:schemas-econtent:rss (Process Contents: Strict)
category optional TypeCategory Complex Type
Kategorien des Objekts
domain optional xs:string
title optional xs:string
Der Titel des Objekts
description optional xs:string
Detailierte Beschreibung (HTML)
shortdescription optional xs:string
Kurzbeschreibung (HTML)
link optional xs:anyURI
Link auf die Detailseite
enclosure optional TypeEnclosure Complex Type
Media-Objekte
url required xs:anyURI
URL mit der Adresse
length optional xs:nonNegativeInteger
Grösse in Bytes
type optional xs:string
MIME Media-Type
author optional TypeEmail Simple Type
Email des Erstellers des Objekts
source optional TypeSource Complex Type
Die Quelle des Objekts
url optional xs:anyURI
comments optional xs:anyURI
URL für weitere Kommentare
pubDate optional xs:dateTime
Veröffentlichung des Objekts
Used By
channel Element
Attribute Wildcards

Namespace: ##any

Process Contents: strict

Source
<xs:complexType name="TypeChannel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="title" type="xs:string">
        <xs:annotation>
          <xs:documentation>Der Name des Channels</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="category" type="TypeCategory" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Kategorien des Channels</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="description" type="xs:string">
        <xs:annotation>
          <xs:documentation>Beschreibung des Channels.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="link" type="xs:anyURI">
        <xs:annotation>
          <xs:documentation>Channel URL</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="language" type="xs:language" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Die Sprache der ausgelieferten Daten</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="copyright" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Copyright Hinweis</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="managingEditor" type="TypeEmail" minOccurs="0">
        <xs:annotation>
          <xs:documentation>E-Mail Adresse des Erstellers.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="webMaster" type="TypeEmail" minOccurs="0">
        <xs:annotation>
          <xs:documentation>E-Mail Adresse des Technischen Partners</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="pubDate" type="xs:dateTime" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Veröffentlichungsdatum</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="lastBuildDate" type="xs:dateTime" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Letzte Änderung.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="generator" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Programm, das zur Erstellung des Feeds verwendet wurde</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="docs" type="xs:anyURI" minOccurs="0">
        <xs:annotation>
          <xs:documentation>URL zur Dokumentation des Channels</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ttl" type="xs:nonNegativeInteger" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Zeit in Minuten, bis der Channel(Feed) aktualisiert werden sollte.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="rating" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Bewertung des Channels</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="count" type="xs:nonNegativeInteger" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Anzahl der Items im Feed</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="overallcount" type="xs:nonNegativeInteger" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Anzahl der Items im Feed</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="quality" type="xs:nonNegativeInteger" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Qualität des Ergebnisses in Prozent. 100 = Alle Daten vorhanden</xs:documentation>
        </xs:annotation>
      </xs:element>
      <!-- <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Weitere Tags</xs:documentation>
          </xs:annotation>
        </xs:any> -->
    </xs:choice>
    <xs:element name="item" type="TypeItem" minOccurs="1" maxOccurs="unbounded" />
    <!-- <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Weitere Tags.</xs:documentation>
        </xs:annotation>
      </xs:any> -->
  </xs:sequence>
  <xs:anyAttribute namespace="##any" />
</xs:complexType>
See Also
GeoRssFeed_V4 Schema

 

 


© 2018 All Rights Reserved.

Send comments on this topic.