Definition Type: Element
Name: Subject
Namespace: http://rets.org/xsd/Calendar/2007-08
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Calendar.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
The subject of the calendar entry
Collapse XSD Schema Diagram:
XSD Diagram of Subject in schema calendar_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Subject" type="xs:string" minOccurs="0" maxOccurs="1">
    <xs:annotation>
        <xs:documentation>
						The subject of the calendar entry
					</xs:documentation>
        <xs:appinfo>
						Open House
					</xs:appinfo>
    </xs:annotation>
</xs:element>