AttributeLimit - Documentation for BMC Helix CMDB 23.3
Emily Bell updates
The AttributeLimit data structure defines attribute constraints.
Definition
<complexType name="AttributeLimit"> <sequence> <element name="attachmentLimit" type="tns:AttachmentLimit" nillable="true" /> <element name="attachPoolLimit" type="tns:AttachPoolLimit" nillable="true" /> <element name="charLimit" type="tns:CharLimit" nillable="true" /> <element name="currencyLimit" type="tns:CurrencyLimit" nillable="true" /> <element name="dateLimit" type="tns:DateLimit" nillable="true" /> <element name="decimalLimit" type="tns:DecimalLimit" nillable="true" /> <element name="diaryLimit" type="tns:DiaryLimit" nillable="true" /> <element name="enumLimit" type="tns:EnumLimit" nillable="true" /> <element name="intLimit" type="tns:IntLimit" nillable="true" /> <element name="realLimit" type="tns:RealLimit" nillable="true" /> <element name="timeLimit" type="tns:TimeLimit" nillable="true" /> <element name="timeOfDayLimit" type="tns:TimeOfDayLimit" nillable="true" /> </sequence>
</complexType>The structure consists of the following elements: