<xs:element name="Numerator" type="NaturalType"><xs:annotation><xs:documentation>The Numerator element is the numerator of the fraction.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Denominator" type="NaturalType"><xs:annotation><xs:documentation>The Denominator element is the denominator of the fraction.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="FractionType"><xs:annotation><xs:documentation>The FractionType is a fraction value.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Numerator" type="NaturalType"><xs:annotation><xs:documentation>The Numerator element is the numerator of the fraction.</xs:documentation></xs:annotation></xs:element><xs:element name="Denominator" type="NaturalType"><xs:annotation><xs:documentation>The Denominator element is the denominator of the fraction.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>