| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| localType | xs:anyURI | optional | |||||
| xml:id | xs:ID | optional |
|
||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
| Elements | description, occupations |
<xs:element name="occupation"> <xs:complexType> <xs:complexContent> <xs:extension base="m.simpleDescription"> <xs:attribute ref="xml:id"/> <xs:attribute ref="xml:lang"/> <xs:attribute name="localType" type="xs:anyURI"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
|
< occupations xmlns = "urn:isbn:1-931666-33-4" > |
|
< occupation> |
|
Komponist |
|
</ term> |
|
</ occupation> |
|
< occupation> |
|
Pianist |
|
</ term> |
|
</ occupation> |
|
</ occupations> |