<xs:element name="conceptSet" minOccurs="0"> <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:anyAttribute namespace="##other" processContents="lax" /> </xs:complexType> </xs:element>