Definition Type: SimpleType
Name: nonZeroDecimal
Namespace: http://www.xbrl.org/2003/instance
Containing Schema: xbrl-instance-2003-12-31.xsd
Documentation:
As the name implies this is a decimal value that can not take the value 0 - it is used as the type for the denominator of a fractionItemType.
Collapse XSD Schema Diagram:
XSD Diagram of nonZeroDecimal in schema xbrl-instance-2003-12-31_xsd (XBRL eXtensible Business Reporting Language)
Collapse XSD Schema Code:
<simpleType name="nonZeroDecimal">
    <annotation>
        <documentation>
      As the name implies this is a decimal value that can not take 
      the value 0 - it is used as the type for the denominator of a 
      fractionItemType.
      </documentation>
    </annotation>
    <union>
        <simpleType>
            <restriction base="decimal">
                <minExclusive value="0" />
            </restriction>
        </simpleType>
        <simpleType>
            <restriction base="decimal">
                <maxExclusive value="0" />
            </restriction>
        </simpleType>
    </union>
</simpleType>
Collapse Derivation Tree:
Collapse References:
xbrli:denominator