Definition Type: SimpleType
Name: PresentationMethodCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Values that describe the manner or method in which the speaking event is performed or takes place.
Collapse XSD Schema Diagram:
XSD Diagram of PresentationMethodCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="PresentationMethodCodeEnumType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that describe the manner or method in which the speaking event is performed or takes place.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Speech" />
        <xsd:enumeration value="Presentation" />
        <xsd:enumeration value="Demonstration" />
        <xsd:enumeration value="Interview" />
        <xsd:enumeration value="Debate" />
        <xsd:enumeration value="PanelDiscussion" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Speech
Enumeration Presentation
Enumeration Demonstration
Enumeration Interview
Enumeration Debate
Enumeration PanelDiscussion