a number (e.g., ISBN) used to identify 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 | |||||
type | xs:string | ISBN | optional | ||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:complexType name="idnoString" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">a number (e.g., ISBN) used to identify a bibliographic item.</xs:documentation> </xs:annotation> <xs:complexContent mixed="true"> <xs:extension base="xces:class.string"> <xs:attribute name="type" type="xs:string" default="ISBN"/> </xs:extension> </xs:complexContent> </xs:complexType> |