Description
This element is used to set an identifier that states that the planner must, for example, enter a text for RAL colours if the boolean value is set to true. |
D boolean P M |
Type
Restriction of xs:boolean
Diagram
Overview
|
OPTION_FREETEXT optional Restriction of xs:boolean
This element is used to set an identifier that states that the planner must, for example, enter a text for RAL colours if the boolean value is set to true. |
D boolean P M |
|
Source
<xs:element name="OPTION_FREETEXT" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="DE">IDM 2.5
wenn true, dann muss der Planer einen Text eingeben.</xs:documentation>
<xs:documentation>Version Beta 2.0 Build 0</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:boolean" />
</xs:simpleType>
</xs:element>
|
See Also