| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| xml:id | xs:ID | optional |
|
| Element | maintenanceEvent |
<xs:element name="agentType"> <xs:complexType> <xs:simpleContent> <xs:restriction base="xs:anyType"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="human"/> <xs:enumeration value="machine"/> </xs:restriction> </xs:simpleType> <xs:attribute ref="xml:id"/> </xs:restriction> </xs:simpleContent> </xs:complexType> </xs:element> |
|
< maintenanceEvent xmlns = "urn:isbn:1-931666-33-4" > |
|
< eventType> |
|
created |
|
</ eventType> |
|
< agentType> |
|
human |
|
</ agentType> |
|
< agent> |
|
W4 |
|
</ agent> |
|
</ maintenanceEvent> |