All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cdm-java.6.0.0-dev.82.source-code.cdm-legaldocumentation-common-ExecutionLocationEnum.schema.json Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.legaldocumentation.common",
  "type": "string",
  "title": "ExecutionLocationEnum",
  "description": "The enumerated values to specify the Execution Location of a Security Agreement",
  "enum": [
    "ExecutedInBelgium",
    "ExecutedOutsideBelgium",
    "OtherLocation"
  ],
  "oneOf": [
    {
      "enum": [
        "ExecutedInBelgium"
      ],
      "title": "ExecutedInBelgium",
      "description": "The Agreement was executed outside of Belgium"
    },
    
    {
      "enum": [
        "ExecutedOutsideBelgium"
      ],
      "title": "ExecutedOutsideBelgium",
      "description": "The Agreement was executed outside of Belgium"
    },
    
    {
      "enum": [
        "OtherLocation"
      ],
      "title": "OtherLocation",
      "description": "An alternative approach is described in the document as follows."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy