<attributeGroup name="siteAttributes">
<attribute name="site-key" type="sportsml:genericKeyType" use="optional">
<annotation>
<documentation>The symbol for the site at which the event is played. Deprecated in favor of site element.</documentation>
</annotation>
</attribute>
<attribute name="site-source" type="string" use="optional">
<annotation>
<documentation>The maintainer of the controlled vocabulary for the key. Deprecated in favor of site element.</documentation>
</annotation>
</attribute>
<attribute name="site-name" type="string" use="optional">
<annotation>
<documentation>A displayable name for the key. Deprecated in favor of site element.</documentation>
</annotation>
</attribute>
<attribute name="site-capacity" type="string" use="optional">
<annotation>
<documentation>How many spectators can fill the site. Deprecated in favor of site element.</documentation>
</annotation>
</attribute>
<attribute name="site-style" type="sportsml:siteStyle.Core" use="optional">
<annotation>
<documentation>Whether it is an indoor or outdoor site. Deprecated in favor of site element.</documentation>
</annotation>
</attribute>
<attribute name="site-surface" type="sportsml:siteSurface.Core" use="optional">
<annotation>
<documentation>Describes the surface upon which events are played. For example, in tennis, could be hard-court or grass or clay. Deprecated in favor of site element.</documentation>
</annotation>
</attribute>
<attribute name="site-city" type="string" use="optional">
<annotation>
<documentation>City in which the site is located. Deprecated in favor of site element.</documentation>
</annotation>
</attribute>
<attribute name="site-county" type="string" use="optional">
<annotation>
<documentation>County in which the site is located. Deprecated in favor of site element.</documentation>
</annotation>
</attribute>
<attribute name="site-state" type="string" use="optional">
<annotation>
<documentation>State or province in which the site is located. Deprecated in favor of site element.</documentation>
</annotation>
</attribute>
<attribute name="site-country" type="string" use="optional">
<annotation>
<documentation>Country in which the site is located. Generally, a two-letter ISO code. Deprecated in favor of site element.</documentation>
</annotation>
</attribute>
<attribute name="site-alignment" use="optional">
<annotation>
<documentation>Whether the site is neutral with respect to the competitors, or is the often-used site of the home team. Deprecated in favor of site element.</documentation>
</annotation>
<simpleType>
<restriction base="string">
<enumeration value="home" />
<enumeration value="neutral" />
</restriction>
</simpleType>
</attribute>
<attribute name="site-attendance" type="string" use="optional">
<annotation>
<documentation>How many spectators attended during the event. Deprecated in favor of site element.</documentation>
</annotation>
</attribute>
<attribute name="site-temperature" type="string" use="optional">
<annotation>
<documentation>Temperature of the event recorded during the competition. Deprecated in favor of site element.</documentation>
</annotation>
</attribute>
<attribute name="site-temperature-units" type="string" use="optional">
<annotation>
<documentation>Units of the temperature value. Deprecated in favor of site element.</documentation>
</annotation>
</attribute>
<attribute name="site-weather-wind" type="string" use="optional">
<annotation>
<documentation>Wind reading of the event recorded during the competition. Deprecated in favor of site element.</documentation>
</annotation>
</attribute>
<attribute name="site-weather-label" type="string" use="optional">
<annotation>
<documentation>Additional comment about the weather. Deprecated in favor of site element.</documentation>
</annotation>
</attribute>
</attributeGroup>
|