simpleType percentage
namespace http://www.bcl.lu/2024/S4.4/datatypes
type restriction of xs:decimal
properties
base xs:decimal
used by
element S44/content/MarketingCountry/reportedLine/reportedAmount
facets
Kind Value Annotation
minInclusive 0
maxInclusive 100
fractionDigits 5
pattern .+
annotation
documentation
percentage
documentation
pourcentage
source <xs:simpleType name="percentage">
 
<xs:annotation>
   
<xs:documentation xml:lang="EN">percentage</xs:documentation>
   
<xs:documentation xml:lang="FR">pourcentage</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:fractionDigits value="5"/>
   
<xs:minInclusive value="0"/>
   
<xs:maxInclusive value="100"/>
   
<xs:pattern value=".+"/>
 
</xs:restriction>
</xs:simpleType>


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