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 |
|
Element | description |
<xs:element name="occupations"> <xs:complexType> <xs:choice> <xs:sequence> <xs:element maxOccurs="unbounded" ref="occupation"/> <xs:element minOccurs="0" ref="descriptiveNote"/> </xs:sequence> <xs:group maxOccurs="unbounded" minOccurs="0" ref="m.discursiveSet"/> </xs:choice> <xs:attribute ref="xml:id"/> <xs:attribute ref="xml:lang"/> <xs:attribute name="localType" type="xs:anyURI"/> </xs:complexType> </xs:element> |
< description xmlns = "urn:isbn:1-931666-33-4" > |
[...] |
< existDates> |
< dateRange> |
27.01.1756 |
</ fromDate> |
05.12.1791 |
</ toDate> |
</ dateRange> |
</ existDates> |
< term> |
1 |
</ term> |
< p> |
männlich |
</ p> |
</ descriptiveNote> |
</ localDescription> |
< places> |
< place> |
< placeRole> |
Geburtsort |
</ placeRole> |
< placeEntry vocabularySource = "GND" localType = "DE-588-4076982-3" > |
Salzburg |
</ placeEntry> |
</ place> |
< place> |
< placeRole> |
Sterbeort |
</ placeRole> |
< placeEntry vocabularySource = "GND" localType = "DE-588-4066009-6" > |
Wien |
</ placeEntry> |
</ place> |
</ places> |
< occupations> |
< occupation> |
Komponist |
</ term> |
</ occupation> |
< occupation> |
Pianist |
</ term> |
</ occupation> |
</ occupations> |
</ description> |