simpleType UomPercentage
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
attribute Percentage/@uom
facets
Kind Value Annotation
enumeration PCT
documentation
Percent
annotation
documentation
A unit of measure for a ratio, expressed as a fraction of 100
source <xs:simpleType name="UomPercentage">
 
<xs:annotation>
   
<xs:documentation>A unit of measure for a ratio, expressed as a fraction of 100</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="PCT">
     
<xs:annotation>
       
<xs:documentation>Percent</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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