Definition Type: Element
Name: SystemId
Namespace: http://rets.org/xsd/Activities/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Activities.xsd
MinOccurs 1
MaxOccurs (1)
Abstract
Documentation:
Required internal system identifier for the activity record for this system.
Collapse XSD Schema Diagram:
XSD Diagram of SystemId in schema activities_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="SystemId" type="xs:string" minOccurs="1">
    <xs:annotation>
        <!-- +++ PS
						+++ should we make this SystemGUId to indicate that
						it is the key?
					-->
        <xs:documentation>
						Required internal system identifier for the activity
						record for this system.
					</xs:documentation>
        <xs:appinfo>
						TA8779799003
					</xs:appinfo>
    </xs:annotation>
</xs:element>