Definition Type: Element
Name: Photo
Namespace: http://rets.org/xsd/Transactions/2007-08
Containing Schema: Transactions.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Photo in schema transactions_xsd Drilldown into PhotoSequence in schema transactions_xsd Drilldown into PhotoID in schema transactions_xsd Drilldown into PhotoName in schema transactions_xsdXSD Diagram of Photo in schema transactions_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Photo">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PhotoName" />
            <xs:element name="PhotoID" />
            <xs:element name="PhotoSequence" />
            <xs:element name="Photo" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PhotoName trans:PhotoName (1) (1)
PhotoID trans:PhotoID (1) (1)
PhotoSequence trans:PhotoSequence (1) (1)
Photo trans:Photo (1) (1)