<complexType name="ConstrainedPhenomenonType">
<annotation>
<documentation>A scalar Phenomenon defined by adding constraints to an existing
property.</documentation>
</annotation>
<complexContent>
<extension base="swe:PhenomenonType">
<sequence>
<element name="base" type="swe:PhenomenonPropertyType">
<annotation>
<documentation>Property that forms the basis for generating a set of more refined
Phenomena; e.g. Chemical Composition, Radiance</documentation>
</annotation>
</element>
<element name="otherConstraint" type="string" minOccurs="0" maxOccurs="unbounded" />
<element name="singleConstraint" type="swe:TypedValuePropertyType" minOccurs="0" maxOccurs="unbounded" />
</sequence>
</extension>
</complexContent>
</complexType>
|