Definition Type: Attribute
Name: modificationTimestamp
Namespace: http://rets.org/xsd/RETSSystem/2007-08
Type: dateTime:http://www.w3.org/2001/XMLSchema
Containing Schema: DataDictionary.xsd
Use Required
Documentation:
The modificationTimestamp changes anytime the data dictionary has been modified. Must match the modificationTimestamp for the most recently changed Field.
Collapse XSD Schema Diagram:
XSD Diagram of modificationTimestamp in schema datadictionary_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:attribute name="modificationTimestamp" type="xs:dateTime" use="required">
    <xs:annotation>
        <xs:documentation>
								The modificationTimestamp changes anytime the
								data dictionary has been modified. 
								Must match the modificationTimestamp for the
								most recently changed Field.
							</xs:documentation>
        <xs:appinfo>
								2007-04-01T03:00:23Z
							</xs:appinfo>
    </xs:annotation>
</xs:attribute>