
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| type | restriction of xs:token | optional |
| Complex Type | ani:affiliationType |
| Elements | ani:affiliation, ani:conflocation |
<xs:element name="postal-code"> <xs:complexType mixed="true"> <xs:attribute name="type"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="pre"/> <xs:enumeration value="post"/> <xs:enumeration value="zip"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
|
< affiliation xmlns = "http://www.elsevier.com/xml/ani/ani" country = "fra" > |
|
< organization> |
|
Department of Hepatobiliary Surgery and Liver Transplantation, Hôpital Saint Antoine |
|
</ organization> |
|
< address-part> |
|
184, rue du Faubourg Saint Antoine |
|
</ address-part> |
|
< city> |
|
Paris |
|
</ city> |
|
< postal-code> |
|
75012 |
|
</ postal-code> |
|
</ affiliation> |