<xs:element name="knowledgeItem">
<xs:annotation>
<xs:documentation>An Item used for collating a set of concept definitions to form the physical representation of a controlled vocabulary</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="AnyItemType">
<xs:sequence>
<xs:element name="contentMeta" minOccurs="0">
<xs:annotation>
<xs:documentation>A set of properties about the content</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:group ref="AdministrativeMetadataGroup" />
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="subject" />
<xs:element ref="description" />
</xs:choice>
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
<xs:element name="conceptSet" minOccurs="0">
<xs:annotation>
<xs:documentation>A set of concept definitions to be included into this controlled vocabulary</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="concept" type="ConceptWEventType" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|