Class UserDefinedDistribution
- Applied Stereotypes:
-
XSDsimpleContent
Indicates a user defined distribution which can be deterministic or stochastic. This distribution contains a property with the name type and some user defined content.
- Used in:
-
DeterministicSingleParameterDistributionType ,
StochasticDistributionType
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
type |
string |
1..1 |
XSDattribute
|
Defines the type of the UserDefinedDistribution |
|
content |
string |
1..1 |
|
User defined content. |
|
XSD 1.3 Representation |
<xsd:complexType name="UserDefinedDistribution">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="type" type="String" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|
|
Stereotype Details Information |
- Class
- XSDsimpleContent [xsdType: "string"; umlPropertyName: "content"]
- Property type
|
To XSD