diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://fifa.com/fc | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of fc:RegistrationType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="TeamOfficialRegistrationType"> <xsd:annotation> <xsd:documentation>This represents a team official registration (e.g. Coach) and its attributes. A team official registration is assigned to a person. A team official registration marks a person as a team official for an organisation and the given validity period.</xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="fc:RegistrationType"> <xsd:attribute name="TeamOfficialRole" type="fc:TeamOfficialRoleType" use="required"> <xsd:annotation> <xsd:documentation>The team official role type, e.g. Coach or Team Doctor.</xsd:documentation> </xsd:annotation> </xsd:attribute> <xsd:attribute name="Discipline" type="fc:DisciplineType" use="required"> <xsd:annotation> <xsd:documentation>The sport/discipline this registration is for, e.g. a futsal coach registration is distinct from a football coach registration.</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |