| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| xml:id | xs:ID | optional |
|
||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:element name="descriptiveNote"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" ref="p"/> </xs:sequence> <xs:attribute ref="xml:id"/> <xs:attribute ref="xml:lang"/> </xs:complexType> </xs:element> |
|
< localDescription xmlns = "urn:isbn:1-931666-33-4" localType = "Geschlechtsangabe" > |
|
< term> |
|
1 |
|
</ term> |
|
< p> |
|
männlich |
|
</ p> |
|
</ descriptiveNote> |
|
</ localDescription> |