<complexType name="CompositePhenomenonType">
<complexContent>
<extension base="swe:CompoundPhenomenonType">
<sequence>
<element name="base" type="swe:PhenomenonPropertyType" minOccurs="0">
<annotation>
<documentation>Phenomenon that forms the basis for generating more
specialized composite Phenomenon by adding more components</documentation>
</annotation>
</element>
<element name="component" type="swe:PhenomenonPropertyType" maxOccurs="unbounded" />
</sequence>
</extension>
</complexContent>
</complexType>
|