| Class | Description |
|---|---|
| XsdDoubleRestrictions |
This class serves as a base to every different restriction that has its restricting parameter defined as a
Double. |
| XsdEnumeration |
Represents a value that a given XSD type is allowed to take.
|
| XsdFractionDigits |
States the number of fraction digits allowed in a numeric type.
|
| XsdIntegerRestrictions |
This class serves as a base to every different restriction that has its restricting parameter defined as an
Integer. |
| XsdLength | |
| XsdMaxExclusive |
States the maximum numeric value that a given type might take, excluding the respective value.
|
| XsdMaxInclusive |
States the maximum numeric value that a given type might take, including the respective value.
|
| XsdMaxLength | |
| XsdMinExclusive |
States the minimum numeric value that a given type might take, excluding the respective value.
|
| XsdMinInclusive |
States the minimum numeric value that a given type might take, including the respective value.
|
| XsdMinLength | |
| XsdPattern |
States a pattern that a given attribute must match in order to be considered valid.
|
| XsdStringRestrictions |
This class serves as a base to every different restriction that has its restricting parameter defined as an
String. |
| XsdTotalDigits |
States the number of total digits allowed in a numeric type.
|
| XsdWhiteSpace |
States how the whiteSpace characters should be treated.
|
Copyright © 2018. All rights reserved.