<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> |