Changeset 2144


Ignore:
Timestamp:
08/23/12 12:09:40 (12 years ago)
Author:
twagoo
Message:

Modified rss schema

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentRegistry/src/main/binding/rss/rss-2_0.xsd

    r2134 r2144  
    6666    </xs:annotation>
    6767    <xs:sequence>
    68       <xs:choice maxOccurs="unbounded">
    6968        <xs:element name="title" type="xs:string" minOccurs="0">
    7069          <xs:annotation>
     
    122121          </xs:annotation>
    123122        </xs:any>
    124       </xs:choice>
     123     
    125124    </xs:sequence>
    126125    <xs:anyAttribute namespace="##any"/>
     
    128127  <xs:complexType name="RssChannel">
    129128    <xs:sequence>
    130       <xs:choice maxOccurs="unbounded">
    131129        <xs:element name="title" type="xs:string">
    132130          <xs:annotation>
     
    224222          </xs:annotation>
    225223        </xs:element>
    226         <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
    227           <xs:annotation>
    228             <xs:documentation>Extensibility element.</xs:documentation>
    229           </xs:annotation>
    230         </xs:any>
    231       </xs:choice>
     224     
    232225      <xs:element name="item" type="RssItem" minOccurs="1" maxOccurs="unbounded">
    233226         <!--
     
    237230         -->
    238231      </xs:element>
    239       <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
    240         <xs:annotation>
    241           <xs:documentation>Extensibility element.</xs:documentation>
    242         </xs:annotation>
    243       </xs:any>
    244232    </xs:sequence>
    245233    <xs:anyAttribute namespace="##any"/>
Note: See TracChangeset for help on using the changeset viewer.