baseEntityMetadataComplexType

Base metadata for different entities. Extended by baseTeamMetadata and basePersonMetadata and siteMetadata

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.
key QCodeType optional
The symbol or identifying key for the entity.
nationality xs:string optional
The country of citizinship of the entity.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<xs:complexType name="baseEntityMetadataComplexType">
  <xs:annotation>
    <xs:documentation>Base metadata for different entities. Extended by baseTeamMetadata and basePersonMetadata and siteMetadata</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="name" type="ConceptNameType" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="home-location" type="FlexLocationPropType" minOccurs="0"/>
    <xs:element name="sports-property" type="sportsPropertyComplexType" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attributeGroup ref="commonAttributes"/>
  <xs:attribute name="key" type="QCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>The symbol or identifying key for the entity.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="nationality" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>The country of citizinship of the entity.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>