Definition Type: ComplexType
Name: EventType
Namespace: http://rets.org/xsd/Events/2007-08
Containing Schema: Events.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ModificationTimestamp in schema events_xsd Drilldown into Contact in schema events_xsd Drilldown into Comment in schema events_xsd Drilldown into Attendees in schema events_xsd Drilldown into URL in schema events_xsd Drilldown into Status in schema events_xsd Drilldown into Recurrence in schema events_xsd Drilldown into Priority in schema events_xsd Drilldown into Organizer in schema events_xsd Drilldown into EventLocation in schema events_xsd Drilldown into Description in schema events_xsd Drilldown into Category in schema events_xsd Drilldown into Duration in schema events_xsd Drilldown into EndDate in schema events_xsd Drilldown into StartDate in schema events_xsd Drilldown into CreatedDateTime in schema events_xsd Drilldown into EventId in schema events_xsd Drilldown into systemId in schema events_xsdXSD Diagram of EventType in schema events_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:complexType name="EventType">
    <xs:sequence>
        <xs:element name="EventId" type="xs:string" minOccurs="1" />
        <xs:element name="CreatedDateTime" type="commons:SecureDateTime" minOccurs="0" />
        <xs:element name="StartDate" type="event:StartDate" minOccurs="0" />
        <xs:element name="EndDate" type="event:EndDate" minOccurs="0" />
        <xs:element name="Duration" type="event:Duration" />
        <xs:element name="Category" type="xs:string" minOccurs="0" />
        <xs:element name="Description" type="event:Description" minOccurs="0" />
        <xs:element name="EventLocation" type="event:EventLocationType" minOccurs="0" />
        <xs:element name="Organizer" type="commons:ContactablePerson" minOccurs="0" />
        <xs:element name="Priority" type="event:Priority" minOccurs="0" />
        <xs:element name="Recurrence" type="event:Recurrence" minOccurs="0" />
        <xs:element name="Status" type="event:Status" minOccurs="0" />
        <xs:element name="URL" type="commons:URL" minOccurs="0" />
        <xs:element name="Attendees" type="event:Attendees" minOccurs="0" />
        <xs:element name="Comment" type="event:Comment" minOccurs="0" />
        <xs:element name="Contact" type="commons:ContactablePerson" minOccurs="0" />
        <xs:element name="ModificationTimestamp" type="commons:ModificationTimestamp" />
    </xs:sequence>
    <xs:attribute name="systemId" type="commons:system-id" use="required" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EventId events:EventId 1 (1)
CreatedDateTime events:CreatedDateTime 0 (1)
StartDate events:StartDate 0 (1)
EndDate events:EndDate 0 (1)
Duration events:Duration (1) (1)
Category events:Category 0 (1)
Description events:Description 0 (1)
EventLocation events:EventLocation 0 (1)
Organizer events:Organizer 0 (1)
Priority events:Priority 0 (1)
Recurrence events:Recurrence 0 (1)
Status events:Status 0 (1)
URL events:URL 0 (1)
Attendees events:Attendees 0 (1)
Comment events:Comment 0 (1)
Contact events:Contact 0 (1)
ModificationTimestamp events:ModificationTimestamp (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
systemId events:systemId Required
Collapse Derivation Tree:
Collapse References:
events:Event