OLD line(s): 92
<xsd:element name="MaximumDollarLimitation" minOccurs="0"> | NEW line(s): 92
<xsd:element name="MaximumDollarLimitation" type="USAmountType" minOccurs="0"> |
OLD line(s): 99,103
<xsd:simpleType> <xsd:restriction base="USAmountType"> <xsd:maxInclusive value="500000" /> </xsd:restriction> </xsd:simpleType> | NEW line(s): 98
|
OLD line(s): 117
<xsd:element name="ThresholdCostOfSection179Prop" minOccurs="0"> | NEW line(s): 112
<xsd:element name="ThresholdCostOfSection179Prop" type="USAmountType" minOccurs="0"> |
OLD line(s): 124,128
<xsd:simpleType> <xsd:restriction base="USAmountType"> <xsd:maxInclusive value="2000000" /> </xsd:restriction> </xsd:simpleType> | NEW line(s): 118
|