GeoRssFeed_V4 Schema
TypeEnclosure Complex Type
Namespace (none)
Base Type
Extension of xs:string
Diagram
TypeEnclosure Complex Type
Overview
TypeEnclosure Extension of xs:string
url required xs:anyURI
URL mit der Adresse
length optional xs:nonNegativeInteger
Grösse in Bytes
type optional xs:string
MIME Media-Type
Used By
enclosure Element
Attributes
NameTypeUseDefaultFixedDescription
urlxs:anyURIrequired  URL mit der Adresse
lengthxs:nonNegativeIntegeroptional  Grösse in Bytes
typexs:stringoptional  MIME Media-Type
Source
<xs:complexType name="TypeEnclosure" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="url" type="xs:anyURI" use="required">
        <xs:annotation>
          <xs:documentation>URL mit der Adresse</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="length" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
          <xs:documentation>Grösse in Bytes</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="type" type="xs:string" use="optional">
        <xs:annotation>
          <xs:documentation>MIME Media-Type</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
See Also
GeoRssFeed_V4 Schema

 

 


© 2018 All Rights Reserved.

Send comments on this topic.