Definition Type: Element
Name: TeamId
Namespace: http://rets.org/xsd/Teams/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Teams.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The local, well-known identifier for the team. May be the same as or different from the key.
Collapse XSD Schema Diagram:
XSD Diagram of TeamId in schema teams_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="TeamId" type="xs:string" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						The local, well-known identifier for the
						team. May be the same as or different
						from the key.
					</xs:documentation>
        <xs:appinfo>
            <retsid>100253</retsid>
            <example>12345890</example>
        </xs:appinfo>
    </xs:annotation>
</xs:element>