GeoRssFeed_V4 Schema
TypeItem Complex Type
Description
Ein eSuchWas Objekt
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 TypeItem Complex Type
Overview
TypeItem
Ein eSuchWas Objekt
##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
item Element
Attribute Wildcards

Namespace: ##any

Process Contents: strict

Source
<xs:complexType name="TypeItem" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Ein eSuchWas Objekt</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="guid" type="TypeGuid" minOccurs="0">
        <xs:annotation>
          <xs:documentation>GUID oder PermaLink für das Objekt</xs:documentation>
        </xs:annotation>
      </xs:element>
      <!-- Alle eContent/eSuchWas Erweiterungen (eContent.xsd) -->
      <xs:any namespace="urn:schemas-econtent:rss" minOccurs="0" maxOccurs="unbounded" processContents="strict" />
      <xs:element ref="geo:lat" minOccurs="1">
        <xs:annotation>
          <xs:documentation>Latitude</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="geo:long" minOccurs="1">
        <xs:annotation>
          <xs:documentation>Longitude</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="georss:elev">
        <xs:annotation>
          <xs:documentation>Höhe über dem Meerespiegel in Meter</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="georss:polygon">
        <xs:annotation>
          <xs:documentation>Daten für Tour</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element ref="georss:line">
        <xs:annotation>
          <xs:documentation>Daten für Tour</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="category" type="TypeCategory" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Kategorien des Objekts</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="title" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Der Titel des Objekts</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="description" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Detailierte Beschreibung (HTML)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="shortdescription" type="xs:string" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Kurzbeschreibung (HTML)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="link" type="xs:anyURI" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Link auf die Detailseite</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="enclosure" type="TypeEnclosure" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Media-Objekte</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="author" type="TypeEmail" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Email des Erstellers des Objekts</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="source" type="TypeSource" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Die Quelle des Objekts</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="comments" type="xs:anyURI" minOccurs="0">
        <xs:annotation>
          <xs:documentation>URL für weitere Kommentare</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="pubDate" type="xs:dateTime" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Veröffentlichung des Objekts</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:sequence>
  <xs:anyAttribute namespace="##any" />
</xs:complexType>
See Also
GeoRssFeed_V4 Schema

 

 


© 2018 All Rights Reserved.

Send comments on this topic.