Definition Type: SimpleType
Name: decimalsType
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 decimals attribute on numeric items. It consists of the union of integer and "INF" (used to signify that a number is expressed to an infinite number of decimal places or "exact value").
Collapse XSD Schema Diagram:
XSD Diagram of decimalsType in schema xbrl-instance-2003-12-31_xsd (XBRL eXtensible Business Reporting Language)
Collapse XSD Schema Code:
<simpleType name="decimalsType">
    <annotation>
        <documentation>
      This type is used to specify the value of the decimals attribute 
      on numeric items.  It consists of the union of integer and "INF" 
      (used to signify that a number is expressed to an infinite number 
      of decimal places or "exact value").
      </documentation>
    </annotation>
    <union memberTypes="integer ">
        <simpleType>
            <restriction base="string">
                <enumeration value="INF" />
            </restriction>
        </simpleType>
    </union>
</simpleType>
Collapse Derivation Tree:
Collapse References:
xbrli:decimals