Class Histogram

Applied Stereotypes:
XSDcomplexType

Histogram which can be applied to a single parameter.

Used in:
StochasticDistributionType
Properties
  Name Type Cardinality AppliedStereotypes Description
  bins HistogramBin 1..* XSDunwrapped, XSDelement Defines all the available bins in the histogram. Ranges of bins must not overlap.
XSD 1.4 Representation


<xsd:complexType name="Histogram">
<xsd:sequence>
<xsd:element name="Bin" type="HistogramBin" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>

Change log from version 1.3
  • Property 'bins'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
  • Property 'bins'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property bins
    • XSDunwrapped
    • XSDelement

To XSD