Metadata about the team. | Specific to the sport of baseball. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
class | xs:string | optional |
|
||||
id | xs:ID | optional |
|
||||
probable-starting-pitcher-idref | xs:IDREF | optional |
|
||||
style | xs:string | optional |
|
<xs:complexType name="baseballTeamMetadataComplexType"> <xs:annotation> <xs:documentation>Metadata about the team. | Specific to the sport of baseball.</xs:documentation> </xs:annotation> <xs:attributeGroup ref="commonAttributes"/> <xs:attribute name="probable-starting-pitcher-idref" type="xs:IDREF" use="optional"> <xs:annotation> <xs:documentation>ID of the pitcher who will probably start the game.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |