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