associateMetadataComplexType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
date-of-birth TruncatedDateTimeType optional
The day on which a person was born, normalized to ISO 8601
extended format: YYYY-MM-DDTHH:MM:SS+HH:MM. Use YYYY-MM-DD when no time
is available. Can also be YYYY-MM or just YYYY if year and/or month not available.
date-of-death TruncatedDateTimeType optional
The day on which a person died, normalized to ISO 8601
extended format: YYYY-MM-DDTHH:MM:SS+HH:MM. Use YYYY-MM-DD when no time is available.
gender restriction of xs:string optional
Male or female.
health QCodeType optional
An indication of the health of the person.
height xs:string optional
Height of the person. Generally in cm.
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.
position-depth xs:string optional
A ranking amongst players on the team who share the same position.
position-event QCodeType optional
The code for the position held by the person at this  particular sports-event.
position-regular QCodeType optional
The code for the typical position of the person.
style xs:string optional
An open placeholder for reference by an external stylesheet.
weight xs:nonNegativeInteger optional
Weight of a person. Generally in kg.

Used By

Source

<xs:complexType name="associateMetadataComplexType">
  <xs:complexContent>
    <xs:extension base="baseAssociateMetadataComplexType">
      <xs:choice minOccurs="0">
        <xs:element name="associate-metadata-motor-racing" type="motorRacingAssociateMetadataComplexType"/>
      </xs:choice>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>