a loosely-structured bibliographic citation appearing within a corpus text. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
default | restriction of xs:NMTOKEN | n | optional | ||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
rend | xs:string | optional | |||||
wsd | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | xces:m.inter/xces:bibl |
<xs:complexType name="biblType" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">a loosely-structured bibliographic citation appearing within a corpus text.</xs:documentation> </xs:annotation> <xs:complexContent mixed="true"> <xs:extension base="xces:class.text"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="xces:m.phrase.seq"/> <xs:element name="author" type="xces:base.seq"/> </xs:choice> <xs:attribute name="default" default="n"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="y"/> <xs:enumeration value="n"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |