Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element xmcda:rational / numerator
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content simple
Source
<xs:element name="numerator" type="xs:int"/>
Element xmcda:rational / denominator
Namespace No namespace
Diagram
Diagram
Type xs:int
Properties
content simple
Source
<xs:element name="denominator" type="xs:int"/>
Complex Type xmcda:rational
Namespace http://www.decision-deck.org/2019/XMCDA-3.1.1
Annotations
Rational number described by the numerator and the denominator, which are both integers.
Diagram
Diagram XMCDA-3_1_1_xsd_Complex_Type_xmcda_rational.tmp#rational_numerator XMCDA-3_1_1_xsd_Complex_Type_xmcda_rational.tmp#rational_denominator
Used by
Model
Children denominator, numerator
Source
<xs:complexType name="rational">
  <xs:annotation>
    <xs:documentation>Rational number described by the numerator and the denominator, which are both integers.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="numerator" type="xs:int"/>
    <xs:element name="denominator" type="xs:int"/>
  </xs:sequence>
</xs:complexType>