The optional ControlledRadius element indicates whether the characteristic is a controlled radius. The element is set to "true" for controlled, and is set to "false" or is not present for not controlled.
Diagram
Type
xs:boolean
Properties
content
simple
minOccurs
0
Source
<xs:element name="ControlledRadius" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>The optional ControlledRadius element indicates whether the characteristic is a controlled radius. The element is set to "true" for controlled, and is set to "false" or is not present for not controlled.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="RadiusCharacteristicDefinitionType"><xs:annotation><xs:documentation>The RadiusCharacteristicDefinitionType defines information that can be common to more than one radius characteristic.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="LinearCharacteristicDefinitionBaseType"><xs:sequence><xs:element name="ControlledRadius" type="xs:boolean" minOccurs="0"><xs:annotation><xs:documentation>The optional ControlledRadius element indicates whether the characteristic is a controlled radius. The element is set to "true" for controlled, and is set to "false" or is not present for not controlled.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>