QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
lastDateTimeVerified | m.data.standardDateTime | optional | |||||
resourceRelationType | restriction of xs:token | optional | |||||
xlink:actuate | restriction of string | optional | |||||
xlink:arcrole | string | optional | |||||
xlink:href | anyURI | optional | |||||
xlink:role | string | optional | |||||
xlink:show | restriction of string | optional | |||||
xlink:title | string | optional | |||||
xlink:type | string | simple | optional | ||||
xml:id | xs:ID | optional |
|
||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | relations |
<xs:element name="resourceRelation"> <xs:complexType> <xs:complexContent> <xs:extension base="m.relationBody"> <xs:attribute ref="xml:id"/> <xs:attribute ref="xml:lang"/> <xs:attribute name="resourceRelationType"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="creatorOf"/> <xs:enumeration value="subjectOf"/> <xs:enumeration value="other"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |