Definition Type: Element
Name: MaximumLength
Namespace: http://rets.org/xsd/RETSSystem/2007-08
Type: long:http://www.w3.org/2001/XMLSchema
Containing Schema: DataDictionary.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The maximum length of the field, in characters. For numeric fields, this is the display length rather than the storage length and includes all formatting such as the sign, decimal point, commas or other information. Numeric fields include Currency, Number, UnsignedNumber and Decimal.
Collapse XSD Schema Diagram:
XSD Diagram of MaximumLength in schema datadictionary_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="MaximumLength" type="xs:long" minOccurs="0">
    <xs:annotation>
        <xs:documentation>
												The maximum length of the field,
												in characters. For numeric fields,
												this is the display length rather
												than the storage length and
												includes all formatting such as
												the sign, decimal point, commas or
												other information. Numeric fields
												include Currency, Number,
												UnsignedNumber and Decimal.
											</xs:documentation>
        <xs:appinfo>
												24
											</xs:appinfo>
    </xs:annotation>
</xs:element>