simpleType "AnnualAgencyStatistics"
Namespace:
Defined:
globally in dAgency_v3.xsd; see XML source
Used:
Simple Content Model
xs:positiveInteger
Simple Content Restrictions:
MaxInclusive:
4000000
MinInclusive:
1

All Direct / Indirect Based Elements (7):
Known Usage Locations
Annotation
The number per year based on last calendar year.
Type Definition Detail
Type Derivation Tree
xs:positiveInteger (restriction)
  AnnualAgencyStatistics
Derivation:
restriction of xs:positiveInteger
Facets:
maxInclusive:
4000000
minInclusive:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="AnnualAgencyStatistics">
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="4000000"/>
</xs:restriction>
</xs:simpleType>