Definition Type: Attribute
Name: systemUserGUId
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Person.xsd
Use Optional
Documentation:
An optional attribute when a system has additional information stored associated with this person. Many systems will not have any other information or may choose to suppress this value.
Collapse XSD Schema Diagram:
XSD Diagram of systemUserGUId in schema person_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:attribute name="systemUserGUId" type="xs:string" use="optional">
    <xs:annotation>
        <xs:documentation>
					An optional attribute when a system has additional
					information stored associated with this person. Many
					systems will not have any other information or may
					choose to suppress this value.
				</xs:documentation>
        <xs:appinfo>
            <retsid>100018</retsid>
            <example>317782231</example>
        </xs:appinfo>
    </xs:annotation>
</xs:attribute>