HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » SourceUnitBaseNumeric | SpatialLocation | SpeakerRoleDescription | SpeakingEvent | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
SpeakingEventCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'Convention'|'Rally'|'Conference'|'SalesMeeting'|'TelevisionShow'|'RadioShow'|'Web-based'}
|
| Documentation |
Values that describe the type of speaking event. |
Schema Component Representation
<
xsd:simpleType name="
SpeakingEventCodeEnumType">
<
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>