Definition Type: ComplexType
Name: SpeakingEventType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: SpeakingEventsHistory.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Link in schema speakingeventshistory_xsd Drilldown into AffiliatedOrganization in schema speakingeventshistory_xsd Drilldown into Description in schema speakingeventshistory_xsd Drilldown into Location in schema speakingeventshistory_xsd Drilldown into EventType in schema speakingeventshistory_xsd Drilldown into EventName in schema speakingeventshistory_xsd Drilldown into EndDate in schema speakingeventshistory_xsd Drilldown into StartDate in schema speakingeventshistory_xsd Drilldown into Role in schema speakingeventshistory_xsd Drilldown into Title in schema speakingeventshistory_xsd Drilldown into type in schema speakingeventshistory_xsdXSD Diagram of SpeakingEventType in schema speakingeventshistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="SpeakingEventType">
    <xsd:sequence>
        <xsd:element name="Title" type="xsd:string" minOccurs="0" />
        <xsd:element name="Role" type="xsd:string" minOccurs="0" />
        <xsd:element name="StartDate" type="FlexibleDatesType" minOccurs="0" />
        <xsd:element name="EndDate" type="FlexibleDatesType" minOccurs="0" />
        <xsd:element name="EventName" type="xsd:string" />
        <xsd:element name="EventType" type="ExtendedEventTypeType" minOccurs="0" />
        <xsd:element name="Location" type="xsd:string" minOccurs="0" />
        <xsd:element name="Description" type="xsd:string" minOccurs="0" />
        <xsd:element name="AffiliatedOrganization" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Link" type="InternetWebAddressType" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="type" type="ExtendedSpeakingTypeType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Title hr:Title 0 (1)
Role hr:Role 0 (1)
StartDate hr:StartDate 0 (1)
EndDate hr:EndDate 0 (1)
EventName hr:EventName (1) (1)
EventType hr:EventType 0 (1)
Location hr:Location 0 (1)
Description hr:Description 0 (1)
AffiliatedOrganization hr:AffiliatedOrganization 0 unbounded
Link hr:Link 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)
Collapse Derivation Tree:
Collapse References:
hr:SpeakingEvent