Definition Type: Element
Name: PersonalTitle
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:Title
Containing Schema: Person.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The well known prefixes of Mr, Ms, Miss, Mrs or an officially granted name, prefixed to the first name. It is also known as pre-nomial letters. An example is Dr. or Ms. It may be abbreviated.
Collapse XSD Schema Diagram:
Drilldown into Title in schema person_xsdXSD Diagram of PersonalTitle in schema person_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="PersonalTitle" type="commons:Title" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						The well known prefixes of Mr, Ms, Miss, Mrs or
						an officially granted name, prefixed to the first
						name. It is also known as pre-nomial letters.
						An example is Dr. or Ms. It may be abbreviated.
					</xs:documentation>
        <xs:appinfo>
            <retsid>100002</retsid>
            <example>Dr</example>
        </xs:appinfo>
    </xs:annotation>
</xs:element>
Collapse Derivation Tree: