Interface IArity

All Known Implementing Classes:
AllElement, AnyElement, ChoiceElement, CommonCompositorBase, CommonCompositorDefinition, ElementElement, GroupRefElement, SequenceElement

public interface IArity
Interface for schema components representing complex or simple values, which may be optional or repeating.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get maximum number of times this item can occur.
    Get minimum number of times this item can occur.
    void
    Set maximum number of times this item can occur.
    void
    Set minimum number of times this item can occur.