complexType "TransferRounding"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
direction?, amount?
</...>
Content Model Elements (2):
amount (in transferRounding), direction
All Direct / Indirect Based Elements (1):
transferRounding
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="TransferRounding">
<xsd:sequence>
<xsd:element minOccurs="0" name="direction" type="RoundingDirectionEnum"/>
<xsd:element minOccurs="0" name="amount" type="NonNegativeDecimal"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
amount
Type:
NonNegativeDecimal, simple content
Simple Content
xsd:decimal
minInclusive:
0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="amount" type="NonNegativeDecimal"/>

direction
Type:
RoundingDirectionEnum, simple content
Simple Content
enumeration of xsd:token
Enumeration:
"Up"
 - 
A fractional number will be rounded up to the specified number of decimal places (the precision). For example, 5.21 and 5.25 rounded up to 1 decimal place are 5.3 and 5.3 respectively.
"Down"
 - 
A fractional number will be rounded down to the specified number of decimal places (the precision). For example, 5.29 and 5.25 rounded down to 1 decimal place are 5.2 and 5.2 respectively.
"Nearest"
 - 
A fractional number will be rounded either up or down to the specified number of decimal places (the precision) depending on its value. For example, 5.24 would be rounded down to 5.2 and 5.25 would be rounded up to 5.3 if a precision of 1 decimal place were specified.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="direction" type="RoundingDirectionEnum"/>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.