<complexType name="PhenomenonSeriesType">
<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:TypedValueListPropertyType" 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" />
</sequence>
</extension>
</complexContent>
</complexType>
|