Holds metadata about a team (foursome perhaps) playing in the match. | Currently only holds the rank of the team. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
class | xs:string | optional |
|
||||
id | xs:ID | optional |
|
||||
rank | xs:string | optional |
|
||||
style | xs:string | optional |
|
<xs:complexType name="golfTeamMetadataComplexType"> <xs:annotation> <xs:documentation>Holds metadata about a team (foursome perhaps) playing in the match. | Currently only holds the rank of the team.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="baseGolfMetadataComplexType"/> </xs:complexContent> </xs:complexType> |