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

All Direct / Indirect Based Elements (9):
basketPercentage,
initialStockLoanRate,
limitationPercentage,
maximumStockLoanRate,
negative (in percentageTolerance),
postitive,
recoveryFactor,
rejectionLimit (defined in CoalAttributePercentage complexType),
standardContent (defined in CoalAttributePercentage complexType)
Known Usage Locations
Annotation
A type defining a percentage specified as decimal from 0 to 1. A percentage of 5% would be represented as 0.05.
Type Definition Detail
Type Derivation Tree
xsd:decimal (restriction)
  RestrictedPercentage
Derivation:
restriction of xsd:decimal
Facets:
maxInclusive:
1
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:simpleType name="RestrictedPercentage">
<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.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.