Groups information relating to the publication or distribution of a bibliographic item. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | xces:monogrType/xces:imprint |
<xs:complexType name="imprintType"> <xs:annotation> <xs:documentation xml:lang="en">Groups information relating to the publication or distribution of a bibliographic item.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xces:class.global"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element name="pubPlace" type="xces:class.string"/> <xs:element name="publisher" type="xces:publisherString"/> <xs:element name="pubDate" type="xces:tei.dateString"/> <xs:element name="idno" type="xces:idnoString"/> <xs:element name="pubAddress" type="xces:tei.addressString"/> <!-- 0.4 Added the eAddress type 0 --> <xs:element name="eAddress" type="xces:eAddressString"/> </xs:choice> </xs:extension> </xs:complexContent> </xs:complexType> |