siteComplexType

An element housing data having to do with a venue, stadium, arena, field, etc.

Complex Type Information

Model

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.

Used By

Source

<xs:complexType name="siteComplexType">
  <xs:annotation>
    <xs:documentation>An element housing data having to do with a venue, stadium, arena, field, etc.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="site-metadata" type="siteMetadataComplexType"/>
    <xs:element name="site-stats" type="siteStatsComnplexType" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attributeGroup ref="commonAttributes"/>
</xs:complexType>