This attribute group contains information about disabling of some entity.
XML schema:
<xsd:attributeGroup name="DisableState">
<xsd:attribute name="disabled" type="xsd:boolean" use="optional" default="false" />
<xsd:attribute name="disableDate" type="xsd:dateTime" use="optional" />
</xsd:attributeGroup>
Element/Attribute |
Optional |
Default Value |
Available since
|
Description |
|---|---|---|---|---|
disabled |
* |
false |
2.8 |
Shows if entity is disabled or not. |
disableDate |
* |
|
2.8 |
Date of entity disabling http://www.w3.org/TR/xmlschema-2/#dateTime. |