Definition Type: ComplexType
Name: MediaHash
Namespace: http://rets.org/xsd/Media/2007-08
Containing Schema: Media.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into HashValue in schema media_xsd Drilldown into Algorithm in schema media_xsdXSD Diagram of MediaHash in schema media_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="MediaHash">
    <xs:sequence>
        <xs:element name="Algorithm" type="xs:string" minOccurs="0">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
        <xs:element name="HashValue" type="xs:string" minOccurs="1" maxOccurs="1">
            <xs:annotation>
                <xs:documentation>
                </xs:documentation>
                <xs:appinfo>
                    <retsid>
                    </retsid>
                </xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Algorithm media:Algorithm 0 (1)
HashValue media:HashValue 1 1
Collapse Derivation Tree:
Collapse References:
media:Hash