Definition Type: ComplexType
Name: CompletionRole
Namespace: http://rets.org/xsd/Activities/2007-08
Containing Schema: Activities.xsd
Abstract
Documentation:
The information about the completion role entity.
Collapse XSD Schema Diagram:
Drilldown into Comments in schema activities_xsd Drilldown into Person in schema activities_xsdXSD Diagram of CompletionRole in schema activities_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="CompletionRole">
    <xs:annotation>
        <xs:documentation>
				The information about the completion role entity.
			</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="Person" type="commons:ContactablePerson" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Comments" type="commons:SecureRemark" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>
						optional field to include remarks on the completion
						role entity. Intended for comments related to the
						activity-entity interaction.
					</xs:documentation>
                <xs:appinfo>
						Bill has a backlog and may be late.
					</xs:appinfo>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Person act:Person 0 unbounded
Comments act:Comments 0 unbounded
Collapse Derivation Tree:
Collapse References:
act:CompletionRole