simpleType percentType
type restriction of xsd:double
properties
base xsd:double
used by
attributes searchElementType/@requiredPD percentElementType/@value
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
annotation
documentation
Represents a percentage between 0 and 100.
source <xsd:simpleType name="percentType">
 
<xsd:annotation>
   
<xsd:documentation>Represents a percentage between 0 and 100.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:double">
   
<xsd:minInclusive value="0"/>
   
<xsd:maxInclusive value="100"/>
 
</xsd:restriction>
</xsd:simpleType>


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