iptc / sportsml-3

Development of SportsML 3
9 stars 1 forks source link

fumbles-lost vs. fumbles-own-lost #25

Open pauljkelly opened 8 years ago

pauljkelly commented 8 years ago

Is there a difference between these two? Still in 3.0. One should be removed.

bquinn commented 5 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..?

jolla56 commented 5 years ago

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 .