Definition Type: Attribute
Name: memberId
Namespace: http://rets.org/xsd/Members/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Members.xsd
Use Required
Documentation:
The local, well-known identifier for the member.
Collapse XSD Schema Diagram:
XSD Diagram of memberId in schema members_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:attribute name="memberId" type="xs:string" use="required">
    <xs:annotation>
        <xs:documentation>
					The local, well-known identifier for
					the member.
				</xs:documentation>
        <xs:appinfo>
            <retsid>100239</retsid>
            <example>12345890</example>
        </xs:appinfo>
    </xs:annotation>
</xs:attribute>