Definition Type: Element
Name: Showing
Namespace: http://rets.org/xsd/Listings/2007-08
Type: list:ListingShowingType
Containing Schema: Listings.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Extensible information about showing a listing
Collapse XSD Schema Diagram:
Drilldown into ShowingInformation in schema listings_xsd Drilldown into ListingShowingType in schema listings_xsdXSD Diagram of Showing in schema listings_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Showing" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						Extensible information about showing a listing
					</xs:documentation>
        <xs:appinfo>
            <retsid>100364</retsid>
            <example>
            </example>
        </xs:appinfo>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="list:ListingShowingType">
                <xs:sequence>
                    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ShowingInformation list:ShowingInformation 0 1
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree: