Definition Type: ComplexType
Name: MediaContent
Namespace: http://rets.org/xsd/Media/2007-08
Containing Schema: Media.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Source in schema media_xsd Drilldown into Details in schema media_xsd Drilldown into Restriction in schema media_xsd Drilldown into Text in schema media_xsd Drilldown into Copyright in schema media_xsd Drilldown into Hash in schema media_xsd Drilldown into AddedDateTime in schema media_xsd Drilldown into CreatedDateTime in schema media_xsd Drilldown into Keywords in schema media_xsd Drilldown into Description in schema media_xsd Drilldown into Title in schema media_xsdXSD Diagram of MediaContent in schema media_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="MediaContent">
    <xs:sequence>
        <xs:element name="Title" type="media:MediaTitle" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Description" type="media:MediaDescription" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Keywords" type="commons:SecureString" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <!--<xs:element	name="Category"
							type="media:MediaCategory"
							minOccurs="0">
				<xs:annotation>
					<xs:documentation>
					</xs:documentation>
					<xs:appinfo>
						<retsid></retsid>
					</xs:appinfo>
				</xs:annotation>
			</xs:element>-->
        <xs:element name="CreatedDateTime" type="commons:SecureDateTime">
            <xs:annotation>
                <xs:documentation>
						The date of creation for the media item.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>2007-11-29T16:00:00Z</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="AddedDateTime" type="commons:SecureDateTime">
            <xs:annotation>
                <xs:documentation>
						The date of addition to the system for the media item.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>2007-11-29T16:00:00Z</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Hash" type="media:MediaHash" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Copyright" type="media:MediaCopyright" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Text" type="media:MediaText" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Restriction" type="media:MediaRestriction" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Details" type="media:MediaDetails" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Container for technical detail information, such as mime type
						file size, bitrate, etc.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="Source" type="commons:SecureString" minOccurs="0" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
						Source or origination of the media item.
					</xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                    <example>EXIF</example>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Title media:Title 0 (1)
Description media:Description 0 (1)
Keywords media:Keywords 0 (1)
CreatedDateTime media:CreatedDateTime (1) (1)
AddedDateTime media:AddedDateTime (1) (1)
Hash media:Hash 0 (1)
Copyright media:Copyright 0 (1)
Text media:Text 0 (1)
Restriction media:Restriction 0 (1)
Details media:Details 0 1
Source media:Source 0 1
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Derivation Tree:
Collapse References:
media:Content