Definition Type: SimpleType
Name: Int100Type
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: NAR_1.3-spec-Framework-Core.xsd
Documentation:
The type of an integer in the range 0...100.
Collapse XSD Schema Diagram:
XSD Diagram of Int100Type in schema nar_1_3-spec-framework-core_xsd (EventsML - News Exchange Format)
Collapse XSD Schema Code:
<xs:simpleType name="Int100Type">
    <xs:annotation>
        <xs:documentation>The type of an integer in the range 0...100.</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:integer">
        <xs:minInclusive value="0" />
        <xs:maxInclusive value="100" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxInclusive 100
MinInclusive 0
Collapse Comments:
blog comments powered by Disqus