Definition Type: Element
Name: ViewTypes
Namespace: http://rets.org/xsd/Syndication/2008-03
Containing Schema: Syndication.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
A collection of the various view types from the property.
Collapse XSD Schema Diagram:
Drilldown into ViewType in schema syndication_xsdXSD Diagram of ViewTypes in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="ViewTypes" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						A collection of the various view types from the 
						property.
					</xs:documentation>
        <xs:appinfo>
            <retsid>101887</retsid>
        </xs:appinfo>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ViewType" type="commons:ViewEnum" minOccurs="1" maxOccurs="unbounded">
                <xs:annotation>
                    <xs:documentation>
									Indicates the view.
								</xs:documentation>
                    <xs:appinfo>
                        <retsid>101888</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ViewType synd:ViewType 1 unbounded