Skip to content

Make VariablyOccurringTypeArgument compatible with TypeArgument #283

@tjcsrc16

Description

@tjcsrc16

In the Ion Schema 2.0 definition Variably Occurring Type Arguments are defined as

<VARIABLY_OCCURRING_TYPE_ARGUMENT> ::= { <OCCURS>, <CONSTRAINT>... } | <TYPE_ARGUMENT>

Based on this, it would be useful to be able to substitute TypeArgument any place a VariablyOccurringTypeArgument is required or at least be able to construct a VariablyOccurringTypeArgument without passing occurs, which will use the default for the given TypeArgument.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions