siteMetadataComplexType

Metadata about the site.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
capacity xs:string optional
How many spectators can fill the site.
ceasedToExist TruncatedDateTimeType optional
Date (and time) when a place ceased to exist.
class xs:string optional
An open placeholder for categorization.
created TruncatedDateTimeType optional
Date (and time) when a place was built, opened or so.
home-page-url xs:anyURI optional
The website for the venue or arena.
id xs:ID optional
An XML-specific identifier for the element.
incline xs:string optional
The pitch or embankment of the field of play. Generally in degrees. Example for motor-racing: 13.
key QCodeType optional
The symbol or identifying key for the entity.
length xs:string optional
The length of the arena or field of play.
length-units xs:string optional
The units used for the length attribute.
nationality xs:string optional
The country of citizinship of the entity.
shape QCodeType optional
A controlled vocabulary for the site's shape. Example for motor-racing: oval.
site-style QCodeType optional
Whether it is an indoor or outdoor site.
style xs:string optional
An open placeholder for reference by an external stylesheet.
surface QCodeType optional
Describes the surface upon which events are played. For example, in tennis, could be hard-court or grass or clay.
type xs:string optional
A controlled vocabulary for the type or class of arena.  Example for motor-racing: super-speedway.

Used By

Source

<xs:complexType name="siteMetadataComplexType">
  <xs:annotation>
    <xs:documentation>Metadata about the site.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="baseEntityMetadataComplexType">
      <xs:sequence>
        <xs:element name="sports-content-codes" type="sportsContentCodesComplexType" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="capacity" type="xs:string" use="optional">
        <xs:annotation>
          <xs:documentation>How many spectators can fill the site.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="site-style" type="QCodeType" use="optional">
        <xs:annotation>
          <xs:documentation>Whether it is an indoor or outdoor site.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="surface" type="QCodeType" use="optional">
        <xs:annotation>
          <xs:documentation>Describes the surface upon which events are played. For example, in tennis, could be hard-court or grass or clay.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="shape" type="QCodeType" use="optional">
        <xs:annotation>
          <xs:documentation>A controlled vocabulary for the site's shape. Example for motor-racing: oval.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="incline" type="xs:string" use="optional">
        <xs:annotation>
          <xs:documentation>The pitch or embankment of the field of play. Generally in degrees. Example for motor-racing: 13.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="length" type="xs:string" use="optional">
        <xs:annotation>
          <xs:documentation>The length of the arena or field of play.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="length-units" type="xs:string" use="optional">
        <xs:annotation>
          <xs:documentation>The units used for the length attribute.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="type" type="xs:string" use="optional">
        <xs:annotation>
          <xs:documentation>A controlled vocabulary for the type or class of arena. Example for motor-racing: super-speedway.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="home-page-url" type="xs:anyURI" use="optional">
        <xs:annotation>
          <xs:documentation>The website for the venue or arena.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="created" type="TruncatedDateTimeType" use="optional">
        <xs:annotation>
          <xs:documentation>Date (and time) when a place was built, opened or so.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="ceasedToExist" type="TruncatedDateTimeType" use="optional">
        <xs:annotation>
          <xs:documentation>Date (and time) when a place ceased to exist.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>