Definition Type: Element
Name: OwnerDisplayName
Namespace: http://rets.org/xsd/Calendar/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Calendar.xsd
MinOccurs 1
MaxOccurs 1
Abstract
Documentation:
A display name for the calendar. It may be a person or other entity or may be some descriptive text.
Collapse XSD Schema Diagram:
XSD Diagram of OwnerDisplayName in schema calendar_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="OwnerDisplayName" type="xs:string" minOccurs="1" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						A display name for the calendar. It may be a person
						or other entity or may be some descriptive text.
					</xs:documentation>
    </xs:annotation>
</xs:element>