Definition Type: SimpleType
Name: SpeakingEventCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Values that describe the type of speaking event.
Collapse XSD Schema Diagram:
XSD Diagram of SpeakingEventCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="SpeakingEventCodeEnumType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that describe the type of speaking event.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Convention" />
        <xsd:enumeration value="Rally" />
        <xsd:enumeration value="Conference" />
        <xsd:enumeration value="SalesMeeting" />
        <xsd:enumeration value="TelevisionShow" />
        <xsd:enumeration value="RadioShow" />
        <xsd:enumeration value="Web-based" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Convention
Enumeration Rally
Enumeration Conference
Enumeration SalesMeeting
Enumeration TelevisionShow
Enumeration RadioShow
Enumeration Web-based