simpleType "intFrom0To100"
Namespace:
Defined:
globally in CRIS_Complete_V3-2-3.xsd, see XML source
Used:
Simple Content Model
xsd:int
Simple Content Restrictions:
MaxInclusive:
100
MinInclusive:
0

All Direct / Indirect Based Attributes (3):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:int
  intFrom0To100 (restriction)
Derivation:
restriction of xsd:int
Facets:
maxInclusive:
100
minInclusive:
0
XML Source
<xsd:simpleType name="intFrom0To100">
<xsd:restriction base="xsd:int">
<xsd:minInclusive value="0"/>
<xsd:maxInclusive value="100"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.7.2b using DocFlex/XML | XSDDoc 2.1.0b template set