Skip to content

IofControlCard

Types

t

The unique identifier (card number) of a punching control card.

See: ControlCard in the IOF XML 3.0 XSD

rescript
type t = {value: string, punchingSystem: option<string>}

Fields:

  • value: string — The card number.
  • punchingSystem: option&lt;string&gt; — The manufacturer of the punching system, e.g. "SI" or "Emit".

Values

parse

rescript
let parse: IofXml.XmlUtils.xmlElement => option<t>