<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>
|