<xsd:element name="FractionsOfCentsAdjustment" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
<Description>Fractions of cents adjustment - plus or minus. Attach FractionsOfCentsAdjExplanation.</Description>
<LineNumber>Part 1 Line 7</LineNumber>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="DecimalType">
<xsd:maxInclusive value="+999999999999.99" />
<xsd:minInclusive value="-999999999999.99" />
<xsd:totalDigits value="14" />
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
|