Open pauljkelly opened 8 years ago
Looking at sportsml-specific-american-football.xsd
we have:
<xs:attribute name="fumbles-lost" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The number of fumbles that were not recovered by the fumbling team.</xs:documentation>
</xs:annotation>
</xs:attribute>
and
<xs:attribute name="fumbles-own-lost" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The number of fumbles committed by this team but recovered by the other team. A subset of turnovers. Also referred to as a giveaway.</xs:documentation>
</xs:annotation>
</xs:attribute>
I'm not an american football expert, but those definitions sound different to me. So I think it looks okay..?
Yes, we need to check this more.
Johan
Johan Lindgren, TT, 070-6528007
Den ons 27 mars 2019 kl 12:55 skrev Brendan Quinn <notifications@github.com
:
Looking at sportsml-specific-american-football.xsd we have:
<xs:attribute name="fumbles-lost" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles that were not recovered by the fumbling team.</xs:documentation> </xs:annotation> </xs:attribute>
and
<xs:attribute name="fumbles-own-lost" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>The number of fumbles committed by this team but recovered by the other team. A subset of turnovers. Also referred to as a giveaway.</xs:documentation> </xs:annotation> </xs:attribute>
I'm not an american football expert, but those definitions sound different to me. So I think it looks okay..?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/iptc/sportsml-3/issues/25#issuecomment-477117094, or mute the thread https://github.com/notifications/unsubscribe-auth/AFLOTtYLq34MTS5HndfJXgI6OTJnLfnsks5va1wugaJpZM4KM9iA .
Is there a difference between these two? Still in 3.0. One should be removed.