Definition Type: SimpleType
Name: precisionType
Namespace: http://www.xbrl.org/2003/instance
Containing Schema: xbrl-instance-2003-12-31.xsd
Documentation:
This type is used to specify the value of the precision attribute on numeric items. It consists of the union of nonNegativeInteger and "INF" (used to signify infinite precision or "exact value").
Collapse XSD Schema Diagram:
XSD Diagram of precisionType in schema xbrl-instance-2003-12-31_xsd (XBRL eXtensible Business Reporting Language)
Collapse XSD Schema Code:
<simpleType name="precisionType">
    <annotation>
        <documentation>
      This type is used to specify the value of the 
      precision attribute on numeric items.  It consists 
      of the union of nonNegativeInteger and "INF" (used 
      to signify infinite precision or "exact value").
      </documentation>
    </annotation>
    <union memberTypes="nonNegativeInteger">
        <simpleType>
            <restriction base="string">
                <enumeration value="INF" />
            </restriction>
        </simpleType>
    </union>
</simpleType>
Collapse Derivation Tree:
Collapse References:
xbrli:precision