QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
direction | directionType | optional | ||||
endorder | xsd:integer | optional | ||||
id | xsd:ID | optional | ||||
role | xsd:nmtoken | optional | ||||
startorder | xsd:integer | optional | ||||
target | xsd:IDREF | required |
Element | relend |
<xsd:complexType name="RelendType"> <xsd:complexContent> <xsd:extension base="AttributedElementType"> <xsd:attribute name="target" type="xsd:IDREF" use="required"/> <xsd:attribute name="role" type="xsd:nmtoken" use="optional"/> <xsd:attribute name="direction" type="directionType" use="optional"/> <xsd:attribute name="startorder" type="xsd:integer" use="optional"/> <xsd:attribute name="endorder" type="xsd:integer" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |