<xs:complexType name="ConceptNameType">
<xs:annotation>
<xs:documentation>The type of a natural language name for the concept (Type defined in this XML Schema only)</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="IntlStringType">
<xs:attribute name="role" type="QCodeListType" use="optional">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the name - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="roleuri" type="IRIListType" use="optional">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the name - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="part" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>Specifies which part of a full name this property provides - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="parturi" type="IRIType" use="optional">
<xs:annotation>
<xs:documentation>Specifies which part of a full name this property provides - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="timeValidityAttributes" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
|