<complexType name="CompoundPhenomenonType" abstract="true">
<annotation>
<documentation>Description of a set of Phenomena.
A Phenomenon set may defined as either
1. a set of explicitly enumerated components which may or may not be related to one another
2. a base property convolved with a set of constraints
The set of constraints may be either
* an explicit set of soft-typed measures, intervals and categories
* one or more lists of soft-typed measures, intervals and categories
* one or more sequences of soft-typed measures and intervals</documentation>
</annotation>
<complexContent>
<extension base="swe:PhenomenonType">
<attribute name="dimension" type="positiveInteger" use="required">
<annotation>
<documentation>The number of components in the tuple</documentation>
</annotation>
</attribute>
</extension>
</complexContent>
</complexType>
|