org.plasma.sdo.profile.CodingStrength Maven / Gradle / Ivy
//==============================================================================
//
// This software artifact was generated using Plasma
// provisioning tools. Do not modify.
//
//==============================================================================
package org.plasma.sdo.profile;
/**
*
* Defines whether the specified element is restricted to only using the identified coding system for the element
*
* @author Plasma-Team
* @version 2.1.0
*/
public enum CodingStrength{
/**
* If not null, the element must be coded and must be drawn from the value set specified in the binding
*/
CNE,
/**
* If not null, the element must be coded if there is an appropriate value in the value set specified in the binding. If no appropriate code is available, a local code may be used, or the value may be populated with only original text.
*/
CWE,
}