XML Schema Documentation

Simple Type: UnrestrictedPercentage

[Table of contents]

Super-types: xsd:decimal < UnrestrictedPercentage (by restriction)
Sub-types: None
Name UnrestrictedPercentage
Content
  • Base XSD Type: decimal
  • value >= 0
Documentation A type defining a percentage specified as decimal from 0 to unbounded. A percentage of 5% would be represented as 0.05.
Diagram
Schema Component Representation
<xsd:simpleType name="UnrestrictedPercentage">
<xsd:restriction base=" xsd:decimal ">
<xsd:minInclusive value="0"/>
</xsd:restriction>
</xsd:simpleType>