<element name="event-sponsor">
<annotation>
<documentation>A sponsor for an event. | Events can have more than one sponsor.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attribute name="type" type="string" use="optional">
<annotation>
<documentation>Could be main, supporting, etc.</documentation>
</annotation>
</attribute>
<attribute name="name" type="string" use="optional">
<annotation>
<documentation>The name of the sponsor.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|