<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:annotation>
<xs:documentation>Hint and Extension Point for properties from the NAR namespace or provider-specific properties from other namespaces</xs:documentation>
</xs:annotation>
</xs:any>
</xs:sequence>
<xs:attribute name="qcode" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>A concept identifier.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="uri" type="IRIType" use="optional">
<xs:annotation>
<xs:documentation>A URI which identifies a concept.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="literal" type="g2normalizedString" use="optional">
<xs:annotation>
<xs:documentation>A free-text text string assigned as property value</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:attributeGroup ref="i18nAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
|