Definition Type: ComplexType
Name: SimpleMediaType
Namespace: http://rets.org/xsd/Syndication/2008-03
Containing Schema: Syndication.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SequenceNumber in schema syndication_xsd Drilldown into Description in schema syndication_xsd Drilldown into Caption in schema syndication_xsd Drilldown into URL in schema syndication_xsdXSD Diagram of SimpleMediaType in schema syndication_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="SimpleMediaType">
    <xs:sequence>
        <xs:element name="URL" type="xs:anyURI" minOccurs="1" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101929</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Caption" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101930</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Description" type="xs:string" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101931</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="SequenceNumber" type="xs:integer" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:appinfo>
                    <retsid>101932</retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
URL synd:URL 1 1
Caption synd:Caption 0 1
Description synd:Description 0 1
SequenceNumber synd:SequenceNumber 0 1
Collapse Derivation Tree:
Collapse References:
synd:Photo, synd:Video, synd:VirtualTour