Definition Type: ComplexType
Name: TeamRoleEnum
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:OtherEnumerationDescriptionString
Containing Schema: Role.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into otherDescription in schema primitives_xsdXSD Diagram of TeamRoleEnum in schema role_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="TeamRoleEnum">
    <xs:simpleContent>
        <xs:restriction base="commons:OtherEnumerationDescriptionString">
            <xs:enumeration value="Team Lead">
                <xs:annotation>
                    <xs:documentation>
							The team leader or manager.
						</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Marketing Lead">
                <xs:annotation>
                    <xs:documentation>
							The primary marketing team member.
						</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Photographer" />
            <xs:enumeration value="Member" />
            <xs:enumeration value="Marketing Member" />
            <xs:enumeration value="Other" />
        </xs:restriction>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
otherDescription commons:otherDescription Optional
Collapse Facets:
Facet Value
Enumeration Team Lead
Enumeration Marketing Lead
Enumeration Photographer
Enumeration Member
Enumeration Marketing Member
Enumeration Other
Collapse Derivation Tree:
Collapse References:
teams:TeamRole