CONTINUOUS-DISTRIBUTION-TYPES

Element Group Information

Model

Used By

Source

<xs:group name="CONTINUOUS-DISTRIBUTION-TYPES">
  <xs:sequence>
    <xs:choice>
      <xs:element ref="AnyDistribution"/>
      <xs:element ref="GaussianDistribution"/>
      <xs:element ref="PoissonDistribution"/>
      <xs:element ref="UniformDistribution"/>
    </xs:choice>
    <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:group>