http://www.w3.org/2001/XMLSchema
simpleType decimal

Super Types
{http://www.w3.org/2001/XMLSchema}anySimpleType
|
+--{http://www.w3.org/2001/XMLSchema}decimal (restriction)

Documentation
Properties
This component is not nillable.

Model

attribute-value normalization: collapse


Sub Types
{http://www.w3.org/2001/XMLSchema}decimal (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}integer (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}long (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}int (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}short (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}byte (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}nonNegativeInteger (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}positiveInteger (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}unsignedLong (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}unsignedInt (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}unsignedShort (restriction)
| |
| +--{http://www.w3.org/2001/XMLSchema}unsignedByte (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}nonPositiveInteger (restriction)
|
+--{http://www.w3.org/2001/XMLSchema}negativeInteger (restriction)

Local Usage
integer

Source
<xs:simpleType id="decimal" name="decimal">
<xs:restriction base="xs:anySimpleType">
<xs:whiteSpace fixed="true" id="decimal.whiteSpace" value="collapse"/>
</xs:restriction>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.