simpleType "PositiveDecimal"
Namespace:
Defined:
Used:
at 50 locations
Simple Content Model
xsd:decimal
Simple Content Restrictions:
MinExclusive:
0

All Direct / Indirect Based Elements (50):
amount (defined in PositiveMoney complexType),
fixedRate (in fixedLeg defined in FxPerformanceSwap complexType),
multiplier (defined in ExchangeTradedContract complexType),
rate (defined in CrossRate complexType),
rate (defined in FxTerms complexType),
rate (in exchangeRate defined in FxCoreDetails.model group),
rate (in exchangeRate defined in TradeUnderlyer2 complexType),
spotRate (defined in CrossRate complexType),
spotRate (defined in FxTriggerBase complexType),
spotRate (in exchangeRate defined in TradeUnderlyer2 complexType),
triggerRate (defined in FxBarrierFeature complexType),
triggerRate (defined in FxTriggerBase complexType),
Known Usage Locations
Annotation
A type defining a number specified as positive decimal greater than 0 exclusive.
Type Definition Detail
Type Derivation Tree
xsd:decimal (restriction)
  PositiveDecimal
Derivation:
restriction of xsd:decimal
Facets:
minExclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="PositiveDecimal">
<xsd:restriction base="xsd:decimal">
<xsd:minExclusive value="0"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.