Definition Type: Element
Name: HasDeck
Namespace: http://rets.org/xsd/Syndication/2008-03
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: Syndication.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Indicates whether or not the property listed has one or more decks.
Collapse XSD Schema Diagram:
XSD Diagram of HasDeck in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="HasDeck" type="xs:boolean" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						Indicates whether or not the property listed has
						one or more decks.
					</xs:documentation>
        <xs:appinfo>
            <retsid>101841</retsid>
        </xs:appinfo>
    </xs:annotation>
</xs:element>