You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment (Include rationale for comment): JSON Schemas map xsd:ID, xsd:IDREF and xsd:IDREFS typed properties to the plain JSON Schema String. However, all are derived from xs:NCName which has the lexical space of [\i-[:]][\c-[:]]*. IDREFS has more restrictions besides. See XML Schema Part 2: Datatypes Second Edition sections 3.3.8, 3.3.9, 3.3.10.
Suggested Change:
Add pattern constraint of [\i-[:]][\c-[:]]* for JSON equivalents of xsd:ID, xsd:IDREF and xsd:IDREFS.
Organization Name: The Turnout
Organization Type: 1 (CTR)
Comment (Include rationale for comment): JSON Schemas map
xsd:ID
,xsd:IDREF
andxsd:IDREFS
typed properties to the plain JSON SchemaString
. However, all are derived fromxs:NCName
which has the lexical space of[\i-[:]][\c-[:]]*
.IDREFS
has more restrictions besides. See XML Schema Part 2: Datatypes Second Edition sections 3.3.8, 3.3.9, 3.3.10.Suggested Change:
Add pattern constraint of
[\i-[:]][\c-[:]]*
for JSON equivalents ofxsd:ID
,xsd:IDREF
andxsd:IDREFS
.Organization Type: 1 = Federal, 2 = Industry, 3 = Academia, 4 = Self, 5 = Other
The text was updated successfully, but these errors were encountered: