Definition Type: Element
Name: ChangedBy
Namespace: http://rets.org/xsd/ChangeRecords/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: ChangeRecords.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The a unique representation of the person who changed the record for audit purposes. While regular names may be used, a unique identifier for the person should be provided in the EntryId field. Implementors are encouraged to use a system unique identifier.
Collapse XSD Schema Diagram:
XSD Diagram of ChangedBy in schema changerecords_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="ChangedBy" type="xs:string" minOccurs="0">
    <xs:annotation>
        <xs:documentation>
						The a unique representation of the
						person who changed the record for
						audit purposes. While regular
						names may be used, a unique identifier
						for the person should be provided in
						the EntryId field. Implementors are
						encouraged to use a system unique
						identifier.
					</xs:documentation>
        <xs:appinfo>
						T3324
					</xs:appinfo>
    </xs:annotation>
</xs:element>