<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" type="ContentMetadataAcDType" minOccurs="0">
<xs:annotation>
<xs:documentation>Content Metadata for a Knowledge Item</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="partMeta" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="assert" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="inlineRef" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="derivedFrom" minOccurs="0" maxOccurs="unbounded" />
<xs:element ref="conceptSet" minOccurs="0" />
<xs:element ref="schemeMeta" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|