An element housing data having to do with a venue, stadium, arena, field, etc.
XSD Schema Diagram:
XSD Schema Code:
<element name="site">
<annotation>
<documentation>An element housing data having to do with a venue, stadium, arena, field, etc.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:site-metadata" />
<element ref="sportsml:site-stats" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
</complexType>
</element>