Showing:

Annotations
Diagrams
Facets
Properties
Source
Included schema sportsml-vocabulary-specific-basketball.xsd
Namespace http://iptc.org/std/SportsML/2008-04-01/
Properties
attribute form default: unqualified
element form default: unqualified
Simple Type sportsml:scoreAttemptType.Basketball.Vocabulary
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
What type of shot it was.
Diagram
Diagram
Type restriction of string
Facets
enumeration free-throw
A foul shot, worth one point.
enumeration fg
A two-point field goal.
enumeration fg3
A three-pointer.
Source
<simpleType name="scoreAttemptType.Basketball.Vocabulary">
  <annotation>
    <documentation>What type of shot it was.</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="free-throw">
      <annotation>
        <documentation>A foul shot, worth one point.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="fg">
      <annotation>
        <documentation>A two-point field goal.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="fg3">
      <annotation>
        <documentation>A three-pointer.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type sportsml:scoreAttemptResult.Basketball.Vocabulary
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
The reason the ball did not go through the basket.
Diagram
Diagram
Type restriction of string
Facets
enumeration missed
enumeration blocked
enumeration turnover
Source
<simpleType name="scoreAttemptResult.Basketball.Vocabulary">
  <annotation>
    <documentation>The reason the ball did not go through the basket.</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="missed"/>
    <enumeration value="blocked"/>
    <enumeration value="turnover"/>
  </restriction>
</simpleType>
Simple Type sportsml:penaltySide.Basketball.Vocabulary
Namespace http://iptc.org/std/SportsML/2008-04-01/
Diagram
Diagram
Type restriction of string
Facets
enumeration offensive
enumeration defensive
Source
<simpleType name="penaltySide.Basketball.Vocabulary">
  <restriction base="string">
    <enumeration value="offensive"/>
    <enumeration value="defensive"/>
  </restriction>
</simpleType>
Simple Type sportsml:penaltyLevel.Basketball.Vocabulary
Namespace http://iptc.org/std/SportsML/2008-04-01/
Diagram
Diagram
Type restriction of string
Facets
enumeration regular
enumeration flagrant
enumeration technical
enumeration illegal-defense
Source
<simpleType name="penaltyLevel.Basketball.Vocabulary">
  <restriction base="string">
    <enumeration value="regular"/>
    <enumeration value="flagrant"/>
    <enumeration value="technical"/>
    <enumeration value="illegal-defense"/>
  </restriction>
</simpleType>
Simple Type sportsml:position.Basketball.Vocabulary
Namespace http://iptc.org/std/SportsML/2008-04-01/
Diagram
Diagram
Type restriction of string
Facets
enumeration guard
enumeration point-guard
enumeration shooting-guard
enumeration forward
enumeration power-forward
Forward who mostly plays defense.
enumeration small-forward
Forward who mostly tries to score.
enumeration center
enumeration referee
enumeration umpire
enumeration scorekeeper
enumeration timekeeper
enumeration shot-clock-operator
enumeration coach
enumeration assistant-coach
Source
<simpleType name="position.Basketball.Vocabulary">
  <restriction base="string">
    <enumeration value="guard"/>
    <enumeration value="point-guard"/>
    <enumeration value="shooting-guard"/>
    <enumeration value="forward"/>
    <enumeration value="power-forward">
      <annotation>
        <documentation>Forward who mostly plays defense.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="small-forward">
      <annotation>
        <documentation>Forward who mostly tries to score.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="center"/>
    <enumeration value="referee"/>
    <enumeration value="umpire"/>
    <enumeration value="scorekeeper"/>
    <enumeration value="timekeeper"/>
    <enumeration value="shot-clock-operator"/>
    <enumeration value="coach"/>
    <enumeration value="assistant-coach"/>
  </restriction>
</simpleType>
Simple Type sportsml:playType.Basketball.Vocabulary
Namespace http://iptc.org/std/SportsML/2008-04-01/
Diagram
Diagram
Type restriction of string
Facets
enumeration shot
enumeration rebound
enumeration jump-ball
enumeration turnover
enumeration throw-in
Source
<simpleType name="playType.Basketball.Vocabulary">
  <restriction base="string">
    <enumeration value="shot"/>
    <enumeration value="rebound"/>
    <enumeration value="jump-ball"/>
    <enumeration value="turnover"/>
    <enumeration value="throw-in"/>
  </restriction>
</simpleType>
Simple Type sportsml:participantRole.Basketball.Vocabulary
Namespace http://iptc.org/std/SportsML/2008-04-01/
Diagram
Diagram
Type restriction of string
Facets
enumeration on-court
enumeration scorer
enumeration assist
enumeration shooter
enumeration blocker
enumeration penalty-committed-by
enumeration penalty-committed-against
enumeration jump-ball-winner
enumeration jump-ball-loser
enumeration giveaway
enumeration takeaway
enumeration rebounder-offense
enumeration rebounder-defense
Source
<simpleType name="participantRole.Basketball.Vocabulary">
  <restriction base="string">
    <enumeration value="on-court"/>
    <enumeration value="scorer"/>
    <enumeration value="assist"/>
    <enumeration value="shooter"/>
    <enumeration value="blocker"/>
    <enumeration value="penalty-committed-by"/>
    <enumeration value="penalty-committed-against"/>
    <enumeration value="jump-ball-winner"/>
    <enumeration value="jump-ball-loser"/>
    <enumeration value="giveaway"/>
    <enumeration value="takeaway"/>
    <enumeration value="rebounder-offense"/>
    <enumeration value="rebounder-defense"/>
  </restriction>
</simpleType>