Definition Type: ComplexType
Name: OpenHouseType
Namespace: http://rets.org/xsd/Syndication/2008-03
Containing Schema: Syndication.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Description in schema syndication_xsd Drilldown into EndTime in schema syndication_xsd Drilldown into StartTime in schema syndication_xsd Drilldown into Date in schema syndication_xsdXSD Diagram of OpenHouseType in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="OpenHouseType">
    <xs:sequence>
        <xs:element name="Date" type="xs:date" minOccurs="1" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101908</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="StartTime" type="commons:simpleTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101909</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="EndTime" type="commons:simpleTime" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101910</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101911</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Date synd:Date 1 1
StartTime synd:StartTime 0 1
EndTime synd:EndTime 0 1
Description synd:Description 0 1
Collapse Derivation Tree:
Collapse References:
synd:OpenHouse