Definition Type: ComplexType
Name: EventType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
A significant occurrence or happening related to an object process, or person.
Collapse XSD Schema Diagram:
Drilldown into EventOccurrenceDateTime in schema components_xsd Drilldown into EventDescription in schema components_xsd Drilldown into EventTypeCode in schema components_xsd Drilldown into EventID in schema components_xsdXSD Diagram of EventType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="EventType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5"> A significant occurrence
                or happening related to an object process, or person. </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="EventID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A unique identifier for
                an event.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="EventTypeCode" type="sqdt:EventTypeCodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Enumerated list of
                unusual event types.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="EventDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A textual description of
                the event.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="EventOccurrenceDateTime" type="udt:DateTimeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                A date, time, date time, or other date time value of an occurrence of this event.  This
                could be used to track such dates and times of creation, deletion, etc.
            </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EventID star:EventID 0 1
EventTypeCode star:EventTypeCode 0 1
EventDescription star:EventDescription 0 1
EventOccurrenceDateTime star:EventOccurrenceDateTime 0 1
Collapse Derivation Tree:
Collapse References:
star:Event, star:PartyActionEvent, star:SalesActivityActionEvent, star:VehicleDeliveryEvent