Definition Type: ComplexType
Name: ListingItemsType
Namespace: http://rets.org/xsd/Syndication/2008-03
Containing Schema: Syndication.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Listing in schema syndication_xsd Drilldown into versionTimestamp in schema syndication_xsd Drilldown into version in schema syndication_xsd Drilldown into lang in schema xml_xsdXSD Diagram of ListingItemsType in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Listing synd:Listing 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
lang xml:lang Optional
version synd:version (Optional)
versionTimestamp synd:versionTimestamp (Optional)
Collapse Derivation Tree:
Collapse References:
synd:Listings