iptc / sportsml-3

Development of SportsML 3
9 stars 1 forks source link

"distance" description needs to be rewritten #53

Closed bquinn closed 5 years ago

bquinn commented 5 years ago

While looking into #35 we noticed an incorrect description:

    <xs:attribute name="distance" use="optional" type="xs:string">
        <xs:annotation>
            <xs:documentation>Angle on the field of the play.</xs:documentation>
        </xs:annotation>
    </xs:attribute>

The description is wrong and should be corrected.

bquinn commented 5 years ago

Whoops - duplicate of #32