From da653653fb726581cc565eb599300403beff596e Mon Sep 17 00:00:00 2001 From: ankraft <an.kraft@gmail.com> Date: Wed, 29 Apr 2020 16:31:27 +0200 Subject: [PATCH] Removed ModuleClass::optional from documentation --- SDT/schema4.0/docs/SDT_Components.md | 1 - 1 file changed, 1 deletion(-) diff --git a/SDT/schema4.0/docs/SDT_Components.md b/SDT/schema4.0/docs/SDT_Components.md index 5162873..2a629f4 100644 --- a/SDT/schema4.0/docs/SDT_Components.md +++ b/SDT/schema4.0/docs/SDT_Components.md @@ -116,7 +116,6 @@ Typical *ModuleClasses* might be equivalent to "power ON/OFF", "Open/Close", "Pa #### Attributes - **name** : Name of the *ModuleClass*. The name must be unique in the scope of the [Domain](#Domain). Required. -- **optional**: Boolean that indicates whether a *ModuleClass* is optional or mandatory. Optional, the default is *false*. - **semanticURI** : An attribute that contains a URI to a semantic description of the element. Optional. - **minOccurs** : An optional string attribute that indicates the minimum cardinality of a *ModuleClass*, for example, in a [DeviceClass](#DeviceClass) definition. Optional. The default is "1". Note, if only the *minOccurs* attribute is specified, it can't be greater than 1, because the default value for *maxOccurs* is 1. -- GitLab