Definition Type: Element
Name: Precision
Namespace: http://rets.org/xsd/RETSSystem/2007-08
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: DataDictionary.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The number of digits to the right of the decimal mark when formatted.
Collapse XSD Schema Diagram:
XSD Diagram of Precision in schema datadictionary_xsd (Real Estate Transaction Standard (RETS))
Collapse XSD Schema Code:
<xs:element name="Precision" type="xs:decimal" minOccurs="0">
    <xs:annotation>
        <xs:documentation>
												The number of digits to the right
												of the decimal mark when
												formatted.
											</xs:documentation>
        <xs:appinfo>
												3
											</xs:appinfo>
    </xs:annotation>
</xs:element>