<element name="affiliation">
<annotation>
<documentation>A mechanism for assigning the membership of a player or team within a division or larger organizational structure.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="membership-idref" type="string" use="optional">
<annotation>
<documentation>A pointer to the ID for the larger organizational structure.</documentation>
</annotation>
</attribute>
<attribute name="membership-type" type="string" use="optional">
<annotation>
<documentation>The type of organizational structure in which this item is a member.</documentation>
</annotation>
</attribute>
<attribute name="membership-key" type="sportsml:genericKeyType" use="optional">
<annotation>
<documentation>A unique key for the organizational structure in which this item is a member.</documentation>
</annotation>
</attribute>
<attribute name="membership-name" type="string" use="optional">
<annotation>
<documentation>The name associated with the organizational structure in which this item is a member.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|