Claim URI Syntax

From wiki.informationcard.net

Jump to: navigation, search

Contents

About

This page describes the syntax rules for new ICF Claim Type URIs (i.e., those defined in the ICF Claim Catalog, vs. those that were defined in the IMI specification or by other groups prior to the start of the ICF Schemas WG).

ABNF for ICF-Defined Claim Type URIs

All new ICF-defined claim type URIs MUST conform to the following ABNF as defined in RFC 4234. Any rules in CAPS not defined in this ABNF are defined in RFC 4234.

  icf-claim-type-uri      = "http://schemas.informationcard.net/@ics/" claim-name "/" version
  claim-name              = claim-word *( "-" claim-word )
  claim-word              = 1*( lower-alpha / DIGIT )
  lower-alpha             = %x61-7A	; a-z
  version                 = year "-" month	; version identifier
  year                    = 4DIGIT
  month                   = 2DIGIT

Examples

 http://schemas.informationcard.net/@ics/age-18-or-over/2008-11

Links