simpleType Age
type restriction of xs:unsignedInt
used by
element Person/Age
facets
Kind Value annotation 
maxInclusive 160 
source <xs:simpleType name="Age">
 
<xs:restriction base="xs:unsignedInt">
   
<xs:maxInclusive value="160"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy