simpleType "DecimalFraction"
Namespace:
Defined:
Used:
Simple Content Model
xsd:decimal
Simple Content Restrictions:
MaxInclusive:
1
MinInclusive:
0

All Direct / Indirect Based Elements (7):
basketPercentage,
indexFactor (defined in IndexReferenceInformation complexType),
initialStockLoanRate,
maximumStockLoanRate,
percentageOfNotional (defined in EquityPremium complexType),
percentageOfNotional (in premium defined in OptionBaseExtended complexType),
recoveryFactor
Known Usage Locations
Annotation
A type defining a decimal fraction from 0 to 1 (base 1). A percentage of 5% would be represented as 0.05.
Type Definition Detail
Type Derivation Tree
xsd:decimal (restriction)
  DecimalFraction
Derivation:
restriction of xsd:decimal
Facets:
maxInclusive:
1
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="DecimalFraction">
<xsd:restriction base="xsd:decimal">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="1"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.