eventSponsorComplexType

A sponsor for an event. | Events can have more than one sponsor.

Complex Type Information

Model

Children: name

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
id xs:ID optional
An XML-specific identifier for the element.
style xs:string optional
An open placeholder for reference by an external stylesheet.
type xs:string optional
Could be main, supporting, etc.

Used By

Source

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