QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
functionRelationType | restriction of xs:token | optional | |||||
lastDateTimeVerified | m.data.standardDateTime | 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="functionRelation"> <xs:complexType> <xs:complexContent> <xs:extension base="m.relationBody"> <xs:attribute ref="xml:id"/> <xs:attribute ref="xml:lang"/> <xs:attribute name="functionRelationType"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="controls"/> <xs:enumeration value="owns"/> <xs:enumeration value="performs"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |