Definition Type: ComplexType
Name: baseEntityMetadataComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Abstract
Documentation:
Base metadata for different entities. Extended by baseTeamMetadata and basePersonMetadata and siteMetadata
Collapse XSD Schema Diagram:
Drilldown into sports-property in schema sportsml_xsd Drilldown into home-location in schema sportsml_xsd Drilldown into name in schema sportsml_xsd Drilldown into nationality in schema sportsml_xsd Drilldown into key in schema sportsml_xsd Drilldown into style in schema sportsml_xsd Drilldown into class in schema sportsml_xsd Drilldown into id in schema sportsml_xsd Drilldown into commonAttributes in schema sportsml_xsdXSD Diagram of baseEntityMetadataComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name nsA:name 0 unbounded
home-location nsA:home-location 0 (1)
sports-property nsA:sports-property 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional
key nsA:key Optional
nationality nsA:nationality Optional
Collapse Derivation Tree:
Collapse References:
nsA:basePersonMetadataComplexType, nsA:baseTeamMetadataComplexType, nsA:siteMetadataComplexType