A sponsor for an event. | Events can have more than one sponsor. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
class | xs:string | optional |
|
||||
id | xs:ID | optional |
|
||||
style | xs:string | optional |
|
||||
type | xs:string | optional |
|
<xs:complexType name="eventSponsorComplexType"> <xs:annotation> <xs:documentation>A sponsor for an event. | Events can have more than one sponsor.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="name" type="ConceptNameType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attributeGroup ref="commonAttributes"/> <xs:attribute name="type" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Could be main, supporting, etc.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |