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.3 Representation |
<xsd:complexType name="Histogram">
<xsd:sequence>
<xsd:element name="Bin" type="HistogramBin" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
|
|
XSD Transformation |
UML Element |
Stereotype |
Description |
bins |
XSDunwrapped |
This property represents an unwrapped list in XSD. The element name 'Bin' is used for the list elements. |
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property bins
- XSDunwrapped [xsdElementName: "Bin"]
- XSDelement [position: "1"]
|
To XSD