<xs:complexType name="ListingItemsType">
<xs:sequence>
<xs:element ref="synd:Listing" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
Zero or more listings is contained within the
item type.
</xs:documentation>
<xs:appinfo>
<retsid>101976</retsid>
</xs:appinfo>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute ref="xml:lang" use="optional" default="en-us">
<xs:annotation>
<xs:documentation>
The language used. Defaults to US English.
</xs:documentation>
<xs:appinfo>
<retsid>101977</retsid>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="version" type="xs:decimal" fixed="0.9">
<xs:annotation>
<xs:documentation>
The version number for this schema.
</xs:documentation>
<xs:appinfo>
<retsid>101978</retsid>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
<xs:attribute name="versionTimestamp" type="xs:dateTime" fixed="2008-04-04T18:55:00Z">
<xs:annotation>
<xs:documentation>
The fully formatted version number.
</xs:documentation>
<xs:appinfo>
<retsid>101654</retsid>
</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|