<complexType name="PhenomenonSeriesType">
<annotation>
<documentation>A phenomenon defined as 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:CompoundPhenomenonType">
<sequence>
<element name="base" type="swe:PhenomenonPropertyType">
<annotation>
<documentation>Phenomenon that forms the basis for generating a set of more refined Phenomena; e.g. Chemical Composition, Radiance</documentation>
</annotation>
</element>
<element name="constraintList" type="swe:DataArrayPropertyType" maxOccurs="unbounded">
<annotation>
<documentation>A set of values of some secondary property that constraints the basePhenomenon to generate a Phenomenon set.
If more than one set of constraints are possible, then these are applied simultaneously to generate</documentation>
</annotation>
</element>
<element name="otherConstraint" type="string" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>Other constraints are described in text</documentation>
</annotation>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
|