<element name="group-metadata">
<annotation>
<documentation>Metadata about the group.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:name" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:sports-content-code" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:sports-property" minOccurs="0" maxOccurs="unbounded" />
<group minOccurs="0" ref="sportsml:groupMetadataSpecific" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attribute name="group-key" type="sportsml:genericKeyType" use="optional">
<annotation>
<documentation>A unique ID for the group.</documentation>
</annotation>
</attribute>
<attribute name="group-source" type="string" use="optional">
<annotation>
<documentation>The source for the controlled vocabulary for the group-key.</documentation>
</annotation>
</attribute>
<attribute name="group-type" type="string" use="optional">
<annotation>
<documentation>The type of group. For example: conference, division, etc.</documentation>
</annotation>
</attribute>
<attribute name="home-page-url" type="string" use="optional">
<annotation>
<documentation>The home page URL for the group.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|