<xs:complexType name="AssertType">
<xs:annotation>
<xs:documentation>The type of an assertion about a concept (Type defined in this XML Schema only)</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute name="qcode" type="QCodeType" use="required">
<xs:annotation>
<xs:documentation>A concept identifier.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="editAttributes" />
<xs:attributeGroup ref="i18nAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
|