Title of a bibliographic entity. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
analog | xs:string | optional |
|
||||
authURI | mei:mei_data.URI | optional |
|
||||
authority | xs:string | optional |
|
||||
codedval | restriction of list of xs:NMTOKEN | optional |
|
||||
facs | restriction of list of mei:mei_data.URI | optional |
|
||||
label | xs:string | optional |
|
||||
level | restriction of xs:token | optional |
|
||||
n | optional |
|
|||||
nonfiling | xs:positiveInteger | optional |
|
||||
subtype | xs:NMTOKEN | optional |
|
||||
translit | xs:NMTOKEN | optional |
|
||||
type | union of(xs:NMTOKEN, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token) | optional |
|
||||
xml:base | mei:mei_data.URI | optional |
|
||||
xml:id | xs:ID | optional |
|
||||
xml:lang | xs:language | optional |
|
<xs:element name="title"> <xs:annotation> <xs:documentation>Title of a bibliographic entity.</xs:documentation> </xs:annotation> <xs:complexType mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="mei:mei_model.textphraseLike"/> <xs:element ref="mei:mei_model.editLike"/> <xs:element ref="mei:mei_model.transcriptionLike"/> </xs:choice> <xs:attributeGroup ref="mei:mei_att.common.attributes"/> <xs:attributeGroup ref="mei:mei_att.authorized.attributes"/> <xs:attributeGroup ref="mei:mei_att.bibl.attributes"/> <xs:attributeGroup ref="mei:mei_att.canonical.attributes"/> <xs:attributeGroup ref="mei:mei_att.facsimile.attributes"/> <xs:attributeGroup ref="mei:mei_att.filing.attributes"/> <xs:attributeGroup ref="mei:mei_att.lang.attributes"/> <xs:attribute name="level"> <xs:annotation> <xs:documentation>Indicates the bibliographic level for a title.</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="a"> <xs:annotation> <xs:documentation>Analyzed component, such as an article or chapter, within a larger bibliographic entity.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="m"> <xs:annotation> <xs:documentation>Monograph.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="j"> <xs:annotation> <xs:documentation>Journal.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="s"> <xs:annotation> <xs:documentation>Series.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="u"> <xs:annotation> <xs:documentation>Unpublished (including theses and dissertations unless published by a commercial press).</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="type"> <xs:annotation> <xs:documentation>Characterizes the element in some sense, using any convenient classification scheme or typology. Suggested values include: 1] main; 2] subordinate; 3] abbreviated; 4] alternative; 5] translated; 6] uniform</xs:documentation> </xs:annotation> <xs:simpleType> <xs:union memberTypes="xs:NMTOKEN"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="main"> <xs:annotation> <xs:documentation>Main title.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="subordinate"> <xs:annotation> <xs:documentation>Subtitle or title of part.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="abbreviated"> <xs:annotation> <xs:documentation>Abbreviated form of title.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="alternative"> <xs:annotation> <xs:documentation>Alternate title by which the item is also known.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="translated"> <xs:annotation> <xs:documentation>Translated form of title.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="uniform"> <xs:annotation> <xs:documentation>Collective title.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:union> </xs:simpleType> </xs:attribute> <xs:attribute name="subtype" type="xs:NMTOKEN"> <xs:annotation> <xs:documentation>Provide any sub-classification for the element, additional to that given by its type attribute.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |