<xs:complexType name="TitleType">
<xs:simpleContent>
<xs:extension base="string500">
<xs:attribute name="type" type="CVEnumDOMEXTitleTypeType:CVEnumDOMEXTitleTypeType" use="required">
<xs:annotation>
<xs:documentation>Type of title - Original, translated, descriptive</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="language" type="CVEnumIRMISO639-3Trigraph:CVEnumIRMISO639-3Trigraph" use="optional">
<xs:annotation>
<xs:documentation>Language of the document title.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="irm:SecurityAttributesGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|