Definition Type: SimpleType
Name: gridType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Documentation:
A two dimentional grid coordinate representation in the form of a number representing the x coordinate, a colon, then a number representing the y coordinate. The origin (0,0) and granularity may be determined by the distributor.
Collapse XSD Schema Diagram:
XSD Diagram of gridType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:simpleType name="gridType">
    <xs:annotation>
        <xs:documentation>A two dimentional grid coordinate representation in the form of a  number representing the x coordinate, a colon, then a number representing the y coordinate.</xs:documentation>
        <xs:documentation>The origin (0,0) and granularity may be determined by the  distributor.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:pattern value="[-]?\d+(\.\d{1,2})?,[-]?\d+(\.\d{1,2})?" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Pattern [-]?\d+(\.\d{1,2})?,[-]?\d+(\.\d{1,2})?
Collapse Derivation Tree:
Collapse References:
nsA:ball-locationnsA:field-location, nsA:goal-location,