<xs:element name="conceptSet">
<xs:annotation>
<xs:documentation>An unordered set of concepts</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="concept" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A set of properties defining a concept</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
|