Definition Type: ComplexType
Name: CompleteName
Namespace: http://rets.org/xsd/RETSCommons/2007-08
Type: commons:SecureString
Containing Schema: Person.xsd
Abstract
Documentation:
A person's entire given name. May consist of a combination of one or more of: title, first name, middle name, nick name, surname and suffix with whitespace. An example is "Dr. Edwin E. 'Buzz' Aldrin Jr.". Often the nick name is surrounded by quotation marks, either single or double.
Collapse XSD Schema Diagram:
Drilldown into isgSecurityClass in schema primitives_xsd Drilldown into SecureString in schema primitives_xsdXSD Diagram of CompleteName in schema person_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="CompleteName">
    <xs:annotation>
        <xs:documentation>
				A person's entire given name.  May consist of a
				combination of one or more of: title, first name,
				middle name, nick name, surname and suffix with
				whitespace. An example is
				"Dr. Edwin E. 'Buzz' Aldrin Jr.". Often the nick name is
				surrounded by quotation marks, either single or double.
			</xs:documentation>
        <xs:appinfo>
				Dr. Edwin E. 'Buzz' Aldrin Jr.
			</xs:appinfo>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="commons:SecureString" />
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
isgSecurityClass commons:isgSecurityClass Required
Collapse Derivation Tree: