baseballTeamMetadataComplexType

Metadata about the team. | Specific to the sport of baseball.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
id xs:ID optional
An XML-specific identifier for the element.
probable-starting-pitcher-idref xs:IDREF optional
ID of the pitcher who will probably start the game.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<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>