| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| xml:id | xs:ID | optional |
|
||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
| Element | maintenanceAgency |
<xs:element name="agencyName"> <xs:complexType mixed="true"> <xs:attribute ref="xml:id"/> <xs:attribute ref="xml:lang"/> </xs:complexType> </xs:element> |
|
< maintenanceAgency xmlns = "urn:isbn:1-931666-33-4" > |
|
< agencyCode> |
|
DE-101 |
|
</ agencyCode> |
|
< agencyName> |
|
Deutsche Nationalbibliothek |
|
</ agencyName> |