Definition Type: Element
Name: Photos
Namespace: http://rets.org/xsd/Syndication/2008-03
Containing Schema: Syndication.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
A collection of photos for the property.
Collapse XSD Schema Diagram:
Drilldown into Photo in schema syndication_xsdXSD Diagram of Photos in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Photos" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						A collection of photos for the property.
					</xs:documentation>
        <xs:appinfo>
            <retsid>101947</retsid>
        </xs:appinfo>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Photo" minOccurs="1" maxOccurs="unbounded" type="synd:SimpleMediaType">
                <xs:annotation>
                    <xs:appinfo>
                        <retsid>101948</retsid>
                    </xs:appinfo>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Photo synd:Photo 1 unbounded