From a8bf52e40fabce89ce29339da14ab29545067d88 Mon Sep 17 00:00:00 2001 From: suzialeksander Date: Fri, 12 Jul 2024 15:35:14 -0600 Subject: [PATCH] Update gpad-gpi-2-0.md --- specs/gpad-gpi-2-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/gpad-gpi-2-0.md b/specs/gpad-gpi-2-0.md index 9260d44..246fc7e 100644 --- a/specs/gpad-gpi-2-0.md +++ b/specs/gpad-gpi-2-0.md @@ -112,7 +112,7 @@ Header property | Example value | Comment | Property_Value | [Text](#Text)| | | ID | [Prefix](#Prefix) ':' [Local_ID](#Local_ID)| | | Prefix | [Alpha_Char](#Alpha_Char) [ID_Char](#ID_Char)*| The [GO database registry](https://github.com/geneontology/go-site/blob/master/metadata/db-xrefs.yaml) contains a list of valid prefixes that can be used in GPAD or GPI files. Every identifier prefix used in a GPAD or GPI file MUST have an entry in the registry. | -| Local_ID | ( [ID_Char](#ID_Char) \| ':' )+| | +| Local_ID | ( [ID_Char](#ID_Char) \| ':' \| '\/' )+| | | ID_Char | [Alpha_Char](#Alpha_Char) \| [Digit](#Digit) \| '_' \| '-' \| '.'| | | Date_Or_Date_Time | [Date](#Date) \| [Date_Time](#Date_Time)| | | Date | YYYY-MM-DD| Corresponds to [xsd:date](https://www.w3.org/TR/xmlschema-2/#date) without optional timezone (a subset of the ISO 8601 standard) |